# When a tokenizer change raises your bill and the rate card doesn't move > Claude 4.7 and later tokenize the same text into about 30% more tokens. The rate card never moves, so the increase is invisible until the invoice. URL: https://getculpa.com/llm-tokenizer-change-cost Last reviewed: 2026-08-03 Rates effective: 2026-07-02 ## Answer A tokenizer change alters how much text becomes one billable token, so identical prompts cost different amounts at an identical published rate. Anthropic states Claude 4.7 and later produce about 30% more tokens for the same text. Culpa, a local-first LLM cost, margin, and forecast ledger, meters the tokens each call actually reported rather than the rate its model advertises. ## Why this happens Every cost comparison people run assumes one thing nobody checks: that a token means the same amount of text on both sides. Anthropic's own pricing page says it doesn't. Claude 4.7 and later models, plus Claude Mythos Preview, use a newer tokenizer that in its words produces approximately 30% more tokens for the same text, with the exact increase depending on content and workload shape. Claude Sonnet 4.6 and earlier use the previous one. The rate card says nothing about this, which is what makes it dangerous. Opus 4.5 through Opus 5 all publish $5.00 and $25.00 per million, so a rate comparison across that group returns a tie, and a bill comparison doesn't. The effect runs the same way on every cross-model comparison anyone does on published rates alone: the newer model looks level and arrives higher. It also runs backwards through your own history, because a month priced before an upgrade and a month priced after aren't measuring the same unit. ## What this usually looks like - You upgraded a model version at an identical rate and the bill moved anyway. - Two services on the same rate card report very different costs for similar work. - Your cost per request rose across a model upgrade and the prompt never changed. - A model comparison run on published rates disagreed with what you were actually charged. - Your tokens-per-request metric has a step change in it that nobody can explain. ## Common mistakes - Comparing two models on rate alone. Why it hurts: A rate is dollars per token and the comparison you want is dollars per request. Those differ when tokenization does. Do instead: Send the same input to both and compare the token counts each one reports back. - Treating a same-rate version upgrade as cost-neutral. Why it hurts: Across the Claude 4.6 to 4.7 boundary the rate holds and the token count moves by roughly 30%. Do instead: Price the upgrade on measured tokens from your own traffic before you roll it out. - Comparing months either side of an upgrade. Why it hurts: The unit changed, so a rise can be tokenization rather than demand, and you'll chase the wrong cause. Do instead: Record the model version on every call so a step change can be attributed rather than guessed. - Assuming the 30% applies evenly. Why it hurts: Anthropic says the exact increase depends on content and workload shape, so a single multiplier is an estimate. Do instead: Measure it on your own text rather than applying a headline percentage. ## Self-check - Send one identical prompt to Claude Sonnet 4.6 and to a 4.7-or-later model, and compare reported input tokens. - Find your tokens-per-request over the last six months and look for a step rather than a slope. - Check whether any live model comparison in your planning used rates rather than measured tokens. - Confirm your ledger records the model version on every call, so a step change is attributable. ## The same text, the same rate, two bills Take a workload of 200M input and 20M output tokens a month as measured on Claude Sonnet 4.6's tokenizer, then move it unchanged to an Opus model on the newer tokenizer. Opus 4.5 through Opus 5 all publish $5.00 and $25.00 per million, so the rate is held constant on purpose. The 30% figure is Anthropic's own, and it applies to the TOKEN COUNT rather than to the price. old tokenizer: (200 x $5.00) + (20 x $25.00) = $1,000.00 + $500.00 = $1,500.00 new tokenizer, same text: 200M becomes 260M and 20M becomes 26M new tokenizer: (260 x $5.00) + (26 x $25.00) = $1,300.00 + $650.00 = $1,950.00 difference = $450.00 a month, at a rate card that never changed by a cent A 30% rise in billable tokens is a 30% rise in the bill, and no pricing page announced it. This is the one cost movement that can't be caught by watching rates, which is why it has to be caught by metering tokens. ## Cost figures Every figure carries its confidence and its source. No figure on this page is provider-reported. - $450.00 per month, modelled increase from a tokenizer change alone, with the published rate held constant [calculated] Source: 200M input and 20M output tokens at $5.00 and $25.00 per million, the published Opus rate from the price book effective 2026-07-02, against the same text at 30% more tokens: $1,500.00 becomes $1,950.00. The 30% figure is Anthropic's own, from platform.claude.com pricing read 2026-08-03. Token volumes are modelled and the 30% is a stated approximation, so treat the shape rather than the figure as transferable. ## FAQ Q: Which Claude models changed tokenizer? A: Anthropic's pricing page states that Claude 4.7 and later models, plus Claude Mythos Preview, use a newer tokenizer, and that Claude Sonnet 4.6 and earlier use the previous one. It says the newer one produces approximately 30% more tokens for the same text, with the exact increase depending on content and workload shape. Q: Does a tokenizer change show up on the pricing page? A: Only as a note. The per-token rates stay exactly where they were, which is what makes this hard to catch. Opus 4.5 through Opus 5 all publish $5.00 and $25.00 per million and sit on both sides of the tokenizer boundary, so a rate comparison across them returns a tie that the invoice contradicts. Q: How do I measure the effect on my own traffic? A: Send one identical prompt to a model either side of the boundary and compare the input token counts each reports back. That number is yours and the 30% is a headline. Anthropic says the increase depends on content and workload shape, so code, prose and structured data won't move by the same amount. Q: Is a newer tokenizer worse? A: Not necessarily, and this page isn't arguing that. Anthropic says the newer tokenizer contributes to improved performance across a range of tasks. The point is narrower: it changes the billable unit, so the upgrade decision needs measuring rather than assuming, and the rate card won't tell you. ## Sources - Anthropic pricing: https://platform.claude.com/docs/en/docs/about-claude/pricing Run the free Cost Leak Scan: https://app.getculpa.com/scan?source=pseo&slug=llm-tokenizer-change-cost&cluster=problem Machine-readable index of every guide: https://getculpa.com/api/pages Human-readable index of every guide: https://getculpa.com/guides Site overview: https://app.getculpa.com/llms.txt Privacy: Culpa runs on your infrastructure. Your prompts and responses never leave it. Culpa counts calls to run your plan, and it fails open, so if it ever breaks your app keeps running.