Free tools

LLM price comparison

Enter your monthly requests, token sizes, and cache hit rate. See what the same workload costs on every model, cheapest first.

01Llama 4 70BOpen weight$75.88/mo
02Qwen 3.5Open weight$86.72/mo
03DeepSeek V4Open weight$97.56/mo
04Kimi K2.5Open weight$108/mo
06Mistral Large 3$1,727/mo
07Grok 4.3$2,266/mo
08GPT-5.5$2,710/mo
09Sonnet 5$3,777/mo
10Opus 4.8$15,108/mo

Same workload, 199x gap between Llama 4 70B and Opus 4.8. Route each task to the model that fits it.

How it works

1
Describe the workload
Monthly requests, average input and output tokens per request, and your prompt cache hit rate.
2
Read the sorted list
Every model priced on the same workload, cheapest first, with open-weight models marked.
3
Split the traffic
The gap between the cheapest and the most expensive model is usually 50 to 100x. Routing each task to the right model captures most of it.

Common questions

Where do the prices come from?

Published per-million-token API prices for each model, split by input and output tokens, with cached input priced at roughly 10% of the input rate. Prices move, so check the exact rate before you commit a budget.

Why do output tokens cost more?

Generation is the expensive direction: every output token requires a full forward pass, while input tokens are processed in parallel. Most providers price output 4 to 5 times above input.

What is a prompt cache hit?

When the start of your prompt (system instructions, tool definitions) repeats across requests, providers can reuse the computed state and charge around a tenth of the normal input price for those tokens. Agents with long stable system prompts see high hit rates.

Do I have to pick one model?

No. Most production teams route: judgment-heavy traffic goes to a frontier model, high-volume routine traffic to an open-weight one. On Allocate each route names its model, so you can swap either without a deploy when prices or quality move.

Is this calculator free?

Yes, free and unlimited, no account. It runs in your browser.

More free tools

These are list prices. On Allocate every model here sits behind one key with per-token metering, hard caps, and a bill you forecast before you spend.