Credits and fair metering
Credits and the response headers
Every paid operation is measured in credits, and the API is transparent about it: on every response, x-credits-consumed shows what that call cost and x-credits-remaining shows your balance. You never have to guess - the accounting is in the headers.
That makes it easy to build cost-aware software: read the headers, track spend, reconcile against them (they're authoritative). There's also a request-id header for support.
Credits, visible on every single call.
Key takeaway: Every response carries x-credits-consumed / x-credits-remaining - authoritative credit accounting on every call.
Try this in your dashboard
The best way to learn AI92 is to use it - open your dashboard and follow along.