📑 Table of contents

Fable 5 switches to credit-based billing — Anthropic's frontier model now costs $10 and $50 per million tokens

LLM & Modèles 🟢 Beginner ⏱️ 14 min read 📅 2026-07-08

Fable 5 switches to credit billing — Anthropic's frontier model now costs $10 and $50 per million tokens

🔎 27 days, 4 access changes: Fable 5 is the most unstable model in Anthropic's history

On June 9, 2026, Anthropic launched Claude Fable 5 with fanfare. Three days later, the model disappeared from all subscription plans under the guise of US export controls. On July 1, it returned halfway — 50% inclusion on Max and Team plans. And on this July 8, Fable 5 switches to credits-only: $10 per million tokens in input, $50 in output.

This erratic sequence has no equivalent in the industry. Even model recalls from OpenAI or Google have never generated this level of access volatility in such a short span of time.

The timing is particularly sensitive. Anthropic is in the middle of filing an S-1 for its IPO. Offering a flagship model accessible only via pay-as-you-go billing tells a very different unit economics story than an all-inclusive subscription.


The key points

  • Fable 5 switches to credits-only on July 8, 2026: $10/M input tokens, $50/M output tokens — exactly double Claude Opus 4.8 ($5/$25).
  • Without credits enabled, there is no automatic fallback to a lower-tier model: access stops dead. Developers must configure a manual fallback to Opus 4.8.
  • An intensive agentic coding session can drain $100 of credits in 9 minutes (~$160/h), according to tests reported by users on Reddit and confirmed by Developers Digest.
  • Fable 5 is classified as a "Covered Model": 30-day data retention, with no Zero Data Retention option available — a blocker for some regulated companies.
  • Anthropic has given no timeline for a return to standard inclusion, vaguely mentioning "when capacity allows."
Tool Main usage Price (Jul. 2026, check on anthropic.com) Ideal for
Claude Fable 5 Anthropic frontier model 10$/M input, 50$/M output Complex tasks requiring the top of the lineup
Claude Opus 4.8 High-performance model 5$/M input, 25$/M output Reliable alternative to Fable 5, half the price
Claude Sonnet 5 Versatile model, new default 2$/M input, 10$/M output (intro until Aug 31, 2026) Daily dev, good performance/price ratio

Exact prices: Fable 5 vs the Claude lineup

Fable 5 is positioned as Anthropic's most powerful model. But its pricing makes it twice as expensive as Opus 4.8, and five times more expensive than Sonnet 5 during the introductory period.

Model Input (per million tokens) Output (per million tokens) Factor vs intro Sonnet 5
Claude Fable 5 10$ 50$ 5× / 5×
Claude Opus 4.8 5$ 25$ 2.5× / 2.5×
Claude Sonnet 5 2$ 10$ 1× / 1× (reference)

These figures are confirmed by the official Anthropic pricing page updated in July 2026, and cross-referenced by analyses from Finout and CloudZero.

The price/performance ratio is the critical point. According to VentureBeat, Sonnet 5 delivers performance close to the flagship at 60% less cost. For businesses, the question becomes: does Fable 5 justify this premium?

The answer depends entirely on the use case. For heavy agentic code, the quality difference can be felt. For everything else, Sonnet 5 is the rational choice.


The real cost of agentic development with Fable 5

Theoretical figures ($10/$50 per million) do not do justice to the reality of coding sessions with Claude Code. The core issue: agentic sessions generate a massive amount of output tokens, and very few input tokens.

Let's take a concrete scenario drawn from developer feedback on Reddit r/ClaudeCode and the analysis from Developers Digest:

  • Intensive TypeScript debugging session: 1.3 million tokens generated in 7 minutes.
  • Output cost alone: 1.3 × $50 = $65 in 7 minutes, or about $560/hour.
  • In another test case reported by Tech Times, a $100 Max subscription was drained in 9 minutes.

These figures are extreme but not unrealistic. Agentic sessions where the model rapidly iterates on code — generating, testing, fixing, re-generating — produce massive output token volumes.

MorphLLM modeled the real costs per developer in 2026:

Usage profile Estimated monthly cost (Sonnet 4.6) Estimated cost (Fable 5, equivalent usage)
Light usage ~$36/month ~$180/month
Daily pro usage ~$178/month ~$890/month
Full-day agentic usage ~$594/month ~$2,970/month

Most developers have reverted to an Opus 4.8 / Sonnet 5 mix according to community feedback. Fable 5 has become a tool of last resort, not an everyday work model.

For those who want to compare Fable 5 with alternatives from other providers, our monthly comparison of the best LLMs details the benchmarks and costs of all current frontier models.


The 4 access changes in 27 days: complete timeline

This sequence is unprecedented. Never has a model of this scale undergone so many access policy modifications in such a short time.

June 9, 2026 — Launch. Fable 5 is available on Pro, Max, and Team plans as part of the standard subscription. The communication is optimistic, Anthropic presents the model as its new pinnacle.

June 12, 2026 — Abrupt withdrawal. Fable 5 disappears from all subscription plans. The official reason: US export controls. This withdrawal coincides with Anthropic's decision to deny China access to the Mythos model, which lends credibility to the geopolitical theory.

July 1, 2026 — Partial restoration. Fable 5 returns, but at only 50% inclusion on Max and Team plans. Pro users no longer have access to it at all. Anthropic justifies this limitation by citing capacity constraints.

July 8, 2026 — Credits-only switch. End of all inclusion. Fable 5 is only accessible via credit billing at the $10/$50 rates. Anthropic officially announces it and Tech Reader relays the information the same day.

Each change forced engineering teams to reconfigure their workflows. Companies that had standardized their pipelines on Fable 5 at launch found themselves with three migrations in three weeks.


Prompt caching and Batch API: the two levers to reduce the bill

Anthropic didn't leave developers without options. Two mechanisms can significantly reduce the costs of Fable 5, but they don't apply to all use cases.

Prompt caching: -90% on input

Prompt caching allows you to reuse tokens from a previous prompt without charging for them again. According to Tech Times, this reduces the input cost by 90%: from $10/M to around $1/M.

This is considerable for workflows where the same system context is sent with every request — for example, a complete codebase in the background. But this only affects the input. The output remains at $50/M, and that's where the cost explodes in agentic coding.

Batch API: -50% on all rates

The Batch API cuts prices in half: $5/M input, $25/M output. This brings Fable 5 down to the same rate as Opus 4.8 in real-time.

The downside: the Batch API works in asynchronous mode with processing delays of a few hours. Unusable for interactive coding or real-time agentic sessions. It is only suitable for batch processing — log analysis, test generation, massive refactoring.

To understand in detail how these mechanisms fit into the overall billing, our article on LLM billing covers tokens, context, and costs in depth.


Covered Model and retention: the silent enterprise blocker

Beyond the price, there is an issue that few commentators have raised: Fable 5 is classified as a "Covered Model" by Anthropic. Concretely, this means that data sent to the model is retained for 30 days.

And unlike other models in the lineup, there is no Zero Data Retention option for Fable 5.

For companies in the financial, healthcare, or defense sectors — subject to strict data retention regulations — this is an absolute dealbreaker. Even if the budget allowed for the token cost, the compliance framework prohibits it.

Anthropic simultaneously introduced government identity verification via Persona for access to certain models. This additional layer slows down onboarding and complicates production deployment for teams that need to deploy across multiple service accounts.

For companies looking for local alternatives that completely eliminate the retention issue, our guide to the meilleurs LLM à run en local and the guide d'installation d'LLM local are relevant resources.


Claude Code switches to Manual permission mode by default

Anthropic took advantage of the transition to credits to change a critical setting in Claude Code: the permission mode now defaults to "Manual".

In practice, every action from the model — executing a command, modifying a file, installing a dependency — requires explicit human validation. No more default "Auto" mode where Fable 5 could chain dozens of actions without supervision.

This is a smart security decision given the cost. In Auto mode, an agentic model can burn through hundreds of dollars in credits before the developer even notices a problem. The Manual permission mode acts as a cost brake, not just a safety brake.

But it fundamentally changes the user experience. The main appeal of agentic coding lies in the model's autonomy. Adding a validation point at every step significantly slows down the workflow and reduces the speed advantage compared to a classic use of Sonnet 5 in interactive mode.


The safety classifier that reroutes to Opus 4.8

A technical detail reported by Tech Times deserves attention: Anthropic's safety classifier reroutes certain Fable 5 requests to Opus 4.8.

BridgeMind tested 12 TypeScript debugging tasks on Fable 5 after its relaunch. Only 3 were processed by Fable 5. The other 9 were automatically rerouted to Opus 4.8 by the safety classifier.

Two possible interpretations. The first, charitable: the safety classifier detects patterns in code requests that trigger a conservative switch. The second, more cynical: Anthropic is actively limiting the use of Fable 5 to control its infrastructure costs, the model being more expensive to serve than it brings in credits.

Whatever the reason, the result is frustrating for developers. They pay the premium price of Fable 5 but get Opus 4.8 on a majority of complex tasks. Without transparency from Anthropic on the rerouting criteria, it is impossible to predict which requests will be processed by which model.


IPO Implications: what story do these unit economics tell?

Anthropic is heading towards an IPO that financial media are calling a "blockbuster." Fable 5's shift to credits-only is not just a technical adjustment — it's a signal sent to investors.

An all-inclusive subscription at $20 or $100/month with access to a frontier model is a strong user growth story but one of low margins. Heavy users cost more than they bring in. Credit-based billing reverses this dynamic: every token consumed is profitable.

In other words, Anthropic is proving to its future shareholders that it can monetize its most powerful model at significant margins. Fable 5's pricing at 2× Opus 4.8 is probably not justified by infrastructure costs alone — it's an exercise in power pricing.

But there is a risk. If developers flee Fable 5 for Sonnet 5 or competitors — GPT-5.5 at OpenAI, Gemini 3 Pro Deep Think at Google — the story becomes that of a premium model nobody uses. The usage volumes published in the S-1 will tell the truth.

Anthropic's introduction of Sonnet 5 on June 30, with its aggressive introductory pricing of $2/$10, seems designed precisely to capture the users that Fable 5 pushes away with its prices. Sonnet 5 has become the new default model for Free and Pro plans.


Alternatives: what to do when Fable 5 is too expensive

Stay within the Anthropic ecosystem

Claude Opus 4.8 remains the optimal compromise. Same price as Fable 5 with the Batch API, but available in real-time. For tasks where Fable 5 would be rerouted to Opus 4.8 anyway, you might as well go straight to Opus.

Claude Sonnet 5 is the daily driver recommended by Anthropic itself. Its introductory pricing at $2/$10 ends on August 31, 2026 — after that, it will likely go back up to Sonnet 4.6 levels. You might as well take advantage of it now.

Look at the competition

OpenAI's GPT-5.5 dominates the agentic benchmarks with a score of 98.2, compared to unpublished but likely similar performance for Fable 5. Its pricing is generally more competitive for high volumes.

Google's Gemini 3 Pro Deep Think (95.4 in agentic) offers a solid alternative, especially for companies already in the Google Cloud ecosystem. DeepSeek V4 Pro, with its scores of 88 (max) and 84 (high) overall, remains the budget option for those who want quality without the premium price.

Consider going local

For use cases where privacy is required and budgets are tight, local models are gaining maturity. Our selection of the best LLMs for coding includes self-hosted options like Kimi K2.6 and GLM-5, which reach 88.1 and 82 in agentic benchmarks respectively.


❌ Common mistakes

Mistake 1: thinking Fable 5 automatically falls back to Opus 4.8

This is the most dangerous mistake. Without credits enabled, access to Fable 5 does not gracefully fall back to a lower model. The session fails or the model reroutes unpredictably via the safety classifier. The solution: explicitly configure your fallback in Claude Code to Opus 4.8 or Sonnet 5 before July 8.

Mistake 2: using Fable 5 in Auto permission mode with unlimited credits

The Manual permission mode is now the default for a good reason. In Auto mode, a poorly scoped agentic session can consume hundreds of dollars in a few minutes. The solution: keep Manual mode, or at the very least configure per-session spend limits in your API dashboard.

Mistake 3: ignoring the Covered Model status

You cannot send sensitive data to Fable 5 and expect it not to be retained. The 30-day retention is non-negotiable. The solution: if your use case involves regulated data, use Opus 4.8 with Zero Data Retention or a local model.

Mistake 4: comparing input/output price without factoring in relative volume

$10/M input seems reasonable. But in agentic coding, the output/input ratio is often 10:1 or higher. It's the $50/M output cost that kills budgets. The solution: estimate your actual costs in output tokens, not input.


❓ Frequently Asked Questions

Will Fable 5 be included in subscriptions again?

Anthropic has stated this will happen "when capacity allows," without providing a date. Given the pricing trajectory and IPO context, a return to standard inclusion seems unlikely before late 2026 at the earliest.

Does prompt caching work with Claude Code?

Yes, prompt caching is active in Claude Code for the codebase context sent in the background. You benefit from the 90% reduction on input. However, this does not affect the output tokens generated by the model, which remain at $50/M.

Can I use Fable 5 with Zero Data Retention?

No. Fable 5 is a Covered Model with a 30-day retention period and no ZDR option. If retention is a requirement, your best choice within the Anthropic ecosystem remains Opus 4.8.

What is the real cost of a dev day with Fable 5?

In intensive agentic usage (full-day), user feedback and modeling from MorphLLM estimate the cost between $500 and $3,000/month per developer, depending on intensity. In comparison, Sonnet 5 during its introductory period costs about $60 to $600/month for the same profiles.

Is Persona identity verification mandatory for Fable 5?

It is for API accounts accessing certain models subject to export controls. Anthropic reinforced this layer in July 2026. Expect an additional onboarding delay if you are setting up new service accounts.


✅ Conclusion

At $10/$50 per million tokens in credits-only mode, Fable 5 is a premium model that few developers can afford to use on a daily basis. The alternatives within the Anthropic lineup — Opus 4.8 for power, Sonnet 5 for value for money — capture most of the value at a fraction of the cost. The real question isn't "Is Fable 5 worth $50/M output?" but "Does Anthropic really want you to use it?" The answer, given the rerouting, restrictions, and pricing, seems to be: only if you have no other choice. To follow the evolution of this unstable model and all the latest AI news, check out our dedicated article on the launch of Fable 5.