
TL;DR
Anthropic's most capable model launched, got suspended by a US export-control order, and returned today. Here is what Fable 5 is, what changed on the way back, and whether builders should reach for it.
Most model launches are a benchmark table and a price. Fable 5 got a benchmark table, a price, and a three week government suspension. As of today, July 1, 2026, it is back and available globally again. Here is the applied version of the story: what Fable 5 is, what changed on the return, and whether you should build on it.
Anthropic shipped Fable 5 on June 9, 2026 as its most capable widely released model. Three days later, on June 12, the US government issued an export-control directive citing national security and barring access by any foreign national. Because Anthropic could not verify user nationality in real time, it suspended the model for every user, not just a subset (its other models kept running).
The trigger, per Anthropic, was a researcher report of a narrow jailbreak that got Fable 5 to identify software vulnerabilities and, in one case, produce exploit-demonstration code. Anthropic argued the technique was not universal and that lesser models could do similar defensive-security work. On June 26 the government approved a limited redeployment; on June 30 the restrictions were lifted; and today Fable 5 returns on the Claude API, Claude apps, and Claude Code.
The one change that matters technically: a new safety classifier now blocks the specific reported technique in more than 99 percent of cases, at the cost of more false positives on benign coding and debugging. Blocked requests fall back to Opus 4.8.
Fable 5 is Anthropic's "Mythos-class" model made safe for general use, positioned above Opus 4.8. The pitch: the longer and more complex the task, the bigger its lead. It shipped as a twin release - Fable 5 (claude-fable-5, public, with cybersecurity safety classifiers) and Mythos 5 (claude-mythos-5, the same underlying model with classifiers lifted, limited to vetted cyberdefense partners).
effort parameterGet the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jul 1, 2026 • 6 min read
Jul 1, 2026 • 9 min read
Jul 1, 2026 • 9 min read
Jul 1, 2026 • 11 min read
This is the part almost no one is writing about, and it is the part that will actually break your app if you ignore it.
When Fable 5's safety classifier refuses a request, it returns stop_reason: "refusal" as a normal 200 response, not an error. If your integration only handles HTTP errors, a refusal will look like a successful but empty or truncated completion. Anthropic supports retrying refusals via a server-side fallbacks parameter, SDK middleware, or your own fallback logic, and you are not billed if the model refuses before producing output.
With the post-return classifier increasing benign false positives on coding and debugging, this fallback path is not an edge case you can defer. Build it in on day one, with Opus 4.8 as the fallback target.
Anthropic and its launch partners report the strongest results in long-horizon, agentic work - which is exactly the lane it should win. Reported highlights (these are Anthropic and partner claims, not independently reproduced benchmarks): a codebase-wide migration across a 50M line Ruby codebase in about a day at Stripe, state-of-the-art scores on Cognition's FrontierCode and Cursor's CursorBench, new vision records including rebuilding a web app from screenshots, and outsized gains from file-based memory on long-running tasks.
Treat the specific numbers as vendor-reported until the system card benchmarks are independently confirmed. The directional claim - that Fable 5's edge grows with task length and complexity - is consistent across sources.
Reach for Fable 5 when: you are running long-horizon agentic work (multi-step migrations, deep research, agent loops), you can absorb the premium price, and your integration handles refusals and fallbacks cleanly.
Stay on Opus 4.8 when: you are cost-sensitive, you need zero-data-retention, or you want fewer false-positive refusals on routine coding. Opus 4.8 is also the model Fable 5 falls back to, so a well-built Opus integration is a prerequisite anyway.
The headline is that Anthropic's most powerful model is back - but for most teams the real decision is not "is it powerful," it is "does my agent handle its refusal behavior and its price." Answer those two questions first.
Yes. Anthropic began redeploying Fable 5 globally on July 1, 2026 across the Claude API, Claude apps, and Claude Code, after a suspension that ran from June 12 to June 30.
$10 per million input tokens and $50 per million output tokens, with a 1M token context window and up to 128K tokens of output per request.
They are the same underlying model. Fable 5 (claude-fable-5) is the public version with cybersecurity safety classifiers on. Mythos 5 (claude-mythos-5) has those classifiers lifted and is limited to vetted cyberdefense partners.
A US government export-control directive on June 12, 2026 barred access by foreign nationals on national-security grounds, following a report of a jailbreak involving vulnerability analysis. Anthropic could not verify nationality in real time, so it suspended the model for all users until the restrictions were lifted.
Read next
Anthropic 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 readFable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every breaking change, what to delete from your code, and the prompt audit you should run before flipping the model ID.
9 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 first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
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 ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude CodeInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedUse opus, sonnet, haiku, and best to switch models easily.
Claude Code
Anthropic Suspends Fable 5 & Mythos 5 After US Export Control Directive (Jailbreak Concerns) Anthropic announced that the US government issued export control directives requiring it to suspend Fable ...

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...

Claude Sonnet 5 lands near Opus 4.8 on some tasks for a fraction of the price - but a new tokenizer runs about 30 percen...

Standing up a fleet of Fable 5 agents is the easy part. This is the operations layer - data retention rules, refusal-rat...

The orchestrator is the most important model choice in an agent fleet. A fair head-to-head between Fable 5 and Opus 4.8...

Fable 5 refusals come back as a 200 response, not an error. At fleet scale, that quietly corrupts entire runs. Here is h...

1M context, 128K output, a memory tool, compaction, and task budgets change what a single agent run can cover. Here is w...

Anthropic releases Claude Sonnet 5 with improved agentic capabilities, better tool use, and an introductory pricing deal...

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