Skip to content
Go To Agency
/AI & Tech
AI & Tech

Claude Fable 5 for business: pricing, API, use cases and adoption strategy

Anthropic launches Claude Fable 5, the first Mythos-class model in general availability. API pricing, included at no extra cost in subscriptions until June 22, Opus 4.8 fallback, 30-day retention: the practical guide to deciding what to do with it in your company.

By Florian LoppionJune 9, 202612 min · 2 548 mots
Claude Fable 5ClaudeAnthropicArtificial intelligenceLLM
Share article
Claude Fable 5 for business: pricing, API, use cases and adoption strategy

Since the morning of June 9, 2026, there has been a tier of Claude models above Opus. Anthropic has launched Claude Fable 5, the first "Mythos-class" model available to everyone, and included it at no extra cost in Pro, Max, Team and Enterprise plans until June 22. For a business owner or IT lead, the question is not whether this model is impressive — it is, the numbers follow — but what to do with it concretely: which use cases to test, what it really costs, how to integrate it through the API, and what the new data retention policy changes for a European company.

This article answers those operational questions, cost calculations included. For the full picture of the launch — the Mythos class, Project Glasswing, Mythos 5's scientific capabilities and the safeguards in detail — read our complete guide to Claude Fable 5 and Mythos 5. Here, we talk budget, integration and adoption strategy.

What does Claude Fable 5 actually change for an SMB or mid-market company?

Anthropic's announcement positions Fable 5 at the state of the art on nearly all tested benchmarks: software engineering, knowledge work, vision, scientific research. The key point for a business fits in one sentence from the announcement: the longer and more complex the task, the larger Fable 5's lead over other models. In other words, this model is not justified for answering an email — it is justified for work that currently consumes days or weeks of skilled labour. Four families of use cases stand out.

Software development: months compressed into days

The most telling number comes from Stripe, which tested the model in preview: on a 50-million-line Ruby codebase, a codebase-wide migration was completed in one day, where a whole team would have needed over two months by hand. On FrontierCode, the production-grade coding benchmark published by Cognition, Fable 5 takes the top score among frontier models — including at "medium" compute effort. And it is more token-efficient than previous Claude models, which matters when you look at the bill (we will get there).

For an SMB, the translation is direct: overhauling an ageing line-of-business application, a framework migration, a critical dependency upgrade, paying down technical debt. These are precisely the projects teams postpone for lack of bandwidth.

Senior-level document and financial analysis

On the Hebbia Finance Benchmark, which evaluates senior-analyst-level reasoning, Fable 5 takes the best score of any model, with clear gains in document-based reasoning, chart and table interpretation, and problem solving. At trading firm IMC, the trading-analysis evaluations are described as near-perfect: factual lookup, conceptual reasoning, root-cause analysis, expected-value analysis.

Concretely: due diligence on an acquisition file, supplier contract analysis, tax document review, synthesis of sector reports running hundreds of pages. The model also extracts precise numbers directly from figures and charts — the data no longer needs to live in a clean table to be usable.

Long-running autonomous agents

Fable 5 keeps the thread across millions of tokens of context and improves its own outputs by taking notes in files. Anthropic's example is playful but illuminating: on the game Slay the Spire, persistent file-based memory gives it a performance boost three times larger than the one measured on Opus 4.8, and the model reaches the game's final act three times more often. Behind the anecdote is the building block business agents were missing: a system that works on a case for hours or days without losing the thread or repeating its mistakes — continuous competitive monitoring, lead qualification, automated reporting, compliance monitoring. Fable 5 raises the ceiling of what these agents can accomplish unsupervised.

Vision: from screenshots to source code

A new record in vision as well. Two capabilities directly interest businesses: extracting precise numbers from scientific or technical figures, and rebuilding a web application's source code from simple screenshots. If you have an old internal tool whose code is lost or unusable, this point deserves a test. Anthropic illustrates the robustness of this vision with an extreme case: the model beat Pokémon FireRed with a minimal harness based only on raw screenshots, no map or navigation aid — where previous models failed even with complex helper harnesses.

How much does Claude Fable 5 cost? API pricing in detail

Fable 5's API price is $10 per million input tokens and $50 per million output tokens — less than half the price of Claude Mythos Preview, April's model reserved for Project Glasswing. Here is the full Anthropic model grid as of June 9, 2026:

ModelAPI identifierInput (per M tokens)Output (per M tokens)
Claude Fable 5claude-fable-5$10$50
Claude Opus 4.8claude-opus-4-8$5$25
Claude Sonnet 4.6claude-sonnet-4-6$3$15
Claude Haiku 4.5claude-haiku-4-5$1$5

Opus 4.8 and Sonnet 4.6 offer a one-million-token context window; Haiku 4.5 caps at 200,000. Fable 5 therefore costs exactly double Opus 4.8. Is that expensive? It depends entirely on the task. Three worked scenarios:

Scenario 1: analysing a 100-page report

A 100-page document is roughly 75,000 input tokens. Add a structured 2,000-token summary as output. The maths: 75,000 tokens at $10 per million is $0.75; 2,000 tokens at $50 per million is $0.10. Total: $0.85 per document. The same task costs about $0.43 on Opus 4.8 and $0.26 on Sonnet 4.6. Against the cost of half a day of analyst time, the debate over Fable 5's premium lasts three seconds — provided the task warrants its level of reasoning.

Scenario 2: an internal assistant at 500 requests per day

Take an internal document assistant handling 500 requests a day, averaging 3,000 input tokens of context and 800 output tokens per answer. Per day: 1.5 million input tokens and 400,000 output tokens. On Fable 5: $15 input + $20 output = $35 per day, roughly $770 per month over 22 working days. The same volume costs $10.50 a day on Sonnet 4.6 ($231 per month) and $3.50 a day on Haiku 4.5 ($77 per month). For this kind of high-volume, low-complexity usage, Fable 5 is the wrong choice: multiplied by volume, the price factor becomes significant with no perceptible quality gain.

Scenario 3: an agentic code migration

A deliberately generous assumption for a heavy project: an agentic refactoring session consuming 20 million input tokens (repeated file reads, context, tool round-trips) and 1 million output. The maths: $200 + $50 = $250 for the whole project. If that project replaces two months of a development team — the order of magnitude of the Stripe case — the return on investment is not even a discussion. And Fable 5's better token efficiency compared to previous Claude models softens the face-value price gap with Opus 4.8 in practice.

The conclusion of these three calculations fits in one word: routing. The cost per task remains marginal against the equivalent human cost, but paying double Opus 4.8 for tasks that do not need it is pure waste. The right architecture sends every request to the cheapest model capable of handling it correctly.

Claude Fable 5 or Opus 4.8: which model for which task?

Here is the decision matrix we have been applying to our own projects since launch morning:

ModelTask profileConcrete examples
Fable 5Long, complex, multi-step tasks where its lead is largestCodebase migration, full due diligence, agents working for hours with file memory, data extraction from charts, interface reconstruction from screenshots
Opus 4.8Demanding tasks in areas where Fable 5's fallback would apply anywayTopics touching biology or chemistry, security analyses likely to trigger the cyber classifiers (tuned deliberately conservative), and any case where you observe repeated fallbacks
Sonnet 4.6High volume with a good quality-price balanceInternal document assistant, content generation, level-2 customer support, RAG over a knowledge base
Haiku 4.5Real-time and micro-tasks at minimal costTicket classification, request routing, autocomplete, simple field extraction

The Opus 4.8 line deserves an explanation, because it follows directly from Fable 5's safeguards architecture — the most original part of this launch.

How do you integrate Claude Fable 5 through the API?

Claude API illustration

Fable 5 has been available since launch day on the Claude API and consumption-based Enterprise plans, under the identifier claude-fable-5. The minimal Python integration looks like any Claude call:

import anthropic

client = anthropic.Anthropic()

message = client.messages.create(
    model="claude-fable-5",
    max_tokens=2048,
    messages=[
        {
            "role": "user",
            "content": "Analyse this contract and list the liability clauses."
        }
    ],
)

print(message.content[0].text)

Safeguards and the Opus 4.8 fallback: what your pipelines must handle

This is the technical particularity to integrate from day one. Fable 5 ships with classifiers: separate AI systems that detect risky usage in three areas — cybersecurity (vulnerability exploitation and offensive cyber tasks broadly), biology and chemistry (deliberately broad coverage for now), and distillation (attempts to extract the model's capabilities to train competitors). When a classifier triggers, the request is not refused: it is handled by Claude Opus 4.8 instead of Fable 5, and the user is informed every time.

The orders of magnitude Anthropic communicates: the safeguards trigger in fewer than 5% of sessions on average; for all the others, performance is effectively identical to Claude Mythos 5, the same underlying model with some safeguards lifted depending on the partner's profile. The tuning is deliberately conservative: perfectly benign requests will sometimes trigger the classifiers, which Anthropic says it wants to fix as fast as possible.

For your pipelines, three practical implications. One, log every fallback: Anthropic informs the user at each switch — check in the response or the API documentation how to identify which model handled the request, and keep that information to know what share of your traffic falls back, per use case. Two, treat the fallback response as a valid response — it is Opus 4.8, not an error message. Above all, do not code aggressive retries that resend the same request in a loop hoping to dodge the classifier: you would pay several times for the same result, with no guarantee of a different outcome. Three, if one of your use cases triggers the fallback systematically, simplify the architecture: call Opus 4.8 directly at half the price, and keep Fable 5 for the rest.

Is Claude Fable 5 GDPR-compatible? The data retention question

This is the section your DPO should read before deployment. Anthropic imposes a mandatory 30-day retention on all Mythos-class model traffic — Fable 5, Mythos 5 and future models of equal or greater capability. This retention applies on Anthropic's products as well as third-party platforms, business customers included. No contractual exemption has been announced at this stage.

The announced guardrails are substantial: this data is not used to train new Claude models, nor for any non-safety purpose; all human access to the data is logged; deletion happens after 30 days in almost all cases. The stated objective is defensive — detecting complex and novel attacks (new jailbreaks, multi-request attacks) and reducing the classifiers' false positives.

For a European company, the compliance work is standard but should not be skipped:

  • Processing records: add or update the entry covering your Claude usage, naming Anthropic as a processor and the 30-day safety-purpose retention.
  • Review the data you send: if your prompts contain personal data of customers or employees, check that your legal basis and privacy notices cover this transfer and retention period.
  • Terms and internal policies: your AI usage policy should specify what may or may not transit through Mythos-class models — for example, excluding health data while the classifiers' bio-chemistry coverage remains broad.
  • Vendor documentation: keep the announcement and the system card in your compliance file, alongside your existing DPAs.

June 9 to 22: your 5-step action plan

Fable 5 is included at no extra cost in Pro, Max, Team and seat-based Enterprise plans until June 22. On June 23 it will be removed from those subscriptions and usage will go through credits — Anthropic notes the window may be extended if capacity allows, and that the longer-term goal is to bring it back as a standard subscription component. But do not plan on an extension: you have two weeks of included access to produce decision data. Here is how to use them:

  1. Pick 2-3 representative, demanding tasks. Not your easy cases: take the deep work — a full contract analysis, a refactoring project, a multi-document synthesis file — where the model is supposed to widen the gap.
  2. Build a comparison set. Same prompts, same documents, run in parallel on your current model (Opus 4.8 or Sonnet 4.6) and on Fable 5. Without a direct comparison, you will not know whether the gap justifies the price.
  3. Measure what matters. Output quality judged by a domain expert, number of back-and-forths needed, total time, and the fallback trigger rate on your real requests.
  4. Price out the target routing. For each task family, compute the monthly cost on Fable 5 and on the alternative, as in our scenarios above. Decide which tasks deserve the double rate.
  5. Decide before June 23. Usage credit budget, routing rules in your tools, processing records update. A documented decision in two weeks beats adoption by default that inflates the bill.

When not to use Claude Fable 5

A good adoption test also identifies the cases where the answer is no. Three situations where Fable 5 is the wrong choice:

  • Simple, high-volume tasks. Classification, field extraction, rephrasing, first-line responses: the premium is pure waste. Haiku 4.5 at $1 per million input tokens does the job; Sonnet 4.6 covers the middle ground.
  • Domains that systematically trigger the fallback. If you work in pharma or chemistry, your requests have a good chance of falling back to Opus 4.8 — the classifiers' bio-chemistry coverage is deliberately broad for now, even though Anthropic plans to narrow it. On the cybersecurity side, the classifiers cover offensive tasks broadly with deliberately conservative tuning: defensive security requests handling the same material could trigger the fallback too. In both cases, you might as well call Opus 4.8 directly and pay half price for the same result.
  • Latency-critical workflows. Real-time chatbots, type-ahead suggestions, synchronous scoring in a customer journey: Fable 5's deep reasoning adds nothing when the answer must leave in under a second. That is Haiku territory.

Add a fourth, organisational case: if your internal data policy is incompatible with 30-day retention at the vendor, Mythos-class models are out of scope until that policy evolves — classic models like Opus 4.8 and Sonnet 4.6 are not affected by this requirement.

From test to deployment

The June 9-22 window is a rare opportunity: testing the most capable model on the market on your own files at no extra cost, with hard numbers at the end. But the gap between a successful test and a reliable business tool remains wide: multi-model routing, fallback handling, logging, GDPR compliance, integration with your existing systems. That is exactly the work we do for our clients — custom business tools that use the right model at the right cost, as part of our custom software development services.

If you want to turn these two trial weeks into a durable operational advantage — a document assistant, an analysis agent, a fully automated business process — tell us about your project. We come back to you within 48 hours with a concrete approach, a reasoned model choice and an integration plan.

FL

About the author

Florian Loppion

Co-fondateur de Go To Agency

Expert en marketing digital et co-fondateur de Go To Agency, Florian pilote les stratégies d'acquisition et la visibilité en ligne des projets.

Meet the team

Need help with your project?

Let's discuss your project for free. Audit, advice and personalized recommendations in 15 minutes.

Share article

Questions fréquentes

How much does Claude Fable 5 cost?+

API pricing is $10 per million input tokens and $50 per million output tokens — less than half the price of Claude Mythos Preview and double Claude Opus 4.8 ($5 / $25). As an example, analysing a 100-page document (about 75,000 input tokens and 2,000 output tokens) costs around $0.85. From June 9 to June 22, 2026, Fable 5 is also included at no extra cost in Pro, Max, Team and seat-based Enterprise plans.

How do I access Claude Fable 5 through the API?+

The model is available since June 9, 2026 on the Claude API and consumption-based Enterprise plans, under the identifier claude-fable-5. The call is identical to any other Claude model (Messages endpoint). One particularity to handle: in fewer than 5% of sessions, safety classifiers have the request handled by Claude Opus 4.8 instead of Fable 5, and Anthropic informs the user each time this fallback occurs — check the response or the API documentation for how to identify which model handled the request, log these switches and treat the response as a valid one.

What is the difference between Claude Fable 5 and Opus 4.8?+

Fable 5 is the first Mythos-class model in general availability — a tier above the Opus class, inaugurated in April 2026 by Claude Mythos Preview in a restricted setting. It shares its underlying model with Claude Mythos 5, the partially safeguards-lifted version reserved for Project Glasswing partners. Fable 5 is state-of-the-art on nearly all tested benchmarks, and its lead grows with task length and complexity: a 50-million-line Ruby codebase migrated in one day at Stripe, the top score on the Hebbia Finance Benchmark, file-based persistent memory with a measured benefit three times that of Opus 4.8 on Slay the Spire. In return, it costs twice as much ($10 / $50 versus $5 / $25 per million tokens) and is subject to a mandatory 30-day data retention.

Is Claude Fable 5 GDPR-compliant? What happens to my data?+

Anthropic applies a mandatory 30-day retention to all Mythos-class traffic, including for business customers and third-party surfaces. This data is not used to train new Claude models or for any non-safety purpose; all human access is logged and deletion occurs after 30 days in almost all cases. On the company side, this means updating your processing records, checking your legal basis if personal data transits through prompts, and adapting your internal AI usage policy.

Until when is Claude Fable 5 included in subscriptions?+

Fable 5 is included at no extra cost in Pro, Max, Team and seat-based Enterprise plans from June 9 to June 22, 2026. On June 23, it will be removed from those subscriptions and usage will go through credits. Anthropic notes the included window may be extended if capacity allows, that the longer-term goal is to reintegrate Fable 5 as a standard subscription component, and that any change will be communicated in advance. The safest course is to run your tests before June 22.

Should you migrate all your AI usage to Claude Fable 5?+

No. The right strategy is per-task routing: Fable 5 for long, complex work where its lead is largest (code migrations, due diligence, long-running autonomous agents), Opus 4.8 for domains that would trigger the fallback anyway, Sonnet 4.6 for balanced volume, Haiku 4.5 for low-cost real-time. On an internal assistant at 500 requests per day, the gap exceeds $500 per month between Fable 5 and Sonnet 4.6 ($539 in our scenario), with no perceptible quality gain on simple tasks.

Related articles

Free quote
Claude Fable 5: pricing, API and business use cases (2026) | Go To Agency