Opus 5's Default Cost Escalation
Anthropic's release of Claude Opus 5, touted as Fable-5-level intelligence at a reduced token price, comes with a significant caveat: its default configuration can make it cost up to 3.1 times more than its predecessor, Opus 4.8, for the same tasks. Both models share identical pricing structures: $5 per million input tokens and $25 per million output tokens. The disparity arises from Opus 5's new 'adaptive thinking' feature, which is enabled by default and bills its internal reasoning processes as output tokens, even though these are not directly visible to the user.
This means that for a typical prompt, a substantial portion of the 'output' that the user receives is actually the model's internal deliberation. This hidden processing cost is the primary driver behind the observed 3.1x price increase in initial benchmarks. For developers and businesses relying on predictable AI costs, this default behavior presents a significant challenge. Understanding and managing this 'hidden' token usage is now critical for optimizing Claude API expenses.

Disabling Adaptive Thinking for Cost Parity
The good news for cost-conscious users is that this increased expenditure is not inherent to Opus 5's architecture but rather a default setting. By disabling the adaptive thinking feature, users can bring Opus 5's billing into exact parity with Opus 4.8 for identical tasks. This is achieved through a specific request setting: thinking: {"type": "disabled"}. When this setting is applied, Opus 5's cost for performing a task aligns precisely with what Opus 4.8 would have charged. This suggests that the underlying model capabilities, when not engaged in default 'thinking' output, are priced competitively as advertised.
The contrast with Anthropic's larger Fable 5 model is notable. While Opus 5 offers the option to disable this costly thinking output, Fable 5 reportedly refuses to accept such a setting, implying that its higher operational costs are fundamental to its design or intended use case. This places Opus 5 in a unique position: offering potentially more advanced reasoning capabilities than Opus 4.8, but with the user's explicit control over whether to incur the associated costs.
Implications for Users and Developers
The introduction of Opus 5's default adaptive thinking feature has immediate and significant implications for anyone integrating Claude into their applications or workflows. The primary concern is the unpredictability of costs. Without careful management, applications that make frequent or complex calls to Opus 5 could see their AI expenditure skyrocket unexpectedly. This makes detailed cost monitoring and the strategic use of the thinking: {"type": "disabled"} setting essential.
For developers, this introduces a new layer of complexity in API integration. They must now decide on a per-request or per-application basis whether the advanced reasoning output provided by default Opus 5 is worth the increased cost, or if disabling it offers sufficient performance for their needs at a predictable price. This decision will likely depend on the specific use case. Tasks requiring deep analysis, complex problem-solving, or nuanced summarization might benefit from the default adaptive thinking, while simpler tasks like basic text generation or classification could be performed more economically with it disabled.
The 'hidden' nature of these thinking tokens is particularly interesting. It suggests a shift in how advanced models are designed to interact, moving towards a more implicit reasoning process. While this can lead to more sophisticated outputs, it necessitates a new understanding of AI billing models. It's less like paying for a direct answer and more like paying for a consultant's time, where the consultant's thought process is part of the bill, even if they only present the final recommendation.
Broader Industry Context
This development in Claude's model behavior reflects a broader trend in the AI industry: the increasing sophistication and computational demands of large language models. As models become more capable, they also become more complex internally. Companies are exploring various ways to monetize these advanced capabilities, including tiered pricing, feature-gated access, and, as seen with Opus 5, billing for internal processes. The challenge for providers like Anthropic is to balance the introduction of cutting-edge features with user expectations around cost transparency and predictability.
The decision to make adaptive thinking the default for Opus 5, while offering a way to disable it, is a strategic move. It allows Anthropic to showcase the advanced reasoning potential of the model while still providing an economical option for users who don't require that level of deep, internal deliberation for every task. This approach could help capture a wider market segment, from users prioritizing raw capability and willing to pay for it, to those focused on cost-efficiency for high-volume applications.
Ultimately, the success of Opus 5 at its advertised price point hinges on user adoption of the thinking: {"type": "disabled"} setting. If users widely adopt this configuration to manage costs, the 'half the token price' promise may hold true for many. However, if the default setting leads to widespread unexpected bills, it could foster a perception of opaqueness and drive users to competitors offering more straightforward cost models. The industry will be watching closely to see how developers and businesses navigate this new pricing paradigm.
