APIAnalytics

LLM spend by group and model

Even-split API-equivalent spend per group × model — an estimate, not billed spend.

GET/analytics/llm-spend-by-group-model

Even-split API-equivalent spend per group × model — an estimate, not billed spend.

Query Parameters

start_time*string

Start of the time range to report on, inclusive.

Formatdate-time
end_time*string

End of the time range to report on, exclusive.

Formatdate-time
provider?array<>

Filter to specific LLM telemetry providers.

model?array<string>

Filter to specific model names.

user_group?array<string>

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.

auth_mode?array<>

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    }  ]}