Status as of August 15, 2026: The redeployment is no longer a future announcement. Anthropic documents the timeline as launch on June 9, a temporary pause on June 12, and restoration from July 1. Its current models overview lists Fable 5 as generally available on the Claude API, Claude Platform on AWS, Amazon Bedrock, Google Cloud and Microsoft Foundry. Account, provider and regional access can still differ. Mythos 5 remains invitation-only and limited to approved Project Glasswing access.123
Fable 5 is no longer simply shut down. For Mac users, though, it remains an expensive cloud model, not a documented local Mac path. It is most relevant for difficult agentic, coding and analysis tasks with a lot of context. For routine work, Sonnet 5 or Opus 5 will often be the more sensible starting point.24 If data must stay on the Mac, use Ollama, LM Studio or MLX instead.
No independent Mac benchmark for Fable 5 is included. API results depend on the provider and test protocol, so evaluate the complete workflow with a fixed repository, repeatable tests, cost logging and explicit tool permissions. The current redeployment makes Fable an available cloud option, not the default answer to every Mac workflow.
The decision in one table
| If you need to … | Sensible starting point |
|---|---|
| get maximum Claude capability for hard agentic or coding tasks | test Fable 5, but log cost and fallback behaviour |
| handle routine coding, writing or analysis | start with Sonnet 5 or Opus 5 |
| use Claude Code and see Fable in the model picker | try it, but check usage credits and limits |
| run through AWS, Google Cloud or Microsoft Foundry | check provider status; redeployment may lag |
| keep confidential data off cloud services | use a local model through Ollama, LM Studio or MLX |
| maintain Zero Data Retention | do not use Fable 5 through the direct Claude API |
Facts first
Anthropic released Claude Fable 5 on June 9, 2026, paused it on June 12, 2026 after a US export-control directive, and announced redeployment on June 30, 2026. Its official model ID is claude-fable-5.156
| Property | Claude Fable 5 |
|---|---|
| Current status | generally available on the API and documented cloud platforms; restoration after the pause from July 1, 2026 |
| Direct Anthropic access | Claude API and Claude Platform on AWS; the redeployment post also named Claude.ai, Claude Code and Claude Cowork |
| Cloud providers | Amazon Bedrock, Google Cloud and Microsoft Foundry generally available in the current models overview |
| Context window | 1 million tokens |
| Maximum output | 128,000 tokens |
| Input | Text and images |
| Output | Text |
| Thinking | Adaptive thinking, always on |
| API price | $10 input / $50 output per million tokens |
| Prompt cache hit | $1 per million tokens |
| Local Mac use | no documented Apple-Silicon path |
The million-token context window is not a quality guarantee. Bigger prompts cost more and run slower, and placing a detail inside the context window does not mean the model will use it reliably. For real work, the useful question is not just whether Fable can solve a task, but whether it saves enough rework compared with Opus 5 or Sonnet 5.2
What happened during the shutdown
On June 12, 2026, Anthropic says the US government ordered it to block access to Fable 5 and Mythos 5 for foreign nationals, regardless of location. Because Anthropic could not reliably verify nationality in real time, it disabled both models for all customers.15
Anthropic says the order concerned a possible way to bypass Fable 5’s safeguards. The company described the demonstrated jailbreak as narrow and the identified vulnerabilities as already known and discoverable with other public models. That is Anthropic’s assessment; according to the company, the government directive itself did not provide specific technical details.5
On June 30, Anthropic said the export controls had been lifted. The old statement that Fable 5 is shut down is therefore no longer accurate. The current position is:12
- Fable 5 returns globally from July 1, 2026.1
- Claude.ai, Claude Platform, Claude Code and Claude Cowork are the first announced access points.
- AWS, Google Cloud and Microsoft Foundry were to be re-enabled according to the redeployment post; the current models overview lists them as available platforms.12
- Mythos 5 remains limited to approved customers in Project Glasswing.123
- Anthropic says other Claude models were not affected by the interruption.5
Fable 5 and Mythos 5 are not the same offer
The names suggest two performance tiers. The practical difference is access and safeguards:
- Fable 5 is the widely released version and uses additional classifiers for sensitive cyber, biology and chemistry requests.63
- Mythos 5 shares the core capabilities, removes those classifiers in approved areas, and remains limited to Project Glasswing and other vetted programs.63
When Fable refuses a request, it does not initially look like an error. The Messages API returns HTTP 200 with stop_reason: "refusal". Another Claude model takes over only when the application has configured a fallback; the integration documentation describes server-side, client-side and manual paths.13 Anthropic says the safety logic affects fewer than five percent of sessions on average; security or biology workflows can see a different rate.6
Anyone building Fable into an application should:
- Handle refusals as a distinct response case.
- Define a controlled fallback.
- Record the cost and model identity of the response that actually ran.
Mythos is not a shortcut here. Without approved access, you simply cannot select it.
What the benchmarks actually show
The chart is a vendor presentation. For each benchmark it shows the higher Fable 5 or Mythos 5 result; harnesses, tools and effort levels differ.
- The combined column reports the better Fable 5 or Mythos 5 score for each test. Not every number belongs to Fable.
- Many results come from Anthropic or launch partners.
- Harnesses, tools and effort levels are not identical across every comparison.
- None of the scores answers the useful question: will Fable save enough rework on your repository to justify twice the Opus price?
The vendor results document capability, not your return on investment. Fable has to prove itself on your actual repository.6
Cybersecurity: Fable may refuse or fall back to Opus
Cybersecurity is where the Fable-Mythos split becomes concrete. Fable checks sensitive requests with additional classifiers.63 The API may:
- run Fable 5 normally,
- refuse before producing output with
stop_reason: "refusal", - or stop after output has started.
Anthropic says the filters are deliberately cautious and can catch benign requests. Malware analysis and defensive testing are likely to encounter them more often than an average Claude conversation.16
HTTP 200 does not guarantee a normal model answer here. Check stop_reason. If a fallback is configured, record which model actually produced the answer.3
Anthropic does not bill input tokens when a request is refused before any output is generated. If a classifier fires mid-stream, follow Anthropic’s documented billing rules; a subsequent fallback is billed at the fallback model’s rates.37
Approved Mythos access removes these cyber filters. That does not make Mythos a public “uncensored Fable”. Anthropic restricts it to vetted organisations.23
Biology and chemistry: vendor reports and access limits
Anthropic reports protein-design, genomics work and new biological hypotheses. These examples are largely internal or collaborative; independent evidence remains limited, and several results are due to be published later.6
Fable filters sensitive biology and chemistry requests, which means legitimate research questions can also get caught. Another Claude model responds only when the application has configured a fallback. Anthropic plans a separate program for selected life-science organisations with relaxed biology and chemistry filters while keeping the cyber filters.63
For research use, four limits remain:
- Fable 5 is not a local bioinformatics model.
- Sensitive research data for Covered Models is subject to 30-day retention on the direct API.78
- Vendor reports of autonomous research do not replace reproducibility or expert validation.
- Drug, protein and genomics outputs still require review by qualified specialists and appropriate experiments.
How to test Fable against Opus 5
Use the same task, tools and time limit. Otherwise, you are mostly testing the test setup.
- Use a separate branch or project copy.
- Give both models identical requirements and acceptance criteria.
- Allow the same tools and maximum runtime.
- Measure total cost, runtime, failed tool calls and manual rework.
- Run builds, tests and code review independently of the model.
An Astro migration has four clear success criteria: the build passes, internal links work, i18n remains intact, and nothing changes outside the agreed scope.
Then look at the bill. If Fable needs fewer repair rounds, the higher price may work out. If both models produce the same pull request, Opus 5 was the better buy.
Cost: twice the price of Opus 5
| Model | Input | Output | Cache hit |
|---|---|---|---|
| Claude Fable 5 | $10 / 1M | $50 / 1M | $1 / 1M |
| Claude Mythos 5 | $10 / 1M | $50 / 1M | $1 / 1M |
| Claude Opus 5 | $5 / 1M | $25 / 1M | $0.50 / 1M |
| Claude Sonnet 5 (standard price) | $2 / 1M | $10 / 1M | $0.20 / 1M |
| Claude Haiku 4.5 | $1 / 1M | $5 / 1M | $0.10 / 1M |
Fable cache writes cost $12.50 per million tokens for five minutes and $20 for one hour. For current models, Anthropic also documents a 1.1x multiplier for inference_geo: "us"; cloud providers and regional endpoints have their own pricing rules.4
Without caching, 200,000 input tokens and 20,000 output tokens cost about $3 on Fable 5, compared with about $1.50 on Opus 5. Tool calls and additional turns can increase actual usage.4
Availability: current model docs versus the historical rollout
The timeline still matters, but it is no longer the current status by itself:
- Anthropic documents restoration from July 1, 2026 across Claude Platform, Claude.ai, Claude Code and Claude Cowork.1
- For Pro, Max, Team and select Enterprise plans, Fable historically counted for up to 50% of weekly usage limits through July 7.
- After that, Anthropic said Fable would be available through usage credits.1
- Anthropic’s current models overview lists Fable 5 as generally available on the Claude API, Claude Platform on AWS, Amazon Bedrock, Google Cloud and Microsoft Foundry; account and regional access can still differ.2
- Mythos 5 remains limited to approved organisations.23
For production systems, check the model list in your actual platform, not just the blog post. If claude-fable-5 is not callable in your account yet, the likely reason is rollout timing or provider-specific availability.
Covered Models: 30-day retention
On the direct Claude API, Fable 5 and Mythos 5 are designated Covered Models. They require 30-day data retention and are unavailable under Zero Data Retention. A ZDR workspace without the required override receives a 400 invalid_request_error.7
Anthropic says:
- Retained data is not used for model training without explicit permission.
- Data is automatically deleted after 30 days, except for safety investigations or legal retention requirements.8
- Employee access is limited to a small set of approved reviewers and defined cases.
Bedrock, Google Cloud and Microsoft Foundry apply their own data-handling rules. Saying that every Fable request is always retained by Anthropic would be too broad.78
Before sending sensitive repositories, customer data, health data or secrets, check the contract, platform, region, retention policy and connected tools. Never place credentials in prompts.
Is there a documented Apple-Silicon path?
The official materials reviewed here describe API and provider access, but no Apple-Silicon runtime path.23 That is a source boundary, not proof that no local experiment could ever work. A reliable Mac claim would require a reproducible test with specific hardware and runtime.
If data cannot leave the device, use a local model. Practical model size and context depend mainly on unified memory. See the guides to Ollama on a Mac mini M4 and LM Studio vs. Ollama.
Recommendation
Whether Fable 5 fits depends on the task, cost, data retention and fallback behaviour.247
- Use Fable 5 for tasks where stronger planning, longer context or less rework can justify the price.
- Start routine work with Sonnet 5 or Opus 5.24
- In Claude Code and the API, verify that Fable is actually enabled for your account.
- Check the current model list and regional availability on cloud providers.2
- Use a local model for sensitive offline data.
- Check retention, usage credits and fallback behaviour before production use.
For Mac users, Fable 5 remains a cloud option with a 1-million-token context window and $10/$50 pricing; Opus 5 and Sonnet 5 are listed at lower rates.24 If data must stay on the device, Ollama, LM Studio and MLX are the local alternatives.
Sources
Footnotes
-
https://www.anthropic.com/news/redeploying-fable-5 ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11
-
https://platform.claude.com/docs/en/about-claude/models/overview ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13 ↩14
-
https://platform.claude.com/docs/en/about-claude/models/introducing-claude-fable-5-and-claude-mythos-5 ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12
-
https://platform.claude.com/docs/en/about-claude/pricing ↩ ↩2 ↩3 ↩4 ↩5 ↩6
-
https://www.anthropic.com/news/fable-mythos-access ↩ ↩2 ↩3 ↩4
-
https://www.anthropic.com/news/claude-fable-5-mythos-5 ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9
-
https://platform.claude.com/docs/en/manage-claude/api-and-data-retention ↩ ↩2 ↩3 ↩4 ↩5
-
https://privacy.claude.com/en/articles/15425996-data-retention-practices-for-mythos-class-models ↩ ↩2 ↩3
Frequently Asked Questions
Is Claude Fable 5 available again?
Fable 5 was restored from July 1, 2026 after the June 12 interruption. Anthropic's current models overview lists it as generally available on the Claude API, Claude Platform on AWS, Amazon Bedrock, Google Cloud and Microsoft Foundry. Check the actual model list for your account and region.
Can Claude Fable 5 run locally on a Mac?
The official materials reviewed here do not document an Apple-Silicon local path. They describe API and provider access, so a local Apple-Silicon installation should not be claimed.
How much does Claude Fable 5 cost?
The published API price is $10 per million input tokens and $50 per million output tokens. Prompt-cache hits cost $1 per million tokens.
What is the difference between Fable 5 and Mythos 5?
Anthropic says both share the same core capabilities. Fable 5 is the widely released version with additional safety classifiers. Mythos 5 is limited to vetted organisations in and around Project Glasswing.
Does Zero Data Retention apply to Fable 5?
Not on the direct Claude API. Fable 5 and Mythos 5 are Covered Models and require 30-day retention there. Amazon Bedrock, Google Cloud and Microsoft Foundry apply their own platform rules.