Skip to main content

Current Usage

Endpoint

GET/usage

Get a quick summary of your account usage for the current month.


Request

curl \
-H "Authorization: Bearer $IG1AI_API_KEY" \
https://api.ig1.ai/usage

Response

{
"current": 1.246869125152049,
"commit": 1000,
"max_throughput": 100
}

Response fields

FieldTypeDescription
currentfloatCurrent month spend (same currency as contract)
commitfloatMonthly commit limit
max_throughputintegerMaximum concurrent throughput

For detailed per-model, per-day breakdown, see Usage History.