stacked / mo
list price / mo
total savings
blended $/1M

Savings waterfall — each lever acts on what the last one left

Start at list price, apply prompt caching to the input side, then the Batch API to the batched share, then the committed discount to the whole remaining bill. The step column is what that lever alone removed; the running column is what is left.

StageSaved this stepRunning monthly

Additive vs multiplicative — the trap

Adding the three headline discounts overstates the saving, sometimes past 100%. The real stack multiplies what you keep at each step. This shows the gap for your numbers.

MethodClaimed savingsMonthly

Three discounts rarely make it free

Every LLM cost-cutting guide lists the same levers — cache your prompts, batch what can wait, commit to spend for a volume discount — and every one of them quotes a headline percentage. The mistake is stacking those percentages by adding them. Discounts do not add, they compound: each one only gets to work on the money the previous one left behind. A 90% cache discount that only touches the input side, a 50% batch discount on the share of traffic that tolerates latency, and a 15% committed discount on the invoice do not sum to 155% off — they multiply down to a real number that is always less impressive than the sum and always more than zero. This calculator applies them in the order they happen — caching at request time, batch at submission, committed at billing — and walks the bill down a waterfall so you can see what each lever actually removed rather than what its brochure promised. It also spells out the catches the headline numbers hide: caching only discounts input tokens, so an output-heavy workload barely feels it; batch only applies to traffic that can wait, so an interactive product routes little of its volume through it; and some providers will not let you cache and batch the same request at all. Price each lever on its own with the prompt caching calculator, the batch API calculator and the committed-spend calculator — then come here to see what they really do together, and compare the result against the full cost optimization calculator.

Host your project:DigitalOcean — $200 free ↗Hostinger VPS
Prompt CachingBatch APICommitted SpendCost Optimization