What Claude actually costs a UK business, and the date that changes it
What changed
Anthropic released Claude Sonnet 5 on 30 June 2026 with the API model ID claude-sonnet-5, and it is now the default model on Claude Free and Pro. It launched with introductory API pricing of 2 USD per million input tokens and 10 USD per million output tokens, which runs through 31 August 2026. From 1 September 2026 the standard rate of 3 and 15 USD applies, which is the same rate Claude Sonnet 4.6 carries. Separately, Anthropic's Claude Platform documentation records a change that has had far less attention: "Claude Sonnet 5 uses a new tokenizer. The same input text produces approximately 30% more tokens than on Claude Sonnet 4.6." The launch post puts the range at roughly 1.0 to 1.35 times, depending on the content. On 2 July 2026 Anthropic also added organisation-level spend controls to Claude Enterprise.
Why it matters for UK business
The headline most firms will act on is the September date, and it is the less important of the two. A flat price per token is not a flat bill, because the bill is price multiplied by volume, and the volume just moved. If your cost model was built on Sonnet 4.6 token counts, it now understates the cost of doing the same work, and the introductory rate has been quietly absorbing the difference. Both variables change on 1 September, on different bases and for different reasons. That is worth stating plainly rather than compressing into a single percentage, because no published figure supports multiplying the two together.
It is also worth being precise about what is not happening. Anthropic is not charging more for Sonnet than it did a generation ago. From September, Sonnet 5 sits at exactly the same list price as Sonnet 4.6, so a firm comparing like for like on price alone would see no change at all. The change is in what a unit of work costs, and that is a harder thing to notice, because it does not appear on any price page. It shows up on the invoice.
The tokenizer is also not new. Anthropic scopes it to Claude 4.7 and later models and Claude Mythos Preview, so any firm already running Opus 4.7 or 4.8 has been on it for some time and has the data to prove what it did to their token counts. Firms still on Sonnet 4.6 or earlier are the ones facing the change cold.
There is a second-order effect that catches engineering teams rather than finance teams. If the same text now occupies more tokens, then a context window holds less of your document than it did, and an output ceiling tuned on the previous generation may truncate an equivalent response. Neither failure announces itself as a cost problem, but both surface as one when someone raises the limits to fix them.
On the buying side, the published plan structure is seat price plus usage: Claude Enterprise is listed at 20 USD per seat per month plus usage billed at API rates and is billed annually; Team standard seats are 20 USD on annual billing or 25 USD monthly; Pro is 17 USD per month on annual billing or 20 USD monthly. All of those are US dollar list prices. Anthropic does not publish a sterling price list, so any GBP figure in a business case is your exchange assumption, not Anthropic's, and should be labelled as such.
What to do, and what not to do
Do:
- Recount your actual production prompts against Sonnet 5 before 31 August, using the token counting endpoint. Measure the prompts you really run, rather than scaling last quarter's number by a rule of thumb. The 30 per cent figure is Anthropic's general guidance, not a promise about your workload.
- Rebuild the unit-cost model on measured post-tokenizer counts at the September rates. A business case built on introductory pricing is a business case with a known expiry date in it.
- Re-check output ceilings and any hard context assumptions in chunking or retrieval code, since the same text now occupies more of both.
- If you quote clients a per-document or per-transaction price, put the September figure in front of them now rather than absorbing the difference quietly.
- Turn on the Claude Enterprise spend controls if you are on that plan. Since 2 July 2026 administrators can set an organisation-level spend limit with alerts at 75 and 90 per cent, and see usage and cost broken down by group and by user.
Do not:
- Describe 1 September as a price rise without saying in the same breath that the standard rate matches Sonnet 4.6. It is an introductory discount ending, and the distinction matters when a client asks whether they were misled.
- Multiply the 30 per cent and the 50 per cent together. They apply to different things, and the product is a number no source supports.
- Switch model tier purely to dodge the step-up before you know where your tokens actually go. Caching, output length and model mix usually move the bill more than tier selection does.
- Assume the Enterprise model entitlements give you full role-based control. They are Enterprise-plan and in beta, and role-level model restrictions bind only to custom roles, so User, Admin and Owner roles can still use every model enabled at organisation level.
- Convert the list prices to sterling in a client document without naming the rate and the date you used.
Where The AI Consultancy fits
Building a defensible unit-cost model for a Claude deployment, measuring where the tokens actually go, and deciding which workloads justify which tier is the kind of work our Claude consulting engagements cover. If you have a Claude build running and no confident answer to what it will cost in September, that is a scoped piece of analysis rather than a project. Our earlier briefing on why per-token prices fell while bills rose set out the general argument; this is the Claude-specific, vendor-documented case of it. The AI ROI calculator is a starting point for framing the business case.
All figures in this briefing are US dollar list prices published by Anthropic and verified on 9 July 2026 against anthropic.com, platform.claude.com and claude.com/pricing. Anthropic does not publish a sterling price list. Pricing pages change; confirm current rates before committing a budget.
Frequently asked questions
- Is Anthropic raising the price of Claude Sonnet 5 in September 2026?
- Not in the sense most people mean. Claude Sonnet 5 launched on 30 June 2026 with introductory API pricing of 2 USD per million input tokens and 10 USD per million output tokens, and that introductory rate runs to 31 August 2026. From 1 September 2026 the standard rate of 3 and 15 USD applies. That standard rate is exactly what Claude Sonnet 4.6 costs, so this is an introductory discount ending rather than Anthropic charging more than it did for the previous generation. The step from the introductory to the standard rate is 50 per cent on both input and output, so a bill modelled on July usage will still rise.
- Why is my Claude bill higher than the price list suggests?
- The most likely reason is tokenisation. Anthropic's documentation states that Claude Sonnet 5 uses a new tokenizer and that the same input text produces approximately 30 per cent more tokens than on Claude Sonnet 4.6, with the launch post giving a content-dependent range of roughly 1.0 to 1.35 times. Price per token and tokens per request are separate variables, so an unchanged price per token does not mean an unchanged cost per request. Other common causes are adaptive thinking consuming output tokens, prompt caching not being used where it would pay, and running a larger model than the task needs.