Anthropic Unveils Claude Fable 5.1, Cuts Cache-Read Costs for Persistent AI Work


TL;DR

  • Cost Change: Anthropic has released Fable 5.1 and is cutting cache reads from $1 to $0.25 per million tokens while leaving ordinary input and output prices unchanged.
  • Access Split: Fable 5.1 is broadly available, while invitation-only Mythos 5.1 serves enrolled US life-sciences participants and Anthropic’s Claude Security service.
  • Workload Effect: Anthropic estimates 25 percent lower typical workload costs and up to 45 percent for cache-heavy agents, not a blanket 75 percent saving.
  • Migration Risk: New API behavior can break stored reasoning, forced tool calls, and cross-model handoffs, so version changes require integration testing.

AI developer Anthropic released Claude Fable 5.1 and Claude Mythos 5.1 on September 1, cutting Fable’s prompt-cache read price by 75 percent while keeping Mythos behind an invitation boundary. The lower rate matters most to API customers who repeatedly reuse long instructions or project context. Fable is available on paid plans, while Mythos serves enrolled US life-sciences participants and Anthropic’s Claude Security service.

The two names describe the same underlying model under different safeguards, not separate performance tiers. Cheaper repeated context can reduce the cost of persistent agents, while fresh input and generated output remain expensive and developers adopting the new version face API and data-governance limits.

Anthropic says Fable 5.1 is better at long-horizon coding, scientific research, and knowledge work. One result comes from Terminal-Bench-Science 0.1, a 70-workflow agent test whose task-specific graders check scientific artifacts. On Anthropic’s run, Fable 5.1 received a 52.6 percent resolution rate, compared with 24.7 percent for Fable 5.

What the Price Cut Actually Covers

A prompt cache lets an application store a large, repeated prefix, such as system instructions, a codebase summary, or tool definitions, and reuse it in later requests. Fable 5.1 charges $0.25 per million tokens for a cache read, down from $1 for Fable 5. That arithmetic produces the 75 percent headline reduction.

The rest of the token pricing does not receive the same cut. Fresh input remains $10 per million tokens and generated output remains $50 per million. Cache writes, which create or refresh the stored prefix, are also billed separately and were not part of the reduction. The lower read rate therefore has the largest effect when an application repeatedly reuses substantial context, while a one-off request with mostly new input may see little change.

Fable 5.1 vs. Fable 5Indexed cost and Cache reads

Anthropic modeled that mix using four weeks of August traffic at the default effort setting. It estimated about 25 percent lower costs for a typical Fable workload and as much as 45 percent for highly agentic workloads. Those are company estimates, not guaranteed invoice reductions or independent production measurements. The difference between 75, 25, and 45 percent is the difference between one token category’s unit price and the composition of an entire job.

Subscription access follows a different price scheme. Pro, Max, Team, and Enterprise plans provide access through allowances or usage pools, while API requests use token billing. The 75 percent figure does not mean a Claude subscription became 75 percent cheaper. It can lower metered usage inside products or enterprise arrangements that pass through API-rate consumption, but it does not cut the subscription seat price itself.