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
| Field | Type | Description |
|---|---|---|
current | float | Current month spend (same currency as contract) |
commit | float | Monthly commit limit |
max_throughput | integer | Maximum concurrent throughput |
For detailed per-model, per-day breakdown, see Usage History.