cd /news/artificial-intelligence/claude-fable-5-1-75-cheaper-cache-st… · home topics artificial-intelligence article
[ARTICLE · art-118269] src=byteiota.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Claude Fable 5.1: 75% Cheaper Cache, Stronger Agents

Anthropic released Claude Fable 5.1 on September 1, cutting cache read costs by 75% from $1.00 to $0.25 per million tokens, and also released Claude Mythos 5.1 with restricted safety guardrails for cybersecurity and life-sciences teams. The model scores 52.6% on Terminal-Bench-Science 0.1, more than doubling Fable 5's 24.7%, and typical workloads cost about 25% less, with heavily agentic workloads dropping up to 45%. The release includes three breaking changes: forced tool use is removed, thinking blocks are not backwards compatible, and history editing is locked for new accounts.

read4 min views1 publishedSep 1, 2026
Claude Fable 5.1: 75% Cheaper Cache, Stronger Agents
Image: Byteiota (auto-discovered)

Anthropic shipped Claude Fable 5.1 on September 1, cutting cache read costs by 75% — from $1.00 to $0.25 per million tokens — and simultaneously released Claude Mythos 5.1, the same underlying model running restricted safety guardrails for vetted cybersecurity and life-sciences teams. The release topped Hacker News with 636 points and 594 comments, and Claude Code defaulted to Fable 5.1 automatically as of v2.1.257.

The Claude Fable 5.1 Cache Math That Changes Agentic Economics #

Cache reads are how multi-turn agent conversations avoid re-encoding the same context on every API call. For applications running long tool-calling loops — the kind that burn through hundreds of API turns per session — cache reads dominate the bill. Fable 5.1 cuts that cost to a quarter of what it was. According to Anthropic’s official release, typical workloads cost about 25% less than on Fable 5, and heavily agentic workloads drop up to 45%.

Standard input ($10/M) and output ($50/M) pricing stays unchanged, as do cache write costs ($12.50/M for five-minute writes, $20/M for one-hour writes). The cache read reduction to $0.25/M is automatic — no code changes required if your integration doesn’t hit any of the three breaking changes below. However, cache-intensive chat applications and document processors can start saving immediately.

Related:[OpenCode Hits 194K Stars: The Free Claude Code Alternative]

Performance Jump: Not Just a Minor Point Release #

The benchmark improvements are substantial enough that calling this a minor point release significantly undersells what shipped. Fable 5.1 scores 52.6% on Terminal-Bench-Science 0.1, more than doubling Fable 5’s 24.7%. On Terminal-Bench 4.0, it posts 55.8% — ahead of Opus 5 at 52.3% and OpenAI’s GPT-5.6 Sol at 37.3%. AutomationBench also jumps from 17.1% to 31.4%. Moreover, as VentureBeat reported, the model is now better at signaling when it’s stuck rather than silently diverging from a task.

For agentic coding pipelines where human interruption is the bottleneck, the autonomy improvement matters as much as the cost reduction. Knowledge cutoff also moves from January to June 2026 — five months fresher. Hacker News commenters separately noted the writing style is noticeably more natural and less stereotypically “Claude-sounding,” which matters for any use case generating user-facing text.

Three Breaking Changes to Audit Before Upgrading #

The upgrade is not friction-free. Fable 5.1 ships three breaking changes that can hit production silently if teams skip the audit.

Forced tool use is removed. Any call using tool_choice: {"type": "any"}

or tool_choice: {"type": "tool", "name": "..."}

now returns a 400 error. The fix: switch to tool_choice: "auto"

and guide selection via a system prompt instead.

{"tool_choice": {"type": "any"}}

{"tool_choice": "auto"}

Thinking blocks are not backwards compatible. Older Claude models cannot parse Fable 5.1 thinking blocks, which breaks fallback chains routing between model versions. Use the thinking-binding-controls-2026-08-01

beta header during migration to surface invisible transformation errors. History editing is now locked for new accounts. API accounts created August 31 or later cannot edit prior conversation turns — a change that silently breaks inject-and-delete prompt patterns. Replace them with turn-scoped system messages using clear_at: "next_user_message"

. The complete migration breakdown is in the Fable 5.1 migration guide at ClaudeFast.

Mythos 5.1: Same Weights, Restricted Access #

Claude Mythos 5.1 is not a separate model — it shares Fable 5.1’s weights exactly. The distinction is safety configuration: Mythos runs guardrails tuned for cybersecurity defenders and life-sciences researchers, permitting vulnerability discovery and protein design workflows that Fable 5.1 blocks by default. Access requires verification through Anthropic’s Cyber Verification Program or Life Sciences Verification Program and is currently limited to US organizations, with international expansion being coordinated through US government channels.

The dual-deployment model is worth noting. Anthropic is explicitly building a two-tier policy: commercial access with production guardrails, and high-stakes access with context-specific rules — same model, different operating conditions. For developers outside these sectors, Fable 5.1’s explicit permission for vulnerability discovery (not exploit generation) is the closest equivalent available today.

Key Takeaways #

  • Cache reads drop 75% to $0.25/M — agentic workflows can see up to 45% total cost reduction with no code changes, provided no breaking changes apply to your integration
  • Fable 5.1 beats Opus 5 on Terminal-Bench 4.0 (55.8% vs 52.3%) — the performance jump is real, not just a price adjustment
  • Audit for forced tool_choice

, fallback chains using older models, and history-editing patterns before deploying to production - Mythos 5.1 uses Fable 5.1’s weights with different guardrails — access remains restricted to verified US organizations in cybersecurity and life sciences

  • Claude Code defaults to Fable 5.1 as of v2.1.257 — verify your version if you notice changed behavior in existing workflows
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/claude-fable-5-1-75-…] indexed:0 read:4min 2026-09-01 ·