Skip to main content

Usage

Usage tells you what the active workspace consumed and how model runs affect costs or operational review.

Where to look

  • Dashboard overview for high-level activity.
  • Playground for individual test outputs.
  • Jobs for long-running work.
  • Billing usage summaries for cost-related records.

Useful API surfaces

GET /api/billing/usage/summary
GET /api/billing/usage/timeseries
GET /api/billing/activity
These routes require an authenticated workspace context.

Production checklist

  • Track request volume per model and operation.
  • Watch 429 responses and rate-limit headers.
  • Review usage after new releases or traffic changes.
  • Keep staging and production keys separate so usage is easy to attribute.