Skip to main content
Kallima uses a unified credit currency for all compute. Every pipeline job debits credits from your organization’s balance. You start each month with a fresh grant based on your plan, and you can buy additional credits at any time.

Check your balance

Credits come in two buckets: Subscription credits are spent first; purchased credits are only used after the subscription bucket is empty.

Credit costs

Credits are debited at job submission. If a job fails, the cost is automatically refunded to your subscription bucket.

Monthly grants by plan

Grants are applied lazily on the first API call of each calendar month. The rollover rule caps your subscription balance at 2× your monthly grant — unused credits beyond that are not carried forward.

Buying credits

Purchase one-time credit packs from the Dashboard → Settings → Billing → Buy credits. Packs are available in four sizes: Purchased credits appear in your balance immediately after checkout completes.

Insufficient credits

If your balance is below the cost of the job you’re submitting, the API returns:
The job is not created and no credits are spent.

Transaction history

Retrieve a paginated ledger of all credit activity (grants, spends, purchases, refunds) from the dashboard billing page or via the REST API:
Transaction kind values:
GET /billing/credits/history uses your dashboard session token (JWT), not an API token. It is not available on the /v1/ API surface because credit history is a billing concern, not a programmatic integration concern. Use GET /v1/me from your API token to read the current balance.