Model Serving Cost Calculator
Turn token assumptions into a recurring budget.
Compute College
Cost per million tokens is how hosted AI APIs price inference — usually with input and output tokens priced separately.
Cost per million tokens is the price of running a model expressed per million tokens, the way most hosted AI APIs quote inference. It translates GPU-level cost into the unit API buyers actually see, and it usually prices input (prompt) tokens and output (generated) tokens separately.
Memory trick: Tokens are the meter; cost per million tokens is the price per unit — and output usually spins the meter faster.
Most AI products are billed and budgeted in tokens, not GPU-hours. Cost per million tokens connects model usage directly to spend, and because output tokens usually cost more than input tokens, it exposes where the bill actually comes from.
Suppose a feature sends 1,000 input tokens and generates 2,000 output tokens per request, at illustrative rates of $3 per million input tokens and $15 per million output tokens. That is (1,000 × $3 + 2,000 × $15) ÷ 1,000,000 = about $0.033 per request, or roughly an illustrative $33,000 a month at one million requests.
Example figures are illustrative calculations, not current quoted market prices.
Comparing a single blended per-token rate across providers. Input and output are usually priced differently, context length and features change the effective cost, and a low headline rate can hide expensive output pricing.
Practical takeaway
Budget from expected input and output token volumes at separate rates, then sanity-check against GPU-hour cost if you self-host.
Decision check: compare providers on input and output rates together with your expected token mix, not on a single headline number.
Compute College
Use the GPU-Hour Cost Calculator, AI Training Cost Calculator, or Model Serving Cost Calculator.
Compute College track
Step 3 of 7: What is cost per million tokens