LLM token time series
LLM token usage over time.
/analytics/llm-tokens-over-timeLLM token usage over time.
Query Parameters
Start of the time range to report on, inclusive.
date-timeEnd of the time range to report on, exclusive.
date-timeTime bucket size for the series: hour or day.
Value in
- "hour"
- "day"
Filter to specific LLM telemetry providers.
Filter to specific model names.
Filter to specific users by id.
Filter to users in specific groups.
Response Body
application/json
application/json
curl -X GET "https://example.com/analytics/llm-tokens-over-time?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"{ "series": [ { "timestamp": "2019-08-24T14:15:22Z", "count": 0 } ]}LLM token economics GET
Cache-hit rate, blended $/MTok, and token-type cost shares for a time range. The blended rate uses provider-reported cost. Providers don't report cost per token type, so by_type is priced from configured list prices instead and carries priced_tokens — the share of its tokens that pricing covered. For the users driving that cost, page /analytics/llm-top-users-by-cost.
Total LLM tokens GET
Total LLM tokens used, with per-type breakdown.