Skip to content

Claude Fable 5.1 Ships: Cache Reads at $0.25 and Agent Work Gets 45% Cheaper

Claude Fable 5.1 Ships: Cache Reads at $0.25 and Agent Work Gets 45% Cheaper

Section titled “Claude Fable 5.1 Ships: Cache Reads at $0.25 and Agent Work Gets 45% Cheaper”

Anthropic shipped its next frontier coding model today. Claude Fable 5.1 is generally available on the Claude API, Amazon Web Services, Google Cloud, and Microsoft Azure (Anthropic, 2026). Input and output rates stay at $10 and $50 per million tokens, but cache reads drop to $0.25, a 75% cut (Finout, 2026). Anthropic’s price math: typical workloads cost about 25% less, and highly agentic work up to about 45% less (Anthropic, 2026). For teams whose agent bills are dominated by long, tool-heavy sessions, that is the number that changes the buy decision.

Anthropic calls Fable 5.1 and Mythos 5.1 “the world’s most advanced models for coding and knowledge work” (Anthropic, 2026). The published table shows the largest gains on agentic and scientific coding:

BenchmarkFable 5.1Fable 5Opus 5
Terminal-Bench-Science 0.152.6%24.7%29.0%
Terminal-Bench 4.055.8%42.0%52.3%
AutomationBench31.4%17.1%26.9%
OSWorld 2.0 (partial)77.9%72.9%75.4%
Humanity’s Last Exam (with tools)65.0%63.8%63.6%
CursorBench 3.2.073.4%70.5%70.0%

The science-coding jump is the standout: 52.6% versus 24.7% for Fable 5, more than double (Anthropic, 2026). Guardrails still clip some runs. On tasks where Anthropic’s safeguards intervened, Fable 5.1 and Fable 5 scored zero on OSWorld 2.0 (Anthropic, 2026).

The price cut is real, and it depends on your prompt structure

Section titled “The price cut is real, and it depends on your prompt structure”

Agent loops re-read the same context every turn. That is why the cache cut matters. Reads fell from $1.00 to $0.25 per million tokens, or 2.5% of the base input rate (Finout, 2026). A write-then-reuse cycle at one million tokens costs $12.75. Sending that million tokens fresh twice costs $20.00 (Finout, 2026).

Independent measurement adds a caveat. Artificial Analysis found Fable 5.1 at $3.76 per task on its Intelligence Index at max effort, about 20% more than Fable 5’s $3.14, because the model writes more output tokens to reach higher scores (Finout, 2026). Anthropic’s own cost model, measured over four weeks of August usage at default effort, shows the 25% typical savings (Anthropic, 2026). The difference is prompt structure. Static content up front, variable content at the end, and the cache does the rest.

Five effort levels give another lever. Fable 5.1 defaults to High in Claude Code and Medium in Claude Cowork and on claude.ai (Anthropic, 2026). At xhigh effort, Artificial Analysis measured a score of 65 at $2.72 per task, one point below the max-effort 66 at $3.76 (Finout, 2026). For the first time, Anthropic’s and OpenAI’s flagship reasoning models carry identical per-token pricing (Finout, 2026). Frontier vendor choice becomes a workload-fit question, not a price-card question.

The twin with fewer guardrails: Mythos 5.1 and EFS

Section titled “The twin with fewer guardrails: Mythos 5.1 and EFS”

Mythos 5.1 is the same model with more permissive safeguards for vetted teams. It reaches users through the Cyber Verification Program and the Life Sciences Verification Program, built in partnership with the US government (Anthropic, 2026). Access is limited to US organizations for now. Anthropic says Mythos 5.1 has the strongest cyber capabilities of any model it has released, with no critical-severity jailbreak found in testing that included external organizations and Gray Swan (Anthropic, 2026). Claude Security, the vulnerability scanner, now runs on Mythos 5.1 (Anthropic, 2026).

Enterprise Frontier Safeguards (EFS) change the data story. EFS stores customer data on customer-controlled cloud infrastructure, and human review defaults to the customer side (Anthropic, 2026). More than 100 customers helped design it. It rolls out in phases this fall across Claude Code, Claude Enterprise, the Claude Platform, Amazon Bedrock, and Google Cloud. Until EFS arrives, eligible customers can use Fable 5.1 with zero data retention (Anthropic, 2026).

Defensive security work gets easier. Fable 5.1 can now identify software vulnerabilities, and Claude Code users see about 60% fewer safeguard interventions per session (Anthropic, 2026). Dual-use tasks still redirect to Opus models: penetration testing, exploit generation, and binary-based vulnerability scanning (Anthropic, 2026).

The same week: Projects becomes a coordinator

Section titled “The same week: Projects becomes a coordinator”

Fable 5.1 ships the same week Anthropic rebuilt Claude Code Projects. A coordinator now scopes the request, delegates work to parallel threads, reviews outputs, and assembles the result (The New Stack, 2026). Each thread is a full Claude Code cloud session on its own branch and copy of the repository (The Verge, 2026). Threads draw from shared memory, split work into subagents, loops, and workflows, and overlapping changes surface as merge conflicts like any pull request (The Verge, 2026).

The trade-off is stated plainly. Projects reach usage limits faster, because every thread counts as a full session (The New Stack, 2026). Threads run in the cloud today, and support for running them on your machine is coming soon (ZDNET, 2026). The beta starts with select Pro and Max subscribers who use cloud sessions (ZDNET, 2026). Teams already running several agents should read this alongside the weekly-limit math.

  1. Structure for cache hits. Keep system instructions, tool schemas, and reference material static and up front. Variable content goes last. That is what turns the $0.25 cache rate into your biggest lever (Finout, 2026).

  2. Tune effort per task. The five effort levels span roughly 11x in output tokens. Reset defaults per workload instead of running everything at max (Finout, 2026).

  3. Assume parallel agents are the new normal. A coordinator that fans out five threads is five concurrent sessions against one usage plan (The New Stack, 2026).

  4. Keep dual-use security work on Opus. Vulnerability discovery is allowed on Fable 5.1. Exploitation-adjacent tasks redirect, so plan around it (Anthropic, 2026).

Fable 5.1 is GA today, priced for long agent runs, and paired with orchestration that treats parallel agents as the default. The model itself is not the whole story. The coordinated, cache-disciplined workflow around it decides whether the 45% saving shows up on your invoice (Anthropic, 2026). Point one real agent task at claude-fable-5-1, measure the cost per task, and let the numbers pick your default (Finout, 2026).