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:
| Column | Description |
|---|---|
| Model | The model or Actor endpoint called |
| Namespace | The namespace the request was made in |
| API Key | The last 4 characters of the key used (full key is never shown) |
| Requests | Number of requests of this type in the period |
| Input tokens | Total prompt/input tokens |
| Output tokens | Total completion/output tokens |
| Cost | Total 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.
CSV export for the usage table and per-request log entries with timestamps are being added.