Claude Fable 5.1: cheaper cache reads, stricter contract

Anthropic keeps Fable's $10/$50 list rate and 1M-token context, cuts cache reads to $0.25 per million, and makes a few previously accepted client settings invalid.

By benchr Editorial Team · · Changelog · Provider facts rechecked against Anthropic documentation on September 2, 2026

Token streams passing through a glass decision junction toward a tool-routing network and a cache lattice.
Benchr model field plateClaude Fable 5.1Migration contract · cache economics
Editorial imageToken streams divide at a deployment decision: the API contract and the bill both change at the boundary.
API ID5.1New endpoint, not an alias
Context1M128K maximum output
Cache read / 1M$0.25Fable 5: $1.00
Released1 Sep2026

A new model ID, not a silent upgrade

The production endpoint is claude-fable-5-1. Treat it as a distinct deployment target: pin it in the pilot, preserve a Fable 5 control group, and record the request settings used for every comparison. Anthropic's current lifecycle documentation says Fable 5 remains active and will not retire before June 9, 2027; a newer model is not evidence that the earlier one is unavailable.

The access boundary also matters. Anthropic says Fable 5.1 is generally available across its supported API and cloud channels, while Mythos 5.1 is restricted to vetted Project Glasswing or trusted access. Do not present the Mythos ID as a public fallback merely because the two models share headline specifications.

The rate card: the cache line is the meaningful change

Claude Fable 5.1 provider-published API pricing, verified September 2, 2026
CategoryPriceWhat it covers
Standard input$10.00 / 1MNon-cached input tokens
Standard output$50.00 / 1MOutput tokens
Cache read$0.25 / 1MCached input tokens
Cache write, 5 minutes$12.50 / 1MCreating a five-minute cache entry
Cache write, 1 hour$20.00 / 1MCreating a one-hour cache entry
Batch input / output$5.00 / $25.00Per 1M tokens; half of standard input and output

The $0.25 figure is a cache-read price, not a blanket 75% reduction in prompt cost. A realistic estimate separates non-cached input, cache writes, cache reads, output, and any applicable Batch workload. The cost calculator can compare the standard token fields; keep cache duration and reuse assumptions in the deployment estimate.

Migration gates that can return an error

Fable 5.1 changes the request contract in ways a generic “swap the model ID” migration can miss. Anthropic's migration guide explicitly says that forced tool selection is invalid and that adaptive thinking is always on.

Fable 5 to Fable 5.1 request-compatibility gate
Client behaviorFable 5.1 behaviorMigration action
tool_choice type any or a named toolHTTP 400Use auto or none; keep application-side enforcement outside the request.
Manual or disabled thinking configurationInvalidRemove it. Adaptive thinking is always on.
Assistant-message prefillHTTP 400Move the instruction into the allowed prompt structure.
Reusing or editing prior thinking blocksCompatibility and invalidation rules applyReplay multi-turn test cases; do not assume a transcript edit preserves thinking blocks.
Priority Tier deploymentNot supportedSelect a supported lane before committing a latency SLO.

Those are integration facts, not reasons to avoid the model. They are reasons to make the pilot an interface test as well as a task-quality test. Save the request payload, response schema, tool trace, error status, token use, and human decision for matched cases. A benchmark score will not tell you whether a forced tool-choice request will fail in your client.

Retention and restricted access are rollout constraints

Anthropic states that Fable 5.1 normally requires 30-day data retention for safety monitoring. Zero-data-retention use requires authorization. That is a procurement and policy question, not a knob a team should infer from an older Claude configuration. Confirm the approved data path before routing production records to the new endpoint.

How to read the launch benchmarks

Anthropic reports Fable 5.1 results including 55.8% on Terminal-Bench 4.0, 52.6% on Terminal-Bench-Science 0.1, 77.9% partial success and 41.7% strict success on OSWorld 2.0, and 60.9% / 65.0% on Humanity's Last Exam without / with tools. These are provider-reported results from Anthropic's release material, not benchr measurements. The announcement also describes its configuration and safeguards, so they are not a substitute for a controlled comparison against a differently configured model or vendor run.

A small, reversible rollout

1. Freeze a Fable 5 baseline

Keep representative prompts, tools, schemas, accepted outputs, and token use.

2. Validate the request contract

Remove invalid tool-choice and thinking settings, then replay error and multi-turn cases.

3. Price the actual reuse pattern

Separate cache reads, writes, uncached prompts, outputs, and any Batch jobs.

4. Promote only after review

Approve the model route after task, policy, reliability, and cost evidence agree.

Frequently asked

What is the Claude Fable 5.1 API model ID?

The documented ID is claude-fable-5-1. It is a new endpoint rather than a replacement alias for claude-fable-5.

How much does Claude Fable 5.1 cost?

Anthropic lists $10 per million standard input tokens and $50 per million output tokens. Cache reads are $0.25 per million; cache writes cost $12.50 for five minutes or $20 for one hour. Batch input and output are $5 and $25 per million.

Can I force a tool with Claude Fable 5.1?

No. Anthropic's migration guide says tool_choice type any and named-tool forcing return HTTP 400. auto and none remain valid.

Is Claude Mythos 5.1 generally available?

No. Anthropic describes Mythos 5.1 as restricted to vetted Project Glasswing or trusted access. The public general-availability endpoint is Fable 5.1.

Changelog

  • September 2, 2026 — Published after rechecking Anthropic's September 1 announcement, model overview, migration guide, pricing details, and lifecycle table. Recorded the new IDs, availability split, price card, cache terms, and request-contract changes.

Primary sources

  1. Anthropic, Claude Fable and Mythos 5.1, September 1, 2026.
  2. Anthropic Claude Platform, Fable 5.1 model overview, checked September 2, 2026.
  3. Anthropic Claude Platform, Fable 5.1 migration guide, checked September 2, 2026.
  4. Anthropic Claude Platform, Model lifecycle table, checked September 2, 2026.