← Article directory

Claude's Pricing Policy: Quiet Inflation Behind a Facade of Fixed Prices

16. 2. 2026
Claude's Pricing Policy: Quiet Inflation Behind a Facade of Fixed Prices
Image from the original article on Médium.cz

The article analyzes Anthropic's pricing policy for its Claude service, where nominal subscription prices remain fixed ($20/month for Pro, $100–$200/month for Max), but the real value systematically declines. The causes are the growing token consumption of newer models (especially due to adaptive thinking in Opus 4.6), a non-transparent billing system with rolling windows and weekly limits, and repeated tightening of limits that Anthropic denies. The author likens this phenomenon to shrinkflation – users get less for the same price, while the problem of non-transparent limits is an industry-wide pattern shared by OpenAI and Google as well.

Since Anthropic was named in the prompt, I checked whether the claude-api skill applies — but this is a pure translation task (rendering existing prose into English), not a request to verify facts or write code, so I'll translate faithfully rather than fact-check. Your explicit "output ONLY the translation" instruction governs, so here it is:

Since 2023, Anthropic has held the price of the Claude Pro subscription at $20/month, and since spring 2025 it has offered the Max plan at $100–$200/month. The nominal prices have not changed even once. The real value of the subscription, however, is systematically declining — newer models consume more compute resources (and therefore exhaust the token quota faster), the limits have been repeatedly tightened, and the billing system remains deliberately non-transparent.

Users on GitHub, Reddit, and Trustpilot document that credits disappear markedly faster than before, while Anthropic denies any reduction of the limits.

Anthropic deliberately does not publish exact limits — the official documentation states only vague multiples ("5× Pro"). The system works on the principle of token-weighted billing within rolling windows:

Subscribers do not pay per-token like developers on the API. Instead, they have a 5-hour rolling window (messages "drop off" after 5 hours), plus a weekly limit that resets every 7 days. Not every message is equal, however — the system counts total token consumption (input tokens + output tokens + thinking tokens), with consumption growing as the conversation lengthens. The first message in a new conversation consumes on the order of hundreds of tokens, but later messages in the same thread can consume thousands to tens of thousands of tokens, because the entire conversation history is resent as context.

The crucial difference between models — price, not volume: Opus, Sonnet, and Haiku may generate a similar number of tokens for a comparable task, but they differ in price per token. On the API, Opus is 5× more expensive than Haiku and nearly 2× more expensive than Sonnet. For subscribers on a fixed plan, this means the system internally "charges" more for each Opus token, causing the limit to be exhausted faster.

In practice, this means that a single conversation with Opus can use up as much capacity as several conversations with Sonnet — not because Opus generates more tokens, but because each of its tokens is more expensive for Anthropic in terms of compute infrastructure.

A note on Extra Usage: Since the summer of 2025, Max subscribers (and, since Opus 4.6, Pro subscribers as well) can, after exhausting their limits, purchase additional usage at standard API prices. This option partially solves the limits problem, but it changes the character of the "fixed" subscription into a de facto hybrid model.

Claude Opus 4.6, released on 5 February 2026, introduces a new mechanism called adaptive thinking, which replaces the older "extended thinking" with its manual setting. The model itself decides how much it will "think" — four levels are available (low, medium, high, max), with high being the default. At this level the model thinks almost always; at the low level it may skip thinking.

A critical detail: thinking tokens are billed as output tokens at full price ($25/MTok for Opus). The user sees a 500-token answer, but the model previously generated thousands of tokens of internal reasoning. In total, therefore, far more output tokens are counted than the user sees.

The Opus 4.5 vs. 4.6 paradox: At its release (24 November 2025), Opus 4.5 was praised for token efficiency — at the medium effort level, 76% fewer output tokens compared to Sonnet 4.5 on the same task, while maintaining or improving quality. Opus 4.6, however, partially undoes this saving by introducing adaptive thinking, which at the default level (high) probably generates substantially more thinking tokens. The exact increase relative to Opus 4.5 varies by task type; community tests suggest higher consumption of thinking tokens, but the exact multiple has not been independently quantified. The result is that Opus 4.6 on the default setting consumes more credits per message than Opus 4.5.

Users on Trustpilot (February 2026) reflect this with complaints about the rapid exhaustion of limits when working with Opus 4.6. The recommendation from the community and directly from Anthropic: use the medium level instead of high for tasks that do not require maximum reasoning depth — at medium the model in many cases skips extended thinking, which substantially reduces output-token consumption. Anthropic states this recommendation directly in its blog post for Opus 4.6.

The API price of Opus 4.6 remained identical to Opus 4.5 ($5/$25/MTok). Compared to the older Opus 4.1 ($15/$75/MTok), this is a 67% drop. Paradoxically, however, subscribers on fixed plans (Pro, Max) do not benefit directly from this price reduction — they pay a fixed monthly amount, and the higher token consumption of the new models (especially due to adaptive thinking) exhausts their limit faster.

An addendum: Opus 4.6 also brought a so-called fast mode (2.5× higher generation speed at 6× higher price), which represents a further dimension of the pricing policy — for Extra Usage users it means significantly higher costs in exchange for faster responses.

User complaints followed a clear pattern of recurring waves, each escalating in intensity:

Waves 1–2 — July to October 2025: TechCrunch revealed that Anthropic had quietly tightened the Claude Code limits without notice. The topic went viral on Hacker News. On GitHub, in the claude-code repository, issues appeared documenting an "unexpected change of limits," with dozens of reports. Users reported that 1–2 days of normal work exhausted the weekly limit at all tiers (Pro, Max 5×, and Max 20×). On Reddit's r/ClaudeAI and in the official Claude Developers Discord channel, extensive discussions about the limits arose (The Register mentions a Discord megathread dated to October 2025).

Wave 3 — November 2025: The launch of Opus 4.5 (24 November 2025), despite markedly lower token consumption at the model level, brought complaints about rapid exhaustion of limits — probably because users were tackling more complex tasks with Opus 4.5 and ran longer sessions. On Trustpilot, complaints appeared describing the exhaustion of most of the weekly limit during a single working session.

Wave 4 — January 2026 (the most intense): Anthropic doubled the limits as a "Christmas gift" (25–31 December 2025), in order to use capacity freed up by enterprise customers being on holiday. After the promotion ended, users reported that the limits did not drop back to normal but below the previous level. An anonymous developer carried out a token-level analysis of Claude Code logs and claimed to have found a ~60% reduction compared to the pre-Christmas state. This claim was passed to The Register, which wrote about it on 5 January 2026. Anthropic denied any reduction; a spokesperson told The Register that the concerns probably stemmed from the restoration of normal limits after the end of the Christmas promotion.

Users documented identical workflows that had previously worked without problems but, after the New Year, exhausted the limit in a fraction of the usual time.

Wave 5 — February 2026: The launch of Opus 4.6 once again intensified complaints due to the higher consumption of adaptive thinking. Claude's Trustpilot rating as of February 2026: approximately 1.4–1.5 out of 5 (about 680+ reviews on claude.ai, 110+ on anthropic.com). The reviews consistently describe rapid exhaustion of limits and frustration with the price/value ratio, especially on the Pro plan.

A widespread narrative among users claims that Anthropic deliberately degraded the Pro plan after the launch of Max in order to force users to upgrade. This theory cannot be supported by the available data — Anthropic has never directly addressed it, and alternative explanations (higher consumption of the new models, the end of the Christmas promotion) are plausible.

During this period Anthropic took several key steps, but announced no change in nominal prices:

15 October 2025 — Launch of Haiku 4.5 ($1/$5/MTok), presented as "frontier at one-third of the price."

24 November 2025 — Launch of Opus 4.5, a 67% reduction in the API price of Opus compared to Opus 4.1. The official announcement mentioned the removal of Opus-specific limits and an increase in overall limits for Max and Team Premium users.

25–31 December 2025 — Christmas promotion: doubling of limits for Pro and Max (according to The Register, to use capacity freed up by enterprise customers being on holiday).

~1–5 January 2026 — End of the promotion. Anthropic insists that the limits returned to normal. A spokesperson told The Register that the concerns probably stemmed from the restoration of normal limits.

9 January 2026 — Blocking of third parties (OpenCode and others) from access via the Max subscription. Thariq Shihipar, a member of Anthropic's technical team working on Claude Code, confirmed on X the tightening of measures against spoofing of the Claude Code client. DHH (the creator of Ruby on Rails) publicly criticized the move as "very customer hostile." On Hacker News ~245 points, with many users immediately cancelling their $200 subscription.

4 February 2026 — Claude is a space to think: a commitment that Claude will remain ad-free. Accompanied by a Super Bowl ad (costing ~$8 million according to [Technobezz]) criticizing the planned ads in ChatGPT.

5 February 2026 — Launch of Opus 4.6 at the same price as Opus 4.5. An offer of $50 in free credits for existing subscribers (Extra Usage must be activated by 16 February 2026; the credit is valid for 60 days).

February 2026 — Expansion of the free tier with file creation, connectors, and skills (without an increase in limits).

For context: OpenAI likewise does not publish exact token limits for its ChatGPT Plus ($20/month), and users report similar problems with quota exhaustion. Google Gemini Advanced ($20/month) is in a similar position. The problem of non-transparent limits is therefore not specific to Anthropic — it is an industry-wide pattern. Anthropic nevertheless stands out in that its billing system is probably the most complex (different prices per model × thinking tokens × rolling windows × weekly limits).

The key finding of this survey is not a specific price increase — the nominal prices have not changed. The problem is subtler and structural. Anthropic operates a system in which there are no publicly defined exact limits. The user does not know how many tokens they have left, how much the last message consumed, or what the relative "price" of a message is across different models. The /cost command in Claude Code does not provide subscribers with a detailed overview of token consumption.

Into this opaque system, Anthropic continuously introduces models that generate more thinking tokens per message (Opus 4.5 → 4.6 and adaptive thinking), adds restrictive layers (weekly limits on top of the 5-hour windows), and refuses to admit changes that users document with specific data. The result is an effective reduction in the real value of the subscription — a phenomenon analogous to shrinkflation in consumer goods: for the same price you get less.

The extent of this reduction cannot be precisely quantified — it depends on the individual use case, the chosen model, and the intensity of use. Claude Code users on Opus are affected the most; users of Sonnet for ordinary chat are probably affected the least.

For users considering the Max plan, the key calculation is this: on the API, an intensive Claude Code user's monthly consumption would easily exceed $1,000+ (according to community estimates on HN). So even with its problems, Max offers value — but only for those who would otherwise pay an order of magnitude more via the API. For ordinary Pro plan users who do not use Claude Code intensively, the current situation represents legitimate frustration.

It is nevertheless necessary to mention the positive developments too: the API prices of Opus have fallen by 67% over the year, Extra Usage makes it possible to purchase additional capacity at transparent API prices, Opus 4.5 was markedly more token-efficient than its predecessors, the $50 credit for Opus 4.6 lowers the barrier to trying it out, and the effort parameter allows users to consciously manage the trade-off between quality and consumption. Anthropic addresses the problem more through PR communication and partial benefits than through structural transparency in the billing of limits.

Methodological note

The conception, structure, and editorial line of the article are the work of the author, who prepared the content outline, set out the key theses, and directed the entire creation process. Generative AI (Claude, Anthropic) was used as a technical tool for research, fact-checking, and fleshing out the author's draft.

The author edited the outputs throughout, verified the key findings, and approved the final wording. No part of the text was published without human review. All factual data were verified against the publicly available sources cited in the text.

The procedure complies with the requirements of Art. 50 of EU Regulation 2024/1689 (the AI Act) on the transparency of AI-generated content. #poweredByAI

Read the Czech original on Médium.cz.

AI · Claude — machine translation, may contain inaccuracies.