Skip to main content

GET /v1/account

Poll account status from your integration using the same API key you use for inference.

Example response

Field guide

FieldMeaning
balance_usdTotal wallet balance
reserved_usdPre-held for in-progress runs
available_usdbalance - reserved — spendable now
concurrency.limitOrganization parallel run cap
concurrency.in_flightRuns using slots now
api_key_concurrencyLimits for the current API key

GET /v1/account/keys

Per-key concurrency breakdown for all active keys:

Response headers

Run submit responses may include:

Polling guidance

  • Poll /v1/account every 15–30 seconds for dashboards
  • If concurrency.available === 0, queue or backoff before submitting more runs
  • If wallet.available_usd is low, top up at Console → Billing

Console alternative

For UI or admin tools, use GET /console/v1/concurrency/status with a bearer token. See Console limits.