The Cost dashboard: pricing coverage, spend KPIs, cost over time, and the session cost decomposition.
The dashboard
The page opens with four KPIs for the selected time range: Total spend on billable LLM calls, Avg per day over completed days, Avg per trace across traces that contain at least one billable call, and the Top spend model with its share of spend. The Cost over time chart below shows spend per bucket, stacked by model on the Total tab, while the Average and p95 tabs plot per-trace cost, so you can separate a traffic increase from an expensive tail. A badge next to the title reports pricing coverage, such as 100% priced. When some usage recorded no cost because a model has no known pricing, the badge and the affected table rows say so, so a low total is never silently mistaken for a cheap week.Cost per session
The Session section divides spend by sessions and compares the result against the equal-length window before it. Alongside the headline figure, Contributing changes decomposes the movement into six factors, each with its own multiplier: Tokens per call, Prompt vs output split, Traces per session, Prompt price, LLM calls per trace, and Output price. When cost per session jumps, this is the panel that says whether prompts got longer, traces started retrying, or a price list changed.Models
Model usage over time plots each model’s spend or token volume per bucket. Spend against usage compares every model’s share of spend with its share of calls: a model taking a much larger share of the money than of the usage shows a warning multiplier, such as3.2× avg, so routing decisions have a number attached.
Cache economics
The Cache section judges caching model by model from your traffic’s own timing and flags three actionable situations, summed into a Recommendations card with an estimated saving:- Cache it: caching is off on calls where turning it on looks like it would pay for itself.
- Stop caching: these calls pay to write a cache that expires before anything reads it.
- Investigate: the calls arrive close enough together to reuse a cached prompt and miss anyway, so the prompt is where to look next.
Cost breakdown
The Cost breakdown table splits spend by Model, Provider, Operation, or Service, with input, output, and cache-and-other costs, each dimension’s share of the total, and its average per trace. Long tails collapse into an Other row, with a Show all control to list every dimension.Related
- Token & cost tracking: How Latitude prices spans from telemetry
- Sessions: The unit behind cost per session
- Experiments: Compare cost across slices of traffic