Claude API pricing
Official model token pricing table.
Compute College
Learn why output tokens usually cost more than input tokens and how generation cost affects model serving economics, AI agents, and inference spend.
Output tokens often carry a higher listed API price than input tokens because generation is performed sequentially during the response, tying up serving resources as each next token is produced; actual pricing is set by each provider.
Memory trick: Input loads the workbench; output keeps the generator working token by token.
Why it matters
Output-heavy coding, reasoning, and agent workflows can create much larger serving bills than short responses, so token mix matters for model adoption and AI compute demand.
Anthropic lists Claude Opus 5 regular usage at $5 per million input tokens and $25 per million output tokens. At those listed rates, an illustrative request with 100,000 input tokens and 20,000 output tokens costs $0.50 for input and $0.50 for output: much fewer output tokens contribute the same spend.
Example figures are illustrative calculations, not current quoted market prices.
Current example
Anthropic’s official pricing documentation lists Claude Opus 5 at $5 per million base input tokens and $25 per million output tokens. Anthropic lists fast mode at $10 per million input tokens and $50 per million output tokens. Last checked: Sep 16, 2026.
Official model token pricing table.
Pricing is current-source information and should be checked again before making a procurement decision.
Do not estimate a workload from input tokens alone, and do not assume every provider or model has the same input-to-output pricing relationship.
Practical takeaway
Track input and output token volumes separately, use current official pricing, and model how answer length, reasoning, and agent steps change cost per completed task.
Decision check: are you tracking output tokens separately and using current per-provider rates, rather than estimating from input volume alone?
Compute College
Follow model releases as AI compute market signals in the ComputeTape Market Brief.
Compute College track
Step 24 of 25: Why output tokens cost more than input tokens