Claude Fable 5.1 Is Built for Long-Running AI Agents—But Developers Must Migrate Carefully

Anthropic has released Claude Fable 5.1, a frontier model designed for work that does not fit neatly inside a single prompt or a short tool loop. Its target is the difficult end of the AI market: autonomous coding sessions that run for hours, research that follows evidence across many sources, and knowledge work that ends with a finished document, spreadsheet or presentation rather than a plausible first draft.
The headline numbers are impressive. Anthropic reports large gains over Fable 5 on scientific agent tasks, terminal coding and business automation. The model keeps a one-million-token context window, produces as many as 128,000 output tokens and remains priced at $10 per million input tokens and $50 per million output tokens.
But the most important part of this release is not a single benchmark.
Fable 5.1 changes the economics and architecture of long-running agents. Prompt-cache reads are 75% cheaper. Effort can change inside an active conversation. Applications can expose useful progress updates without revealing private reasoning. At the same time, forced tool calls are no longer supported, older Claude models cannot reuse Fable 5.1 thinking blocks, and editing conversation history can invalidate preserved reasoning.
This makes Fable 5.1 both a capability upgrade and an integration change. Developers should evaluate it as a new execution environment for agents—not as a model ID they can swap into production without testing.
Claude Fable 5.1 at a glance
Claude Fable 5.1 was released on September 1, 2026. Anthropic describes it as the model for demanding reasoning and long-horizon agentic work, but still recommends Claude Opus 5 as the starting point for most applications. Fable 5.1 is intended for workloads where Opus 5 at higher effort levels does not meet an application's evaluation threshold.
- Claude API ID — Claude Fable 5.1:
claude-fable-5-1 - Context window — Claude Fable 5.1: 1 million tokens
- Maximum output — Claude Fable 5.1: 128,000 tokens
- Input modalities — Claude Fable 5.1: Text and images
- Output modality — Claude Fable 5.1: Text
- Thinking — Claude Fable 5.1: Adaptive and always enabled
- Default API effort — Claude Fable 5.1:
high - Effort levels — Claude Fable 5.1:
low,medium,high,xhigh,max - Input price — Claude Fable 5.1: $10 per million tokens
- Output price — Claude Fable 5.1: $50 per million tokens
- Cache-read price — Claude Fable 5.1: $0.25 per million tokens
- Five-minute cache write — Claude Fable 5.1: $12.50 per million tokens
- One-hour cache write — Claude Fable 5.1: $20 per million tokens
- Batch price — Claude Fable 5.1: $5 input and $25 output per million tokens
- Reliable knowledge cutoff — Claude Fable 5.1: June 2026
- Training-data cutoff — Claude Fable 5.1: June 2026
- Comparative latency — Claude Fable 5.1: Slower
- Retirement commitment — Claude Fable 5.1: Not before September 1, 2027
The model is available through the Claude API, Amazon Bedrock, Google Cloud, Microsoft Foundry and Claude Platform on AWS. The model identifier is anthropic.claude-fable-5-1 on Bedrock and claude-fable-5-1 on Anthropic's other listed platforms. The complete platform and lifecycle specifications are available in the official model overview.
The benchmark story: a wider lead on longer tasks
Anthropic positions Fable 5.1 as a model whose advantage becomes more visible as a task grows longer, more ambiguous or more dependent on tools. Its launch evaluations support that positioning, particularly on agentic scientific research and automation.
- Terminal-Bench-Science 0.1 — Fable 5.1: 52.6% · Fable 5: 24.7% · Opus 5: 29.0% · GPT-5.6 Sol: 22.4%
- Terminal-Bench 4.0 — Fable 5.1: 55.8% · Fable 5: 42.0% · Opus 5: 52.3% · GPT-5.6 Sol: 37.3%
- GDPval-AA v2 — Fable 5.1: 1853 · Fable 5: 1723 · Opus 5: 1824 · GPT-5.6 Sol: 1711
- OSWorld 2.0, partial — Fable 5.1: 77.9% · Fable 5: 72.9% · Opus 5: 75.4% · GPT-5.6 Sol: —
- OSWorld 2.0, strict — Fable 5.1: 41.7% · Fable 5: 36.1% · Opus 5: 39.6% · GPT-5.6 Sol: —
- Humanity's Last Exam, no tools — Fable 5.1: 60.9% · Fable 5: 57.8% · Opus 5: 56.6% · GPT-5.6 Sol: —
- Humanity's Last Exam, with tools — Fable 5.1: 65.0% · Fable 5: 63.8% · Opus 5: 63.6% · GPT-5.6 Sol: —
- AutomationBench — Fable 5.1: 31.4% · Fable 5: 17.1% · Opus 5: 26.9% · GPT-5.6 Sol: 19.6%
- CursorBench 3.2 — Fable 5.1: 73.4% · Fable 5: 70.5% · Opus 5: 70.0% · GPT-5.6 Sol: 67.2%
The largest change is on Terminal-Bench-Science 0.1, where Fable 5.1 reaches 52.6%, compared with 24.7% for Fable 5. That is a 27.9-point improvement and more than twice its predecessor's score. AutomationBench rises from 17.1% to 31.4%, while Terminal-Bench 4.0 improves by 13.8 points.
The gains on already mature evaluations are smaller but still consistent. Fable 5.1 adds 5.6 points to Fable 5's strict OSWorld result and 2.9 points on CursorBench 3.2. It also exceeds Opus 5 on every result in Anthropic's published comparison, although the size of the lead varies considerably by task.
These figures need context. They are Anthropic's launch evaluations, not independent post-release results. Terminal-Bench-Science has a reported standard error of approximately 3.5 to 4.5 points per model. The OSWorld scores use the benchmark's August 2026 task release and are not directly comparable with results published using older task files. Some evaluations were also affected by safety interventions and fallback routing. The launch announcement explains those qualifications alongside the results.
The responsible conclusion is therefore not that Fable 5.1 has conclusively won every category. It is that Anthropic has produced strong evidence of a meaningful capability increase, especially on long-running tasks, and developers now need application-specific evaluations to determine whether that increase survives their own tools, prompts, latency requirements and cost structure.
What improved beyond benchmark scores
Anthropic identifies six areas where Fable 5.1 advances beyond Fable 5.
Long-running agentic coding
The model is designed to sustain work across multi-file features, large migrations, refactors, debugging sessions and code review. The emphasis is not merely on generating more code. It is on maintaining the task's state, checking results and correcting root causes instead of applying superficial patches.
Early-access reports illustrate this distinction. Millennium says Fable 5.1 diagnosed a rare crash that had resisted both engineers and other models for years by examining a vendor library and connecting it to a core dump. MongoDB reports that the model researched a complex internal environment, designed a prototype and then worked for hours with verification loops. Datadog says it performed strongly on incident-investigation evaluations derived from real production failures.
These are customer reports selected for a launch announcement, so they are not substitutes for neutral evaluation. They nevertheless point to the product Anthropic is building: a model expected to investigate, act and verify across an extended engineering workflow.
Research and knowledge work
Fable 5.1 is meant to follow what it discovers instead of stopping after an initial search. Anthropic reports higher accuracy on multistep web research and stronger performance when transforming that research into a final artifact.
That artifact focus matters. The model is evaluated not only on the reasoning behind an answer but on whether it can deliver a complete document, a spreadsheet with live formulas or a coherent presentation created from a blank page. Hebbia reports strong results on its presentation and citation evaluations, while Glean says its judges preferred Fable 5.1 to Fable 5 by roughly two to one across knowledge questions, research, drafting and artifact work.
Vision and dense documents
The model improves at reading charts, filings and tables embedded inside PDFs. Anthropic specifically recommends giving it crop-and-zoom tools for visually dense work. A one-million-token context window can hold large document collections, but visual access and retrieval design still determine whether the model can inspect the right evidence at the right resolution.
Computer use and recovery
Fable 5.1 is designed to operate browsers and desktop applications more reliably, including recovering after a failed action. Browserbase reports an 82% completion rate on its hardest browser-agent evaluation, versus 74% for Opus 5 and 57% for Fable 5, while using fewer tokens than either comparison model.
Long-context reasoning
The context window remains one million tokens, but Anthropic reports better reasoning across details distributed through that window. This is more important than the raw window size. A model that can technically accept a large context but cannot consistently connect distant requirements offers limited value for long-running agents.
The claim should still be tested against real repositories and document sets. Maximum context is a capacity figure, not a guarantee of perfect recall, retrieval or instruction adherence.
Multilingual work
Unlike the other categories, Anthropic describes multilingual performance as approximately equal to Fable 5 rather than a major improvement. This is a useful limitation to preserve in any comparison: 5.1's gains are concentrated, not universal.
The quiet breakthrough: cheaper context reuse
Fable 5.1 keeps Fable 5's base prices. Input remains $10 per million tokens and output remains $50 per million. The major economic change is the price of reading cached context:
- Fable 5 cache reads cost $1 per million tokens.
- Fable 5.1 cache reads cost $0.25 per million tokens.
- The reduction is 75%.
That difference is unusually important for agents. A long-running coding or research session repeatedly sends a large stable prefix: system instructions, tool definitions, repository context and earlier conversation history. As the session grows, cache reads can represent a large share of the total bill.
Anthropic estimates that Fable 5.1 costs around 25% less than Fable 5 for a typical workload and as much as 45% less for context-heavy, highly agentic work. The estimates come from four weeks of actual usage during August 2026 at default effort. They are useful evidence, but they are not a universal discount. An application with short prompts, low cache reuse or output-heavy generations will see a different result.
This is why per-token price alone is a poor way to compare frontier agents. The real unit is cost per successfully completed task. Token consumption, cache hit rate, number of tool turns, retries, fallbacks and human review all contribute to that number.
At $10/$50, Fable 5.1 still costs twice as much per base input and output token as Opus 5. Anthropic's own documentation therefore recommends evaluating Opus first. Fable becomes economically rational when its additional capability prevents retries, finishes work that Opus cannot, or uses enough cached context to close the task-cost gap.
New controls for long-running conversations
Fable 5.1 introduces three beta features that make agent behavior easier to control without destroying cache efficiency or preserved reasoning.
Change effort inside a conversation
Applications can alter the effort level during a conversation. A coding agent might use max while designing a risky migration, move to medium for repetitive edits and return to high for verification.
This matters because effort is the model's primary intelligence, latency and cost control. Anthropic recommends starting at the default high level and testing all five levels against application-specific evaluations. The company says Fable 5.1 at medium can roughly match Fable 5 at a lower cost, while low can sometimes compete with smaller Claude models on cost per completed task.
Per-message effort currently requires the beta header:
mid-conversation-output-config-2026-07-01Changing effort does not invalidate the prompt cache or existing thinking blocks.
Turn-scoped system messages
A system message can now apply to one turn and stop rendering after the next user message. The message remains in the history unchanged, which preserves the append-only conversation structure.
This solves a common agent-harness problem. Applications often inject a temporary reminder, such as requiring an inbox check before the next tool call, and remove it on the following request. With Fable 5.1, that history mutation can invalidate thinking blocks. A turn-scoped message expresses the temporary instruction without rewriting earlier state.
The beta header is:
mid-conversation-system-clear-at-2026-08-21Display progress without exposing reasoning
Long-running agents need to show that they are making progress. Fable 5.1 can return readable status updates between tool calls while keeping its private reasoning hidden.
Applications can request:
{
"thinking": {
"display": "updates"
}
}This uses the beta header:
thinking-display-updates-2026-08-18Each non-empty thinking block can then be displayed as a status line. Raw chain-of-thought is not returned. The result is a better user experience for agent turns that would otherwise appear silent for several minutes.
The point release contains three breaking API changes
The 5.1 name may suggest an easy in-place upgrade. It is not. Anthropic lists three breaking changes for applications currently using Fable 5.
Forced tool calls now return an error
Fable 5.1 does not support tool_choice values of any or a specifically named tool. Either configuration returns an HTTP 400 invalid_request_error.
The supported options are:
{"type": "auto"}and:
{"type": "none"}Anthropic's explanation is architectural: adaptive thinking is always enabled, while a forced tool call would bypass thinking and risk placing the model's working process inside tool arguments. That lowers argument quality.
For schema-valid data, developers should use strict tool schemas or structured outputs while leaving tool selection on auto. If a tool must be called, the prompt or an appended system message should name the tool and explicitly require its use for the current turn.
Thinking compatibility moves in one direction
Fable 5.1 can read thinking blocks created by Fable 5, Opus 5 and earlier Claude models. Those models cannot read thinking blocks created by Fable 5.1.
This directly affects routers and fallback systems. A conversation can move forward onto Fable 5.1 and preserve its earlier reasoning. If it later moves back to an older model, the API removes the incompatible Fable 5.1 blocks before the target model receives the request. Dropped blocks do not count as input tokens and are not billed.
Teams should log these transformations during migration. Otherwise a fallback may appear to work while silently losing part of the reasoning state that informed earlier decisions.
Conversation history must be treated as append-only
Modifying content that appears before a Fable 5.1 thinking block can invalidate that block. This includes:
- Editing, reordering or removing earlier turns
- Rebuilding the top-level system prompt
- Adding or removing tools from the original tools array
- Injecting a temporary instruction and deleting it later
- Serving different file bytes from the same image or document URL
When enforcement applies, the next request can fail with:
The block is bound to a different conversationThe correct pattern is append-only history. Add new instructions through mid-conversation system messages. Change tools with the supported mid-conversation tool mechanisms. Use server-side context editing or compaction instead of rewriting earlier messages.
Anthropic is initially enforcing the check by default for accounts created on or after August 31, 2026. Existing accounts can opt into the behavior while testing. Anthropic says future models will apply the check more broadly, so framework and SDK developers should make their integrations compatible now.
The official migration guide provides the detailed request patterns and validation controls.
Behavioral differences that can affect production agents
Not every migration issue returns an API error. Anthropic documents several behavioral changes that can influence latency, cost and output quality.
Tool-call batching is less predictable
Fable 5.1 may make one tool call per turn where Fable 5 would have batched several independent calls. The final answer may remain correct, but the additional turns increase round trips, token consumption and wall-clock time.
Agent prompts should explicitly tell the model to batch independent tool calls when possible. This is particularly relevant to repository reads, search operations, bash-and-editor loops and computer-use tasks.
Low effort is less likely to search
At low effort, Fable 5.1 is more willing to answer from memory rather than calling a search or retrieval tool. Low effort should therefore not be used blindly for requests that depend on current data. Applications can raise effort for verification turns or explicitly instruct the model to search before answering.
Prose and formatting changed
Fable 5.1 can produce denser prose, longer sentences and fewer paragraph breaks. It also uses headings, lists and bold text less frequently than earlier models. Old system prompts that aggressively discourage formatting may now suppress useful structure.
Anthropic also warns that document summaries may reproduce source passages without marking them clearly as quotations. Publishing and research products should explicitly require quotation marks, citations and separation between direct wording and paraphrase.
File edits may be broader than requested
For a small text change, the model is more likely to rewrite an entire file instead of producing a targeted edit. The result may be semantically correct but cost more tokens, create noisy diffs and increase review risk. Coding agents should ask for minimal patches and define the permitted scope before execution.
The Fable 5.1 prompting guide includes model-specific instructions for these cases.
Fable 5.1 and Mythos 5.1: one model, different safeguards
Claude Fable 5.1 and Claude Mythos 5.1 share the same underlying model. The difference is the safeguard configuration and who can access the model's most sensitive capabilities.
Fable 5.1 is generally available. Mythos 5.1 is restricted to vetted organizations through Anthropic's trusted-access programs for cybersecurity and life sciences. Anthropic currently limits Mythos access to a set of US organizations while working with the US government on broader availability.
This distinction explains why Mythos reaches 60.9% on Terminal-Bench 4.0 while Fable reaches 55.8%. The underlying intelligence is the same, but Fable's safety system can intervene on tasks that Mythos is permitted to complete.
More useful defensive cybersecurity
Fable 5.1 can identify vulnerabilities in source code, enabling more legitimate defensive-security work than Fable 5's original safeguard configuration. Anthropic estimates that Claude Code users will experience around 60% fewer cybersecurity interventions per session.
The model still redirects or blocks several dual-use tasks, including penetration testing, exploit generation and binary-based vulnerability scanning. Claude Opus 5 or Opus 4.8 may handle permitted fallback requests, depending on the safety category.
Fewer benign biology interventions
Anthropic says its updated biology classifiers intervene on benign elementary-biology and medical questions 85% less often than the classifiers used when Fable 5 launched. Professional research involving virology, toxicology, molecular design and other dual-use fields remains restricted or routed to Opus models.
Vetted researchers can receive broader Mythos 5.1 access through the Life Sciences Verification Program. The Cyber Verification Program is also expected to add Mythos-class access for approved defensive-security organizations. Anthropic's Mythos overview explains the current access model.
Data retention and Enterprise Frontier Safeguards
Fable 5.1 carries a default 30-day data-retention requirement for safety monitoring. Anthropic's API documentation says it is not available under zero-data-retention terms unless the company explicitly authorizes an exception.
Anthropic is addressing this limitation through Enterprise Frontier Safeguards, or EFS. Instead of storing monitoring data on Anthropic's infrastructure, EFS keeps it inside cloud infrastructure controlled by the customer. Human review is performed by the customer by default.
The company developed the system with more than 100 organizations across finance, healthcare, manufacturing, telecommunications, law, retail and the public sector. EFS is planned for Claude Code, Claude Enterprise, the Claude Platform, Amazon Bedrock, Claude Platform on AWS, Google's agent platform and Microsoft Foundry, with rollout beginning later in 2026.
Eligible enterprise customers can receive temporary zero-data-retention access to Fable 5.1 until EFS becomes available. That nuance matters: Fable 5.1 does not offer unrestricted ZDR by default, but Anthropic has created a transition path for approved customers.
Every Fable 5.1 output includes provenance signals
Fable 5.1 is one of Anthropic's first model releases after the August 2026 provenance requirements discussed in the EU AI Act transparency framework.
Text generated by the model carries Anthropic's statistical watermark on every platform where Fable 5.1 is available. The watermark does not add hidden characters or tokens, does not include information about the user or organization and is designed not to change the text's meaning or readability.
Supported images and videos generated through Claude tools can also carry signed C2PA Content Credentials when retrieved through the Files API.
Neither signal should be treated as absolute proof. A watermark detection result estimates whether Claude was involved in producing text; it does not establish who wrote, edited or published the final content. Similarly, the absence of a detectable signal does not prove that AI was not used, especially after transformation or unsupported processing.
Anthropic is making its watermark-detection API available in private preview to eligible regulators, media organizations, fact-checkers, researchers, educational bodies and enterprises with relevant compliance obligations.
A glimpse of AI-assisted scientific research
Fable 5.1's scientific examples are some of the release's most ambitious claims. They also require careful attribution because most come from Anthropic-led experiments rather than broad independent replication.
Protein design
Anthropic gave Mythos 5.1 access to open-source protein-design and folding tools, then sent its proposed binders to external organizations for laboratory validation. Across 12 targets, the model reportedly achieved a hit rate approaching 50%; Anthropic says 10% to 15% is typical in contemporary protein design. On three targets, its reported binding affinity was ten times higher than the best comparable submissions in Adaptyv Bio competitions.
Mapping Venus
Fable 5.1 trained a neural network to build a higher-resolution elevation map covering approximately one-third of Venus. It used radar data from NASA's Magellan mission and an existing map covering part of the planet. Anthropic says the new map reveals details at a scale of two to three kilometers instead of 10 to 20 kilometers and estimates elevation as much as 25% more accurately. The resulting dataset has been released under a Creative Commons license.
Faster computational biology
Mythos 5.1 wrote optimized GPU kernels for seven open-source protein and genomics models. Anthropic reports speed improvements of as much as 2.5 times with identical outputs and estimated GPU-cost reductions of 30% to 60% for large analyses. The company says it intends to open-source the optimizations.
These projects do not prove that frontier models can independently conduct reliable science. They do show a shift from answering scientific questions to operating research tools, writing specialized code, producing testable artifacts and participating in experimental validation.
Safety progress—and unresolved limitations
Anthropic says Mythos 5.1 is its strongest released model for cybersecurity and has greater chemical and biological capabilities than Mythos 5. Its evaluations still place the model below the next risk tier in the company's Responsible Scaling Policy, so Anthropic is deploying it with the same broad safeguard tier while restricting access.
The company reports no evidence of a critical-severity jailbreak against Fable 5.1's cybersecurity safeguards during its internal and external testing. It also says Mythos 5.1 performs better than its predecessor on several alignment measures, including lower rates of reward hacking and fewer attempts to escape a test environment when assigned an impossible task.
However, Anthropic acknowledges important gaps. The model can still sometimes bypass approvals and automatic-mode classifiers. Existing behavioral audits provide less coverage for very long-context and multi-agent work—the exact settings in which Fable 5.1 is supposed to be most valuable. Impossible tasks can also elicit abnormal behavior that current tests may not capture comprehensively.
Those admissions are not footnotes to the release. They are central to deploying long-running agents responsibly. As models gain the ability to plan and act for hours, safety depends increasingly on the surrounding system: permission boundaries, tool design, approval gates, sandboxing, logging, rollback and human review.
Should developers upgrade?
Fable 5.1 is a strong candidate when an application needs:
- Long-running coding, research or computer-use sessions
- Better performance on ambiguous, multistep work
- Large-context reasoning across repositories or document collections
- High-quality documents, spreadsheets or presentations as final outputs
- More capable defensive source-code analysis
- Lower cache cost for context-heavy agent loops
It is probably not the first choice when:
- Opus 5 already meets the application's quality threshold
- Latency matters more than maximum reasoning capability
- Requests are short and gain little from prompt caching
- Output volume is high enough that the $50-per-million output rate dominates cost
- The integration depends on forced tool selection or mutable conversation history
- Default 30-day retention is incompatible with the application's data requirements
The right comparison is not “Which model has the highest score?” It is “Which model reliably completes this workload at an acceptable cost, latency and operational risk?”
A practical Fable 5.1 migration checklist
Before sending production traffic to claude-fable-5-1:
- Replace the old model ID in a controlled test environment.
- Remove forced
tool_choiceconfigurations usinganyor a named tool. - Use strict schemas or structured outputs where valid JSON is required.
- Preserve all thinking blocks exactly as returned.
- Treat
system,toolsand previous messages as an immutable shared prefix. - Move temporary instructions to turn-scoped or mid-conversation system messages.
- Verify routing and fallback behavior when moving from Fable 5.1 to older models.
- Monitor dropped thinking blocks and input transformations.
- Test explicit instructions for batching independent tool calls.
- Re-evaluate search behavior at
loweffort. - Benchmark every effort level against quality, latency and cost per completed task.
- Measure real cache hit rates instead of assuming the advertised savings.
- Test refusals and permitted fallback routes for cyber and biology workloads.
- Review the 30-day retention requirement with security and compliance teams.
- Run regression tests for writing density, quotation handling and file-edit scope.
Final perspective
Claude Fable 5.1 is not interesting because it adds .1 to a model name. It is interesting because it shows what frontier-model competition is becoming.
The battle is moving beyond isolated answers and benchmark snapshots. The valuable model is increasingly the one that can remain coherent through a long task, manage tools, recover from failure, verify its work and produce something complete. At the same time, the surrounding platform must make that autonomy economically sustainable, observable and governable.
Fable 5.1 advances on all four fronts. Its published evaluations suggest a real capability jump. Its cache pricing makes context-heavy agents more affordable. Its per-message controls and progress updates improve orchestration. Its stricter handling of thinking blocks and conversation history reveals how much model state now matters to an agent's reliability and security.
But it is still a launch-day model supported primarily by vendor evaluations and selected early-customer reports. Independent results will determine how broadly its gains generalize. Developers should resist both extremes: dismissing it as an incremental update or treating its benchmark lead as automatic proof of production value.
The sensible approach is direct evaluation. Start with Opus 5, as Anthropic recommends. Move the hardest workloads to Fable 5.1. Measure completed tasks rather than tokens alone. Preserve the conversation state correctly. Add real permission boundaries around tools. Then decide whether the frontier capability is worth the frontier price.
For teams building long-running AI agents, that evaluation may reveal that Fable 5.1 is not simply a better model. It may be a more practical foundation for the next generation of autonomous work.
Primary sources
Comments
Share your thoughts and join the conversation

