LLM spend by group and model
Even-split API-equivalent spend per group × model — an estimate, not billed spend.
/analytics/llm-spend-by-group-modelEven-split API-equivalent spend per group × model — an estimate, not billed spend.
Query Parameters
Start of the time range to report on, inclusive.
date-timeEnd of the time range to report on, exclusive.
date-timeFilter to specific LLM telemetry providers.
Filter to specific model names.
Filter to users in specific groups. The Unassigned ("") bucket cannot be filtered to. Narrows the even split as well as the rows, so only the selected groups come back.
Response Body
application/json
application/json
curl -X GET "https://example.com/analytics/llm-spend-by-group-model?start_time=2019-08-24T14%3A15%3A22Z&end_time=2019-08-24T14%3A15%3A22Z"{ "items": [ { "group": "string", "model": "string", "cost": 0.1 } ]}List LLM sessions GET
Sessions ranked by cost or tokens, with per-session usage.
LLM spend summary GET
Subscription-vs-API cost split for a time range, using configured seat pricing. Accepts only seat-coherent filters: provider, user, and group scope both the usage legs and the priced seats; a model can't scope a seat, so there is no model param (and no auth_mode — the endpoint decomposes by auth path itself).