Model Serving Cost Calculator
Estimate recurring inference cost from your own output-token assumptions.
Compute College
Reasoning models generate long chains of thought before answering, multiplying output tokens — and output tokens drive inference cost.
Interactive calculator
5,000,000 requests/month → estimated $42,000 in monthly serving cost.
Starting values are illustrative defaults you can edit — not live ComputeTape Market benchmark prices. Replace them with a real quote.
A reasoning model uses extra compute while answering a question, doing more internal work before it returns the final answer. That work produces additional output tokens, which are usually more expensive to serve than input tokens. The result is that one question can use several times the compute of a standard model. This extra inference-time work is often called test-time compute.
Memory trick: Thinking out loud isn't free — every word of a model's reasoning is an output token, and output tokens are what you pay for.
Serving cost scales with the tokens a model generates, not just the prompt you send in — and reasoning models generate far more of them. That shifts compute demand from one-time training toward recurring inference and changes how buyers plan capacity.
Suppose a standard answer uses 500 output tokens. A reasoning model answers the same question with 5,000 output tokens: 500 for the answer and 4,500 for its additional work. That is 10 times the output. If output tokens dominate the bill, the reasoning query could cost roughly 10 times more to serve.
Example figures are illustrative calculations, not current quoted market prices.
Treating a reasoning model's cost like a standard model's because the prompt is the same size. The prompt (input) is processed in parallel and is comparatively cheap; the cost lives in the output, which is generated one token at a time and grows the memory (KV cache) held per request. A short question can still produce a long, expensive answer.
Practical takeaway
Estimate reasoning-model cost from expected output length, not prompt size, and decide per task whether the extra reasoning is worth it.
Decision check: more reasoning is worth paying for only when the better answer changes the outcome enough to justify the extra tokens.
Compute College
Read the ComputeTape Market Brief for weekday AI compute pricing, power, capacity, and infrastructure signals.
Compute College track
Step 25 of 25: Why reasoning models cost more to serve