TL;DR
Claude Fable 5 and Mythos 5 are unavailable for everyone as of June 12, 2026. It is not an outage. The US government ordered Anthropic to suspend access. Here is the status, the cause, and what to use instead.
Claude Fable 5 is not down because of a bug or a server outage. Anthropic disabled it on purpose.
On June 12, 2026, the US government issued an export control directive ordering Anthropic to suspend all access to Fable 5 and Mythos 5. The order barred access by any foreign national anywhere in the world. Since there is no way to verify nationality on every API request, Anthropic turned the models off for everyone.
If you are seeing "Fable 5 is currently unavailable," "model disabled," or your API calls to claude-fable-5 are failing, this is why.
Every other Claude model is unaffected:
claude-opus-4-8): your best available drop-in replacementclaude-sonnet-4-6)claude-haiku-4-5-20251001)Switch your model ID to claude-opus-4-8 and you are back up. Opus 4.8 is the closest model to Fable in capability and is fully available.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 12, 2026 • 7 min read
Jun 12, 2026 • 11 min read
Jun 12, 2026 • 8 min read
Jun 12, 2026 • 6 min read
Some users report that Fable 5 still appears to respond. Anthropic may be phasing the shutdown or silently falling back to Opus behind the scenes. Do not assume the model answering your request is the one you asked for. If model identity matters to your workflow, add a check that confirms which model actually served the response.
Anthropic says it believes the directive is based on a misunderstanding and is "working to restore access as soon as possible." There is no confirmed timeline. We are updating this page as the situation develops.
The government's stated concern is a "jailbreak" that, per Anthropic, amounts to asking the model to read a codebase and fix its flaws. Anthropic says the vulnerabilities involved were already known, minor, and findable by other models like GPT-5.5 without any bypass.
For the full timeline and the practical fallback steps, see The US Government Just Pulled Fable 5: What Happened. For why this may have happened, see Why the US Government Pulled Fable 5. If Fable was in your production stack, read what model dependency risk looks like now.
Here is our walkthrough of what Fable 5 actually does, recorded before the suspension:
Read next
Mythos 5 and Fable 5 are the same underlying model. The difference is who can use it and what safeguards sit on top. Here is the breakdown, and why both got suspended together.
5 min readAnthropic received an export control directive at 5:21pm ET and had to disable Fable 5 and Mythos 5 for every customer. Here is what we know, what still works, and what to do if Fable is in your stack.
5 min readAnthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually changing, what the real-world burn rates look like, and what to do depending on how you use Claude.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. R...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View AppClickable PR link in the footer with review state color coding.
Claude CodeManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude CodeThe primary command-line entry point for Claude Code sessions.
Claude Code
Claude Fable 5 Released: Benchmarks, Pricing, Availability, and Real-World Examples Anthropic has released Claude Fable 5, the first general-use “Mythos class” model, and the video reviews the announ...

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

Claude Design by Anthropic: Generate a Design System From Your Repo + Build High-Fidelity UI Fast The video reviews Claude Design by Anthropic, calling it a highly differentiated product, and demonst...
Mythos 5 and Fable 5 are the same underlying model. The difference is who can use it and what safeguards sit on top. Her...
Anthropic received an export control directive at 5:21pm ET and had to disable Fable 5 and Mythos 5 for every customer....
Fable 5 ships with safety classifiers that route flagged requests away from the model. In production you need to handle...
Anthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually chan...
Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every bre...
A frontier model disappeared overnight by government order. If your product, agents, or CI depend on one closed model, h...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.