TL;DR
Fable 5 and Mythos 5 are gone for now. Here is the honest ranking of what to use today, from Opus 4.8 to GPT-5.5 to open-weight models, by task.
Direct answer
Fable 5 and Mythos 5 are gone for now. Here is the honest ranking of what to use today, from Opus 4.8 to GPT-5.5 to open-weight models, by task.
Best for
Developers comparing real tool tradeoffs before choosing a stack.
Covers
Verdict, tradeoffs, pricing signals, workflow fit, and related alternatives.
With Fable 5 and Mythos 5 suspended, your best available model for most serious work is Claude Opus 4.8. It is the closest thing to Fable that you can actually call today, and it is fully unaffected by the directive.
But "best" depends on what you are doing. Here is the breakdown.
Claude Opus 4.8 (claude-opus-4-8): the default pick.
Closest in capability to Fable, available everywhere Fable was, and the lowest-friction swap. If you had pinned claude-fable-5, change it to claude-opus-4-8 and you are running again. The main thing you give up is Fable's long-horizon task persistence, the ability to grind on a multi-step goal without losing the thread, which was the clearest difference between the tiers.
OpenAI GPT-5.5: the cross-vendor hedge. If today taught you anything, it is that a single provider can vanish overnight. GPT-5.5 is a strong second source, and notably, Anthropic itself pointed to GPT-5.5 as having comparable capability on the specific task the government flagged. For agentic coding, Opus 4.8 still edges it in our testing, but having a tested fallback on a different vendor is no longer optional.
Claude Sonnet 4.6 (claude-sonnet-4-6): the cost-aware workhorse.
For high-volume, latency-sensitive, or cost-sensitive workloads, Sonnet 4.6 is the right tool. You would not reach for it to replace Fable on your hardest reasoning tasks, but for most production traffic it is the sensible default that Fable was overkill for anyway.
Open-weight models (Qwen, Kimi, GLM, DeepSeek): the floor nobody can pull. The strongest argument for open weights was never benchmark parity. It is that no government letter can switch them off. They define your worst-case capability floor: the level your product degrades to but never below, because the weights are on your disk. After today, deciding your open-weight floor is a real architectural decision, not a hobby.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 13, 2026 • 8 min read
Jun 12, 2026 • 8 min read
Jun 12, 2026 • 4 min read
Jun 12, 2026 • 5 min read
claude-haiku-4-5-20251001).The lesson of the Fable suspension is not "use Opus instead." It is that model availability is now operational risk. Hardcoding any single model ID, from any vendor, is a single point of failure.
The fix is a model abstraction layer: one config switch for provider and model, a fallback chain you actually test against your eval suite, and a canary that detects silent model substitution. We wrote the full playbook in Your Stack Has a Single Point of Failure.
If you are still catching up on why your model disappeared: what happened, why it happened, and the difference between Mythos and Fable. To check whether Fable is back yet, see Is Claude Fable 5 Down?.
Read next
A frontier model disappeared overnight by government order. If your product, agents, or CI depend on one closed model, here is the concrete playbook for surviving the next one.
7 min readFable 5 lists at $10/$50 per million tokens - twice Opus 4.8. But list price is the wrong number. Here is the cost-per-outcome math that actually decides whether the upgrade pays.
8 min readMythos 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 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 AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolAnthropic's recommended default for complex work, released May 28, 2026. 1M context, 128K output, $5/$25 per million tok...
View ToolAnthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
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 AppUse opus, sonnet, haiku, and best to switch models easily.
Claude CodeA concrete step-by-step guide to moving your development workflow from Cursor to Claude Code - settings, rules, keybindings, and the habits that transfer.
Getting StartedPath-specific rules that only load for matching files.
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...

Anthropic Releases Claude Opus 4.7: Benchmarks, Vision Upgrades, Memory, Pricing & New Claude Code Features Anthropic has released Opus 4.7, and the video covers the announcement, benchmark results, ...

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...
A frontier model disappeared overnight by government order. If your product, agents, or CI depend on one closed model, h...
Mythos 5 and Fable 5 are the same underlying model. The difference is who can use it and what safeguards sit on top. Her...
Claude Fable 5 and Mythos 5 are unavailable for everyone as of June 12, 2026. It is not an outage. The US government ord...
Anthropic received an export control directive at 5:21pm ET and had to disable Fable 5 and Mythos 5 for every customer....
Claude Agent SDK vs Claude Code explained: same engine, two surfaces. Here is the concrete decision line, plus where Man...
Claude Agent SDK vs LangGraph head-to-head: architecture, state handling, multi-agent patterns, and real pricing - plus...

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