Usage Logs
Console → Usage Logs records every API call (general log). It is the authoritative source for billing reconciliation and debugging.
Filters
| Filter | Notes |
|---|---|
| Time range | Start and end date/time |
| Model name | Filter by model |
| Group | Filter by group |
| Type | All / consumption / error / admin |
Click Expand for more filters; Reset clears them, then Search again.
Above the results, a summary strip shows the window's spend ($), RPM, and TPM.
Log fields
| Column | Meaning |
|---|---|
| Time | Request time with a type badge: consumption (billed), error, or admin (e.g. quota adjustments) |
| Token | The API key that made the call, with its group |
| Model | The model actually invoked (e.g. anthropic/claude-sonnet-4.5) |
| Latency | Total time and time-to-first-token; streaming requests also show throughput (t/s) |
| Tokens | Input / output token counts |
| Cost | Amount billed for the request (USD) |
| Details | Billing tier (e.g. standard · $75 / $375/M); error rows show status_code and an error summary |
Common uses
- Reconciliation — this page is authoritative; upstream provider dashboards may not match
- Debugging — error rows carry the HTTP status code and summary; attach them to support tickets to speed up triage
- Auditing — admin rows record account quota changes and other operational actions