AI KNOWLEDGE DESK

Models · entities · concepts · comparisons · practical tools

GETLLMS.ORG
ModelAI coding models

Claude Fable 5.1

Claude Fable 5.1 is Anthropic's generally available frontier model released on September 1, 2026, with model ID claude-fable-5-1, a 1M-token context window, 128K maximum output, and $10/$50 per-million-token base pricing.

Why it matters

Fable 5.1 changes the upgrade decision for demanding Anthropic workloads: it keeps Fable 5's base input and output prices, cuts cache reads from $1 to $0.25 per million tokens, adds agent-workflow controls, and introduces three API behaviors that existing Fable integrations must test before switching.

Source-backed summary

Anthropic's launch post, model overview, release notes, prompting guide, and system card define the release, pricing, safeguards, model ID, limits, platform availability, and migration boundary. Anthropic's benchmark and workload-savings figures are publisher-reported rather than independent proof. Early Reddit discussions supply reader questions about Claude Code quality, token use, cost per task, and whether Fable 5.1 is a worthwhile upgrade.

Primary use cases
  • Long-running repository-scale coding and difficult root-cause analysis.
  • Multistep research with large source collections and long context.
  • Document, spreadsheet, and presentation creation that needs sustained task coherence.
  • Agent workflows that benefit from per-message effort and progress updates.
  • Defensive vulnerability discovery within Anthropic's published safeguard boundary.
What Anthropic confirms

Claude Fable 5.1 is available through the Claude API, Claude products, Amazon Bedrock, Google Cloud, and Microsoft Azure. The API model ID is claude-fable-5-1. Anthropic documents text and image input, text output, a 1M-token context window, 128K maximum output, adaptive thinking that is always on, and a June 2026 knowledge cutoff.

  • Base API pricing remains $10 per million input tokens and $50 per million output tokens.
  • Cache reads cost $0.25 per million tokens, down from $1 for Fable 5.
  • Anthropic says Fable 5.1 and Mythos 5.1 use the same underlying model with different safeguards and access paths.
  • Retirement is not scheduled before September 1, 2027.
What changes when you migrate from Fable 5

Do not treat the model ID change as a drop-in upgrade. Anthropic documents three breaking behaviors: forced tool choice with `any` or a named tool returns an error, earlier Claude models cannot read Fable 5.1 thinking blocks, and editing earlier conversation history invalidates retained thinking blocks.

  • Re-test tool-routing code that depends on forced tool use.
  • Keep thinking blocks only when the next turn uses Fable 5.1 or a newer compatible model.
  • Regenerate or remove thinking blocks after editing earlier messages.
  • Beta additions include per-message effort, turn-scoped system messages, and readable progress updates between tool calls.
How to decide whether to upgrade

Start with Anthropic's own routing advice: use Opus 5 for most demanding work and evaluate Fable 5.1 when Opus at higher effort still falls short. Fable 5.1 is most plausible for repository-scale coding, difficult debugging, multistep research, and long-running artifact work where higher task success or cheaper repeated context can offset its premium base token price.

  • Measure validated task cost, not only price per token or a launch benchmark.
  • Test the same prompts, tools, effort setting, and acceptance checks against Fable 5 and Opus 5.
  • Treat Anthropic's estimated 25% typical and up-to-45% highly agentic savings as publisher estimates for cache-heavy workloads.

Claude Fable 5.1 FAQ

Common questions about Claude Fable 5.1.

Is Claude Fable 5.1 generally available?+

Yes. Claude Fable 5.1 is generally available through Anthropic's API and products plus supported cloud platforms. Its Claude API model ID is claude-fable-5-1, but regional and account availability should still be checked in the selected provider.

How much does Claude Fable 5.1 cost?+

Claude Fable 5.1 costs $10 per million input tokens and $50 per million output tokens on the standard Claude API. Cache reads cost $0.25 per million tokens. The lower cache-read rate can reduce cost for repeated long context, but actual task cost depends on token use, effort, retries, and validation.

Is Claude Fable 5.1 a drop-in replacement for Fable 5?+

No. Anthropic documents breaking changes for forced tool choice, cross-model thinking-block compatibility, and edited conversation history. Re-run production prompts and tool workflows before changing the model ID.

Should I use Fable 5.1 instead of Opus 5?+

Start with Opus 5 for most workloads and test Fable 5.1 when Opus at higher effort does not meet the acceptance bar. Fable 5.1 costs twice as much per base input and output token, so promote it only when task success, cache savings, or failure avoidance improves total validated-task cost.