The API Dashboard provides a comprehensive view of your costs and token consumption, broken down by API token.

To analyze API usage for a project, open the Dashboard in the Console, select the desired Project from the drop-down list in the upper-right corner, and then click on the API tab.
At the top of the API tab, you choose the analysis period using two date pickers:
All indicators and tables in this tab are calculated only with the requests that occurred within the selected date range.
Below the date filters, the API tab displays three key performance indicators (KPIs) for the selected project and period:
- Total Cost (USD): Shows the total cost generated by all API requests in the selected range.
- Total Requests: Shows how many requests were made using any API Token in that period.
- Total Tokens: Shows the total number of tokens consumed (input and output) by those requests.
These KPIs give you a quick overview of API usage before you drill down into details.
The central component of the API tab is the Activity by API Tokens table, which behaves as a pivot table for API consumption.
In this table you can see, for each API Token and model:
- API token: The name of the API Token used in the requests. Tokens are shown as expandable groups; each group aggregates the models that used that token, and total rows summarize the values per token.
- Model: The model associated with the requests made using that token.
- Cost: The cost in USD generated by that model–token combination in the selected date range.
- Requests: The number of requests sent with that model–token combination.
- Total tokens: The total number of tokens consumed by that combination.
Totals per API Token and overall totals appear as summary rows so that you can quickly compare consumption between tokens.
Above the table, the Drop filters here area lets you apply additional filters to refine the data shown in the pivot (for example, by token or model, depending on the available fields).
You can also use the table header controls to:
- Sort rows by any numeric column (Cost, Requests, Total tokens).
- Access additional table options from the menu icon on the right (such as column configuration or other table actions, depending on your permissions and platform configuration).
These options help you focus on the API Tokens and models that are most relevant to your analysis.
At the bottom of the table, the pagination controls allow you to navigate through multiple pages of results:
- Per page: Sets how many rows are displayed per page.
- Page selector and arrows: Move between pages of results.
Use these controls when your project has many API Tokens or models and the table spans more than one page.
Since version 2025-11.