Skip to main content

Pricing

Every model has explicit inputPricePer1m and outputPricePer1m (USD per million tokens). Prices are shown on:
  • The public Models page
  • The GET /v1/models response for your key
  • Your dashboard usage history (per-request cost)
Costs are calculated as:
cost = (tokens / 1_000_000) * pricePerMillion
Separate input and output prices.