Reports & Exports
How do I build and share custom AI spend charts?
Saved views let your team build charts from any metric, split and filter (spend by feature in production, error rate by model, cost per call by variant), share them account-wide and pin them to the Overview. Growth plan.
Observe → Saved Views → New view opens a builder with a live preview.
| Setting | Choices |
|---|---|
| Metric | Spend, calls, tokens, average cost per call, error rate, p95 latency |
| Split by | Nothing (a total) or feature, model, provider, department, environment, variant, user, project, workload |
| Chart | Line, stacked area, bars, stacked bars, table, single number (stacked charts only for spend, calls and tokens, which add up) |
| Period | 1 to 90 days; hourly buckets are available up to 7 days |
| Top | How many groups to show. The rest are folded into (other) for spend, calls and tokens |
| Filters | Exact matches on any dimension, e.g. environment=production. (untagged) matches calls without that tag |
Views are shared with everyone on the account. Tick Pin to the Overview dashboard to show a view on the Overview (up to 6). Every chart has a Table toggle with the exact numbers.
Views are also available through the API: GET/POST /api/views, PUT/DELETE /api/views/{id}, and POST /api/views/query with a view definition to get its data without saving it.
Related articles