Skip to main content

Reading Usage

The Usage & Billing page contains a usage table and a set of charts that let you understand your API consumption at different levels of granularity: by day, by model, by namespace, and by API key.

Usage charts

Three charts appear at the top of the Usage & Billing page:

Daily spend — A bar chart showing credits consumed each day of the current month. Hover over a bar to see the breakdown by model.

Top models — A horizontal bar chart showing the top 10 models by credit consumption this month.

Request volume — A line chart showing the number of API requests per day. This is useful for understanding traffic patterns independently of cost.

You can switch all charts to show the previous month using the date range selector.

Usage table

Below the charts, the usage table lists individual request types with the following columns:

ColumnDescription
ModelThe model or Actor endpoint called
NamespaceThe namespace the request was made in
API KeyThe last 4 characters of the key used (full key is never shown)
RequestsNumber of requests of this type in the period
Input tokensTotal prompt/input tokens
Output tokensTotal completion/output tokens
CostTotal credits consumed

Filtering

The table supports filtering by date range, namespace, model, and API key. You can also group the table by any column using the "Group by" control.

Coming soon

CSV export for the usage table and per-request log entries with timestamps are being added.