Claude Fable 5.1 and Mythos 5.1: Cheaper, Stronger, and Now Doing Real Science

Anthropic released Claude Fable 5.1 and Claude Mythos 5.1 on September 1, 2026. They are the same underlying model with different safeguards: Fable 5.1 is generally available, Mythos 5.1 is limited to vetted cybersecurity and life sciences partners. Fable 5.1 is more capable than Fable 5 at coding, knowledge work, and scientific research, and it is meaningfully cheaper. Cache reads now cost 75% less, cutting typical workload costs by around 25% and highly agentic workloads by up to 45%. Headline pricing stays at $10 per million input tokens and $50 per million output. The API model ID is claude-fable-5-1.

If you run anything on the Claude API, the first thing worth knowing about the September 1 launch is not a benchmark. It is the bill. Many teams had quietly parked their heaviest, most context-hungry workloads on Opus because Fable-class economics did not add up once cache reads piled up. Anthropic has now cut cache read pricing by 75%, and for the agentic, tool-heavy work that dominates real production systems, that changes the math.

The second thing worth knowing is that these models are starting to do original scientific work: designing protein binders that hold up in a lab, remapping a third of Venus, and rewriting GPU kernels for genomics research. That is a different category of claim from "scores higher on coding." Below is a clear-eyed breakdown of what shipped, what improved, and whether it should change how your business builds.

What Actually Changed in 5.1

Fable 5.1 and Mythos 5.1 are the same model with two different safeguard configurations. Fable 5.1 is what nearly everyone will use. Mythos 5.1 is the same engine with certain cybersecurity and biology safeguards relaxed, available only to vetted partners through trusted access programs. The three changes that matter most for buyers are price, data retention, and safeguards.

75%
Cheaper cache reads ($0.25 / M tokens)
~25%
Lower cost on typical workloads vs Fable 5
~45%
Lower cost on highly agentic workloads
52.6%
Terminal-Bench-Science 0.1 (Fable 5 was 24.7%)

The other two changes address long-standing enterprise objections. On data retention, Anthropic introduced Enterprise Frontier Safeguards (EFS), which store data in cloud infrastructure the customer controls rather than on Anthropic's systems, giving the privacy of a zero data retention agreement while still preventing adversarial use. EFS rolls out in phases beginning later this autumn; eligible customers can use Fable 5.1 with zero data retention until then. On safeguards, false positives are down sharply: cybersecurity safeguards now block around 60% fewer benign interventions, and biology safeguards fire 85% less often on elementary medical and biology questions.

Cheaper agentic pricing only helps if your integration actually caches context well. Naraway audits and rebuilds LLM pipelines so you capture the savings.

See how Naraway optimises AI integration cost

Fable 5.1 vs Mythos 5.1: The Safeguard Divide

The distinction between the two models is access, not intelligence. They share identical weights. Fable 5.1 applies safeguards that redirect a narrow set of dual-use cybersecurity and life sciences requests to Anthropic's Opus models. Mythos 5.1 relaxes those specific safeguards for organisations that have been vetted and have a legitimate defensive or research need.

General Release

Claude Fable 5.1

Available today to all developers and businesses via the Claude API, AWS, Google Cloud, and Azure. Safeguards redirect a small set of penetration testing, exploit generation, and life sciences research requests to Opus models. For standard product work, this is invisible. Model ID: claude-fable-5-1.

Trusted Access

Claude Mythos 5.1

Same model with cybersecurity or biology safeguards relaxed, for vetted partners only. Access runs through the Cyber Verification Program (defensive security) and the Life Sciences Verification Program (research, built with the US government). Currently limited to US organisations, with expansion planned.

For the overwhelming majority of product teams, the practical answer is simple: you will use Fable 5.1, and the safeguards will not touch your application. Software development, customer automation, document processing, analytics, and internal tooling all fall well outside the redirected categories.

Benchmark Performance: The Full Picture

The headline improvement is in agentic and long-running work, where earlier models tended to lose the thread. Anthropic reports the higher of the Fable or Mythos score for each evaluation. The table below sets Fable 5.1 against its predecessor and competing frontier models.

Benchmark Fable 5.1 Fable 5 Opus 5 GPT-5.6 Sol
Agentic Scientific Research
Terminal-Bench-Science 0.1
52.6% 24.7% 29.0% 22.4%
Agentic Coding
Terminal-Bench 4.0
55.8%
60.9% (Mythos 5.1)
42.0% 52.3% 37.3%
Agentic Coding
CursorBench 3.2.0 (max effort)
73.4% 70.5% 70.0% 67.2%
Knowledge Work
GDPval-AA v2
1853 1723 1824 1711
Business Workflows
AutomationBench
31.4% 17.1% 26.9% 19.6%
Multidisciplinary Reasoning
Humanity's Last Exam (no tools)
60.9% 57.8% 56.6%
Multidisciplinary Reasoning
Humanity's Last Exam (with tools)
65.0% 63.8% 63.6%
Computer Use
OSWorld 2.0 (partial)
77.9% 72.9% 75.4%

Terminal-Bench-Science figures carry a standard error of roughly ±3.5 to 4.5 points per model. OSWorld 2.0 uses the benchmark authors' August 2026 task release; no competitor score is shown because task files differ from earlier releases. Source: Anthropic launch announcement.

The pattern is consistent: the largest gains are on tasks that run for a long time and require the model to keep its own state. Anthropic also notes that at Low or Medium effort, Fable 5.1 reaches results similar to or better than Fable 5 at High effort, which is where much of the real-world cost saving comes from. In Claude Code it defaults to High effort; on Claude.ai and Claude Cowork it defaults to Medium.

What Early Partners Reported

Benchmark numbers describe capability in the abstract. The more useful signal comes from teams that ran the model on their own hardest problems before launch.

"A particular piece of code had an extremely rare crash, about one in a million runs, that nobody on our team had explained in four to five years. Every model I tried, including Fable 5, missed it. Claude Fable 5.1 was the first to find it. It disassembled an external vendor library, matched it against the core dump, and traced the crash to a bug in that library."

Damien, Senior Portfolio Manager, Millennium

Readable Over Long Tasks

Jane Street reported that where prior models became hard to follow the longer they worked, Fable 5.1 stays readable across long, multi-step tasks, and reached state of the art on their trading intuition tests.

Economical Enough to Replace Opus

Cognition moved its Opus 5 traffic in Devin to Fable 5.1 on launch day, citing equal or better quality at lower cost per task, with new cache pricing making it viable for code review workloads.

Unattended Multi-Hour Runs

MongoDB described a complex prototype built in about three days, with the model running unattended for hours behind strong verification loops and reporting finished phases each morning.

Stronger Browser Agents

Browserbase reported Fable 5.1 completing 82% of tasks on its hardest browser-agent benchmark, against 74% for Opus 5 and 57% for Fable 5, while using fewer tokens than either.

The recurring theme is endurance. The model does bolder, longer work without drifting, and the cost profile finally makes that endurance affordable at scale. See how Naraway builds long-running AI agents for growing businesses

The Science Results Are the Real Story

The most striking part of the launch is not the coding leaderboard. It is a set of scientific results that suggest these models are moving from assisting research to contributing to it.

Protein Design

Given open-source protein design and folding tools, Mythos 5.1 designed high-affinity binders that were validated by external labs. On three targets its binding affinities were 10 times higher than the best entries to Adaptyv Bio's competitions, and its hit rate reached nearly 50% across 12 targets, where 10 to 15% is typical today.

Mapping Venus

Fable 5.1 trained a neural network to build a high-resolution elevation map of a third of Venus from NASA Magellan radar images taken more than 30 years ago, revealing detail down to two to three kilometres rather than 10 to 20. Anthropic is releasing the map under a Creative Commons licence.

Faster Genomics

By writing custom GPU kernels and caching intermediate results, Mythos 5.1 sped up seven open-source deep learning models by up to 2.5 times with identical outputs, cutting estimated GPU costs on genome-wide analyses by 30 to 60%. Work that would take a team of engineers weeks was done in days.

None of this makes the model a scientist. But research-grade optimisation that used to be unaffordable for academic labs is now within reach of a single well-directed model run, and that is a genuine shift.

Turning a Capable Model Into a Capable Product

Fable 5.1 is cheaper and stronger, but a frontier model does not become a business outcome on its own. System prompt design, tool use, context and cache management, and evaluation all decide whether you capture the gains or just the bill. That architecture is what we build.

Talk to Naraway's AI Team

Safeguards, Privacy, and What Got More Precise

Anthropic's safeguard changes are aimed at a real pain point: models that refuse benign requests. Three updates stand out for business users.

Cybersecurity

Fable 5.1 can now be used to identify software vulnerabilities for defensive work, and Claude Code users see around 60% fewer safeguard interventions per session. Penetration testing, exploit generation, and binary vulnerability scanning are still redirected to Opus models.

Biology and Chemistry

Biology safeguards now fire 85% less often for elementary biology and medical questions than at Fable 5's launch. Genuine life sciences research and development is still directed to Opus, with access to advanced capability available through a vetted program.

Anti-Distillation

New API accounts can no longer manually edit Claude's prior context while preserving its thinking transcript, closing a documented technique for extracting model capabilities. Existing accounts are not affected yet, but the change applies to all users with future releases.

On privacy, Enterprise Frontier Safeguards let customers keep data on their own cloud infrastructure with any human review done by the customer, giving zero data retention without weakening misuse detection. It was built with more than 100 enterprise customers and Anthropic's cloud partners, and will be supported across Claude Code, Claude Enterprise, the Claude Platform, Amazon Bedrock, Google's Agent Platform, and Microsoft Foundry. Anthropic has also added an EU AI Act watermark to model outputs, which is invisible without the detection API and carries no user or conversation data.

Pricing and Access

Headline pricing is unchanged from Fable 5. The savings come entirely from cache reads, which now cost $0.25 per million tokens, a 75% reduction. Because agentic workloads reuse large amounts of cached context, that single change drives the 25 to 45% overall reduction.

Claude Fable 5.1
$10 / M input
$50 / M output tokens
Cache reads $0.25 / M · API ID: claude-fable-5-1
Claude Fable 5
$10 / M input
$50 / M output · cache reads ~4x higher
Previous generation, June 2026

Fable 5.1 is available today on the Claude API, Amazon Web Services, Google Cloud, and Microsoft Azure. Mythos 5.1 is restricted to vetted cyberdefenders and life scientists through the Cyber Verification Program and Life Sciences Verification Program, currently limited to US organisations, with Anthropic coordinating with the US government to expand access.

Should Your Business Switch to Fable 5.1

For most teams already on a Claude model, the switch is close to a default. You get a stronger model at a lower effective cost, and the migration is a model-ID change plus evaluation.

Switch to Fable 5.1 if your team needs:

Plan carefully if:

For Indian startups and enterprises building customer tools, internal automation, and AI-native products, none of the constraints usually apply. The upgrade is straightforward and the cost case is favourable. The real question, as always, is whether your integration is built to use a model this capable well. Naraway helps you build and optimise that architecture

The Bottom Line

Fable 5.1 is a rare release that improves capability and cost at the same time. It more than doubles Fable 5 on agentic scientific research, leads on business workflows and long-horizon coding, and cuts the cost of exactly the agentic workloads that were previously too expensive to run on a Fable-class model. The safeguard changes remove friction for legitimate users without lowering the guardrails that matter.

The practical instruction is simple. Point new integrations at claude-fable-5-1, measure your cache-read ratio, and evaluate the quality and cost gains at your own volume. For most workloads, both will move in your favour.

Frequently Asked Questions

What is Claude Fable 5.1?

Claude Fable 5.1 is Anthropic's most advanced generally available model for coding and knowledge work, released September 1, 2026. It improves on Fable 5 across coding, scientific research, and long-running agentic tasks, and is cheaper to run for most workloads because of a 75% reduction in cache read pricing.

What is the difference between Fable 5.1 and Mythos 5.1?

They are the same underlying model with different safeguards. Fable 5.1 is generally available. Mythos 5.1 relaxes cybersecurity and life sciences safeguards for vetted partners through Anthropic's trusted access programs, and is currently limited to US organisations.

How much does Claude Fable 5.1 cost?

$10 per million input tokens and $50 per million output tokens, the same headline price as Fable 5. Cache reads now cost $0.25 per million tokens, a 75% cut, which reduces typical workload costs by about 25% and highly agentic workloads by up to 45%. The API model ID is claude-fable-5-1.

How does Fable 5.1 compare to Opus 5?

Fable 5.1 leads Opus 5 on agentic scientific research, business workflows, and multidisciplinary reasoning, and partners such as Every reported it running roughly twice as fast as Opus 5 while using about half the tokens, at a lower price.

Is Claude Fable 5.1 suitable for Indian startups?

Yes. For software development, customer automation, document analysis, and AI-native products, Fable 5.1 is the strongest generally available option, and the new cache pricing improves the cost case for context-heavy work. Naraway can help you integrate and optimise it for your workload.