Claude Fable 5.1 vs Fable 5: What Changed, Pricing, Benchmarks, and Whether to Upgrade
Claude Fable 5.1 keeps the same 1M context window and $10/$50 base pricing as Fable 5, but cuts cache-read costs by 75%, improves agentic benchmarks, and introduces three API migration traps.

A decision-first comparison of capabilities, benchmarks, pricing, API compatibility, and the workloads where the upgrade matters
Claude Fable 5.1 is a meaningful upgrade over Fable 5—but not because the headline specifications got bigger. Both models have a 1 million-token context window, a 128,000-token maximum output, always-on adaptive thinking, and the same base API price. The real changes are stronger performance on long-running agentic work, cache reads that cost 75% less, a more recent knowledge cutoff, and several API behaviors that developers must handle before migrating.
That makes the upgrade decision unusually workload-dependent. Teams running coding agents, multi-step research, browser automation, or document-heavy workflows have strong reasons to test Fable 5.1. Teams using Fable 5 for short, uncached prompts may see a smaller practical difference. And applications that force a particular tool or rewrite earlier conversation history cannot treat the new model ID as a drop-in replacement.
This comparison uses Anthropic's launch-day documentation and benchmark results as of September 1, 2026. Benchmark figures below are vendor-reported, not independent tests. If you searched for Claude Fabel 5.1, note that Anthropic's official product spelling is Claude Fable 5.1.
Claude Fable 5.1 vs Fable 5: the short answer
Choose Fable 5.1 for ambitious coding, research, computer-use, and knowledge-work agents—especially when they repeatedly read a large cached context. Keep Fable 5 in production until you have tested tool selection, thinking-block compatibility, and conversation-history mutations. The new model is best understood as a workflow and economics upgrade, not a capacity upgrade.
| Decision | Recommendation |
|---|---|
| Starting a new long-running agent | Test Fable 5.1 first |
| Running a cache-heavy coding or research workflow | Fable 5.1 is likely the better value |
| Serving short, simple, uncached requests | Benchmark before changing; base token prices are identical |
| Using forced tool selection | Migrate the implementation before switching |
| Editing earlier messages or downgrading mid-conversation | Audit thinking-block handling first |
Fable 5.1 vs Fable 5 at a glance
| Category | Claude Fable 5.1 | Claude Fable 5 | Practical impact |
|---|---|---|---|
| Release date | September 1, 2026 | June 9, 2026 | 5.1 is the active latest model |
| API model ID | claude-fable-5-1 | claude-fable-5 | An explicit model change is required |
| Context window | 1 million tokens | 1 million tokens | No capacity increase |
| Maximum output | 128,000 tokens | 128,000 tokens | No output-limit increase |
| Base API pricing | $10 input / $50 output per million tokens | $10 input / $50 output per million tokens | Uncached token cost is unchanged |
| Prompt-cache reads | $0.25 per million tokens | $1 per million tokens | Repeated cached context is 75% cheaper |
| Reliable knowledge cutoff | June 2026 | January 2026 | Five months more recent |
| Thinking | Adaptive, always on | Adaptive, always on | No change to the basic thinking mode |
| Forced tool use | Not supported | Supported | Potential breaking API change |
| Multilingual performance | Reported as on par with Fable 5 | Baseline | No specific multilingual gain claimed |
Anthropic positions both models for its most difficult coding and knowledge work. The Fable 5.1 announcement makes the distinction clearer: 5.1 is optimized for work that runs for hours, crosses applications, uses tools, recovers from failures, and produces finished deliverables with less supervision.
What actually changed in Claude Fable 5.1?
1. Stronger sustained and agentic performance
The largest reported improvements appear in tasks that require the model to maintain a plan across many steps—not in ordinary single-turn chat. Anthropic highlights codebase-wide engineering, document and spreadsheet creation, multi-step research, vision-heavy analysis, computer use, and long-context reasoning.
This distinction matters because a model can look only slightly better on a short-answer benchmark while being much more useful in production. Long-running agents spend much of their time deciding what to do next, using tools, checking results, recovering from failed steps, and preserving state. Small improvements at each stage compound across a workflow.
Fable 5 introduced Anthropic's fifth-generation intelligence for days-long and asynchronous work. Fable 5.1 appears to refine that promise: fewer shortcuts, stronger verification loops, and better root-cause analysis. Those are operational qualities, so your own completion rate and correction rate will be more informative than a general leaderboard.
2. Prompt-cache reads are dramatically cheaper
The base input and output rates did not change, but prompt-cache reads fell from $1 to $0.25 per million tokens. This is the clearest economic difference between Fable 5.1 and Fable 5.
Prompt caching matters when an agent repeatedly sends the same repository context, policy library, research corpus, tool definitions, or conversation prefix. The first write still has a cost, but subsequent reads become much less expensive. Anthropic estimates that the new cache price can reduce a typical workload's cost by about 25% and a highly agentic workload's cost by as much as approximately 45%. Those are Anthropic's estimates; your result depends on how much of each request is actually served from cache.
3. Fresher knowledge and more runtime controls
Fable 5.1 moves the reliable knowledge cutoff from January 2026 to June 2026. It also adds controls aimed at production agents, including per-message effort, turn-scoped system messages, optional thinking updates, and content-provenance support. Some of these features are beta capabilities and should be treated as such when designing a stable production interface.
The model's official what's-new guide is the source of truth for supported headers and current availability.
Claude Fable 5.1 benchmarks compared with Fable 5
Anthropic's launch benchmark table shows broad gains, but the size varies sharply by task. The strongest jumps are concentrated in terminal-based science, automation, and long-running agentic work. General reasoning gains are smaller.
| Benchmark | Fable 5.1 | Fable 5 | Reported change |
|---|---|---|---|
| Terminal-Bench-Science 0.1 | 52.6% | 24.7% | +27.9 percentage points |
| Terminal-Bench 4.0 | 55.8% | 42.0% | +13.8 points |
| GDPval-AA v2 | 1,853 | 1,723 | +130 Elo points |
| OSWorld 2.0, partial credit | 77.9% | 72.9% | +5.0 points |
| OSWorld 2.0, strict | 41.7% | 36.1% | +5.6 points |
| Humanity's Last Exam, no tools | 60.9% | 57.8% | +3.1 points |
| Humanity's Last Exam, with tools | 65.0% | 63.8% | +1.2 points |
| AutomationBench | 31.4% | 17.1% | +14.3 points |
| CursorBench 3.2.0 | 73.4% | 70.5% | +2.9 points |
Source: Anthropic's September 1, 2026 benchmark disclosure. These are vendor-reported results produced with Anthropic's evaluation settings and production safeguards enabled.
How to read the benchmark table correctly
Three cautions keep the comparison honest.
- Do not compare raw deltas across unrelated metrics. A 130-point Elo gain is not directly larger than a five-percentage-point accuracy gain.
- Safeguards affected some tasks. Anthropic says intervened tasks received a zero on OSWorld and AutomationBench under specified conditions, while some other flagged tasks were completed by fallback models. That makes the production safety configuration part of the result.
- Launch benchmarks are not your workload. They do not measure your tool reliability, prompt structure, cache-hit rate, latency target, failure cost, or acceptance criteria.
The right conclusion is not that 5.1 is uniformly twice as capable. It is that the upgrade looks largest on sustained tool-using work and more incremental on already-strong general reasoning.
Claude Fable 5.1 pricing: same base rate, different economics
Both models cost $10 per million input tokens and $50 per million output tokens through the Claude API. For Fable 5.1, a five-minute cache write costs $12.50 per million tokens, a one-hour cache write costs $20, and a cache read costs $0.25. Batch processing offers a 50% discount where supported.
The phrase “same price” is therefore technically true for uncached tokens and misleading for many agents. A long-running workflow may read its system instructions, tools, repository map, and accumulated context dozens of times. In that pattern, cache reads become a meaningful portion of the bill.
A simple cache-heavy cost example
Imagine one workload consumes 10 million uncached input tokens, 1 million output tokens, and 40 million cache-read tokens. Ignoring cache-write charges and other discounts:
| Cost component | Fable 5 | Fable 5.1 |
|---|---|---|
| 10M uncached input tokens | $100 | $100 |
| 1M output tokens | $50 | $50 |
| 40M cache-read tokens | $40 | $10 |
| Total | $190 | $160 |
That example saves about 15.8% even though the base rates are identical. A workflow with a larger cached share saves more; a workflow with no cache hits saves nothing on token rates. Measure cost per completed task, not price per token in isolation.
Three breaking API changes to check before upgrading
Developers should read Anthropic's Fable 5.1 migration guide before changing the model ID. Three changes deserve explicit tests.
1. Forced tool use is no longer supported
Requests that set tool_choice to any or force a named tool return an HTTP 400 error with Fable 5.1. Use auto and make the requirement explicit in the prompt. When the response must conform to a schema, use strict tool definitions or structured output rather than relying on forced selection.
{
"model": "claude-fable-5-1",
"tool_choice": { "type": "auto" },
"tools": [
{
"name": "lookup_order",
"strict": true,
"input_schema": { "type": "object", "properties": {} }
}
]
}
This is the migration issue most likely to surface immediately because the API rejects the request rather than quietly changing behavior.
2. Older models cannot consume Fable 5.1 thinking blocks
If your application switches to an older model while preserving a Fable 5.1 conversation, the older model cannot read 5.1's thinking blocks. Anthropic says those blocks are dropped and not billed when downgrading, but you should test any model-fallback path that expects identical history across versions.
3. Editing conversation history can invalidate thinking bindings
Fable 5.1 more tightly binds thinking blocks to the conversation state that produced them. Modifying earlier user or assistant messages, changing the system prompt, or altering tool definitions can invalidate those blocks. Append-only conversation histories are the safest default. Applications that summarize, redact, splice, or replay history should use Anthropic's supported binding controls and test the exact mutation pattern.
Behavior differences that benchmarks do not show
A model upgrade can change application behavior even when the API accepts every request. Anthropic's Fable 5.1 prompting guide notes several tendencies worth checking:
- Tool calls may be batched differently, so do not assume a fixed call order when parallel execution is valid.
- Progress updates may be less frequent unless you explicitly request them.
- At low effort, the model is less likely to search, inspect files, or use tools proactively.
- Responses can be denser and use less formatting.
- Coding tasks may produce broader whole-file rewrites instead of narrow patches.
- Source material can occasionally appear without the citation style your application expects.
These are prompt and evaluation concerns, not reasons to avoid the model. Specify the behavior you need: require source links, define when to search, ask for milestone updates, constrain edit scope, and validate tool results rather than depending on habits learned from Fable 5.
Should you upgrade from Claude Fable 5 to Fable 5.1?
| Your workload | Upgrade outlook | What to test |
|---|---|---|
| Long-running coding agent | Strong candidate | Repository navigation, test creation, recovery, edit scope, cost per accepted change |
| Research across documents and the web | Strong candidate | Source coverage, citation accuracy, progress updates, long-context retrieval |
| Browser or computer-use automation | Strong candidate | Step completion, recovery from UI changes, safeguard routing |
| Cache-heavy business knowledge agent | Likely lower cost | Cache-hit rate, total task cost, answer quality on private sources |
| Short uncached chat requests | Incremental case | Quality, latency, and whether Fable-class pricing is justified |
| Application using forced tools | Migrate first | tool_choice, strict schemas, refusal and validation paths |
| Application that rewrites message history | Use caution | Thinking-block bindings, summarization, redaction, model fallback |
| Multilingual-only upgrade | No claimed step change | Your exact languages and domain vocabulary |
For most existing applications, the best answer is a canary rollout rather than an immediate full migration. Route a representative slice of difficult tasks to 5.1, record both model versions' tool traces and outputs, and compare accepted outcomes. If your evaluation only asks users which answer “feels better,” you will miss the operational differences that define this release.
A practical Fable 5.1 evaluation protocol
- Select 30–100 representative tasks. Include the hard failures and long-tail cases, not only clean demos.
- Freeze everything except the model. Use the same prompt, tools, permissions, data snapshot, and acceptance criteria for the first comparison.
- Track completion, not activity. Measure accepted task rate, human corrections, tool errors, retries, and time to a verified result.
- Measure the full bill. Capture uncached input, output, cache writes, cache reads, and any fallback-model usage.
- Inspect traces. Look for different tool batching, skipped searches, broad rewrites, weak progress reporting, and history-related errors.
- Test explicit migration hazards. Run forced-tool, model-downgrade, history-editing, and tool-definition-change cases.
- Roll out gradually. Canary the model, define rollback thresholds, and expand only after the production distribution matches the evaluation.
If you need a broader framework for model testing, see our guide to free LLM learning and evaluation resources. For historical context, our GPT-4.5 vs Claude 3.7 Sonnet comparison shows how quickly the decision criteria have shifted from single-response quality toward complete workflow performance.
Frequently asked questions
Does Claude Fable 5.1 have a larger context window than Fable 5?
No. Both models support a 1 million-token context window and up to 128,000 output tokens. The upgrade changes performance, knowledge freshness, cache economics, and API behavior—not the headline capacity.
Is Claude Fable 5.1 a drop-in replacement for Fable 5?
Not for every application. Forced tool selection is unsupported, older models cannot consume its thinking blocks, and mutations to earlier conversation state can invalidate thinking bindings. Test those paths before replacing claude-fable-5 with claude-fable-5-1.
Who can access Claude Fable 5.1?
At launch, Anthropic lists Fable 5.1 for Pro, Max, Team, and Enterprise users and through the Claude API, cloud marketplaces, AWS, Google Cloud, and Microsoft Foundry. It is not listed for the free Claude plan. Availability can change, so check Anthropic's current plan documentation.
Is “Claude Fabel 5.1” a different model?
No. “Fabel” is a common misspelling in searches. The official model name is Claude Fable 5.1, and the API identifier is claude-fable-5-1.
Is Fable 5.1 better than Opus 5?
Anthropic's launch table places Fable 5.1 ahead of Opus 5 on several highlighted coding and agentic benchmarks, but that does not make it the automatic choice for every request. Compare task success, latency, token use, price, safety routing, and compatibility on your own workload.
The bottom line
Claude Fable 5.1 keeps Fable 5's headline limits and premium base price while improving the parts that determine whether an ambitious agent finishes its work: sustained reasoning, tool use, recovery, document handling, and repeated-context cost. That makes it a compelling upgrade for long-running, cache-heavy workflows and a less urgent one for simple uncached chat.
The important qualification is migration safety. The forced-tool change and stricter thinking-block rules can break assumptions that worked with Fable 5. Treat 5.1 as a new production target, run a controlled evaluation, and make the decision using cost per accepted outcome.
Model choice is only one layer of a reliable business assistant. If your goal is to connect an AI to your organization's knowledge and deliver grounded answers across teams, explore how Cody turns business content into a usable AI assistant.

