I went looking for a straight answer to "what will this cost per month" and found that almost every comparison table gets it wrong the moment prompts get long. Not slightly wrong. Double.
The threshold nobody shows you
Gemini 3.1 Pro is $2 per million input tokens, $12 per million output. That is the number in every roundup. It holds up to 200,000 prompt tokens, and above that line Google doubles it.
Grok 4.6 does the same thing at the same threshold — $2/$6 becomes $4/$12.
OpenAI's pricing page carries a line that is easy to miss: the published rates cover context lengths under 270,000 tokens. There is no published rate above that.
Claude is the odd one out, and in the useful direction. From Claude 4.6 onward there is no context tier. A 900,000-token prompt bills per token at exactly the rate a 9,000-token prompt does, across the whole 1M window.
Why it matters more than it sounds
Take a coding agent carrying a repository in context, or a RAG pipeline that fills the window because it can. 260,000 input tokens per request is an ordinary day for either.
On short prompts, Gemini 3.1 Pro's input rate looks 2.5x cheaper than Claude Opus 5's. Cross 200,000 tokens and that gap closes hard, because one of them changed price and the other did not. Every comparison built on headline rates has the ranking wrong for that workload.
DeepSeek moves on a different axis
No context tier at all — but since 16 August 2026 it prices by time of day. Peak is 01:00-04:00 and 06:00-10:00 UTC, seven hours out of twenty-four, and rates double inside it. So the honest number for DeepSeek is not a rate, it is a blend that depends on when your traffic actually lands.
Cache reads are not all 10%
The other quiet assumption is that a cache hit costs 10% of the input rate. Mostly true, not always: Claude Fable 5.1 reads at 0.025x base, not 0.1x. Gemini 3.5 Flash-Lite has no context caching at all, so a comparison that assumes a cache discount is inventing one.
The full table
I wrote every current rate up as a reference, including the thresholds, the cache-read rates and the introductory Gemini Flash pricing that expires on 31 December 2026: LLM API Pricing Reference
Price is one axis
Cost per token decides less than people expect. A model that is half the price and takes three times the tokens to finish the same job is not cheaper. For speed, context window, benchmark scores and cost per task across 323 models, the LLM Waves leaderboards track all of it, and the economics board ranks by cost per task rather than headline rate.
Rates collected from provider documentation on 13 September 2026.
Top comments (0)