Usage & analytics
View usage in Dashboard → Usage or query account endpoints for summaries and exports.
Summary
{
"total_spent_eur": "12.34",
"total_tokens": 123456,
"period_start": "2026-05-01T00:00:00Z",
"period_end": "2026-05-31T23:59:59Z",
"by_model": [
{"model": "mistral-small-latest", "tokens": 100000, "spent_eur": "10.00"}
]
}
Export
Use GET /v1/account/usage/export?format=csv or ?format=json to download detailed usage rows for your retention window.
What usage contains
- Model ID, provider ID, token counts or estimated usage, request timestamp, status, duration, and EUR cost.
- Prompts, messages, audio contents, image prompts, and provider response bodies are not stored in usage logs.
- Usage metadata is retained for billing, abuse prevention, and operational reporting.