Skip to content
AI & Automation

Claude Fable 5.1 vs Fable 5: Cache at $0.25 (2026)

Sep 3, 2026

Claude Fable 5.1 and Claude Fable 5 share the same $10 input / $50 output list. The decision for a SaaS token owner is the cache-read line: Fable 5.1 bills cache hits at $0.25 per million tokens, Fable 5 still bills them at $1.00, and blended agent-loop cost follows that gap more than the sticker.

This page compares those two Claude models only. It is for the person who already runs prompt caching on support, onboarding, or billing agents and needs a 2026-09-03 read on whether the upgrade is a price cut or just a new model id.

TL;DR

  • Stay on Claude Fable 5 when the workload is one-shot chat with almost no cache hits; list input and output are identical, so you are not leaving money on the table.

  • Move to Claude Fable 5.1 when the same system prompt, tools array, and policy block are reread on every turn; Fable 5.1 cache reads: $0.25 / 1M.

  • Treat Anthropic’s “about 25% cheaper typical bills, up to about 45% on agent loops” as a cache-hit story, not as a claim that Fable 5.1 is cheaper on uncached Intelligence-Index tasks.

  • Put a human hold on the path only after invoice.paid or a similar billing event has to meet a reviewer; Zapier, Make, or n8n can already post a usage alert if that is the whole job.

What the numbers say

List prices did not move. Cache hits did. Fable 5 cache reads: $1.00 / 1M. The 75% cut on Fable 5.1 is the entire commercial upgrade on the rate card.

Meter (USD / 1M tokens)Claude Fable 5.1Claude Fable 5
Input10.0010.00
Output50.0050.00
Cache read (hit / refresh)0.251.00
5-minute cache write12.5012.50
1-hour cache write20.0020.00
Batch input / output5.00 / 25.005.00 / 25.00

Source: Anthropic model pricing, checked 2026-09-03. Caption is not a third product.

according to Anthropic, cache hits and refreshes on Claude Fable 5.1 are $0.25 per million tokens (0.025× base input), while Claude Fable 5 still uses the 0.1× multiplier at $1.00.

according to Artificial Analysis, Claude Fable 5.1 scores 66 on Intelligence Index v4.1.1 at max effort, four points above Claude Fable 5’s 62 on the same composite.

Fable 5.1 AA Intelligence: 66 at max. That eval used Anthropic’s default safety fallback, with about 4% of output tokens routed to Opus, so it is not a pure Fable-only run.

according to Artificial Analysis, Claude Fable 5.1 costs $3.69 per Intelligence Index task at max. That column is uncached knowledge work. Do not quote it as proof that Fable 5.1 is cheaper than Fable 5 on cache-heavy loops; the rate card says the opposite on cache reads.

Independent / provider figure (2026-09-03)Claude Fable 5.1Claude Fable 5
AA Intelligence Index v4.1.1 (max)6662
OpenAI-table Intelligence (provider-run)65.762.1
AA Intelligence cost / task (max, USD)3.69[not the cache story]
Cache-read multiplier vs base input0.025×0.10×
Context window (tokens)1,000,0001,000,000
Max output (tokens)128,000128,000

Source: Artificial Analysis 2026-09-01 article and 2026-09-03 leaderboard; OpenAI 3 Sep provider table for the 65.7 / 62.1 pair. Provider table is not an independent lab.

How we evaluated

Weights assume a SaaS company that already pays Claude API or a cloud Claude endpoint, already ships a cached system prompt, and already meters tokens by product surface (support agent, onboarding copilot, billing explainer). A team that only opens claude.ai for one-off memos should ignore cache-read columns and stop at the list-price tie.

Evaluation criterionWeightProof testDisqualifier
Cache-read unit price30%1M cached tokens on a live receiptReceipt still shows $1.00 hits after the 5.1 cut
Blended loop cost at 80% cache hit25%10k-turn sample weekHit rate under 20% with no plan to raise it
Breaking-change load20%One staging replayForced tool_choice any/tool still in production
Intelligence on long knowledge work15%AA 66 vs 62Buyer needs a cheaper uncached task, not a smarter one
Access and retention10%Named cloud SKUAWS Covered Model 30-day review is a blocker and ZDR is not in contract

Fable 5.1 is live on Claude Pro, Max, Team, Enterprise, the Claude API, AWS Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry (Anthropic-hosted). Fable 5 remains the prior public flagship at the same list I/O. Mythos 5.1 is the same weights with looser cyber and life-science gates and is invite-only; it is not a picker option on this page.

Fable 5.1 thinking is adaptive and always on. Forced tool_choice of any or a named tool returns HTTP 400. Earlier models cannot read Fable 5.1 thinking blocks. Editing earlier turns invalidates thinking. Those are migration costs, not quality scores.

Why SaaS operations break at scale

A SaaS agent that “just answers tickets” is usually rereading the same 8,000–40,000 token prefix: product policy, plan catalog, tool schemas, and a retrieval blob. Output is the small part of the bill. Cache reads are the large part once the prefix is warm. If that prefix still prices at $1.00 per million tokens, every extra retrieval chunk is a silent tax on SaaS onboarding and on billing recovery.

according to U.S. Bureau of Labor Statistics, software developers earned a median of $135,980 a year in May 2025. That is the loaded labor you are paying to keep a hand-rolled cache layer honest. A $0.75 savings per million cached tokens does not replace a developer. It does change whether a 40,000-token policy block can stay in the prompt instead of being stripped to dodge the Fable 5 hit rate.

according to Census, the United States has 6.1 million employer firms. Most of those firms are not your customers. The ones that are will still produce invoice.paid events, seat changes, and refund fights at a volume that a chat window cannot file. Token price is not the CRM. Token price is the cost of the clerk that sits on top of the CRM.

The break is rarely “the model is dumb.” The break is a warm prefix billed like a cold prefix, a tool-forced 400 after a 5.1 cutover, or a billing agent that writes a credit without a human when Stripe versus Chargebee already disagrees on the quantity. Product analytics can tell you which accounts are angry; see product analytics tools for SaaS. Analytics will not tell you that you are still paying Fable 5 cache reads.

The automation blueprint

Keep the model pick and the workflow pick on separate lines. Claude Fable 5.1 is the cheaper cache-read engine. Claude Fable 5 is the known-stable engine if you still force tools. Neither one is your subscription ledger.

A configurable path for a SaaS support-plus-billing agent looks like this: cache the policy and tool schemas, answer the ticket, then stop before money moves. US Tech Automations belongs on the last hop, where a model draft has to become a credit, a seat freeze, or a hold. Zapier, Make, or n8n can already notify Slack when usage crosses a threshold if that notice is the whole process.

Worked example

Anthropic documents two ways to turn caching on: a top-level cache_control field for automatic breakpoints, or cache_control on individual content blocks for explicit breakpoints (Prompt caching). On a 20,000-token policy prefix billed as a 5-minute write once ($12.50 / 1M × 0.02M = $0.25 write) and then read 200 times, Fable 5.1 cache reads cost 200 × 20,000 / 1,000,000 × $0.25 = $1.00, while Fable 5 cache reads on the same 200 hits cost $4.00; add the $0.25 write and the loop is $1.25 versus $4.25 before any output tokens. US Tech Automations can subscribe to Stripe invoice.paid (event types), compare the paid quantity to the seat count the agent just proposed, and open a finance task when they differ by more than one seat. Prerequisites: a Claude API key or Bedrock model id anthropic.claude-fable-5-1, a Stripe endpoint signing secret, a uniqueness key on customer email plus product, and a named reviewer. Outputs: a pass/fail reason and an exception list, not an automatic credit.

Loop sample (illustrative)TokensFable 5.1 USDFable 5 USD
5-minute cache write, 20k prefix20,0000.250.25
200 cache reads, 20k prefix4,000,0001.004.00
200 outputs × 800 tokens160,0008.008.00
Uncached input remainder, 2k × 200400,0004.004.00
Sample total13.2516.25

Source: unit prices from Anthropic’s 2026-09-03 rate card applied to the token counts in this table. Not a customer invoice.

Cost breakdown

Blended cost is hit rate times cache-read price, plus uncached input, plus output. SaaS agent loops that keep the same tools array and policy block routinely sit above 70% cache-read share of input tokens. One-shot chat sits near 0%.

Monthly shape (illustrative)Cached input tokensUncached inputOutput tokensFable 5.1 USDFable 5 USD
Support agent, 80% hits80,000,00020,000,00012,000,00020 + 200 + 600 = 82080 + 200 + 600 = 880
Onboarding copilot, 50% hits40,000,00040,000,0008,000,00010 + 400 + 400 = 81040 + 400 + 400 = 840
One-shot PM chat, 5% hits2,000,00038,000,0006,000,0000.50 + 380 + 300 = 680.502 + 380 + 300 = 682
Batch eval, 50% off I/O, no cache0100,000,00020,000,000500 + 500 = 1,000500 + 500 = 1,000

Source: Anthropic list and batch rates. Cache writes omitted; add $12.50 / 1M (5-minute) or $20 / 1M (1-hour) on first store.

The support-agent row is why Fable 5.1 exists as a cost SKU. The one-shot row is why a PM who never hits cache will not see the 25% typical-bill story. Anthropic’s own estimate is that typical token bills fall about 25%, and agent loops can fall about 45%, because hits dropped from $1.00 to $0.25, not because output got cheaper.

On AWS, Claude Fable 5.1 is a Covered Model: aws_review mode, up to 30-day retention plus AWS human review unless you are EFS-eligible for zero-data-retention through 2026-12-31. Price and retention are different contracts. A SaaS buyer in a BAA conversation should read the Covered Model line before celebrating the quarter-dollar hit.

Vendor / stack landscape

Only two models are in this comparison. The stack around them is still your CRM, billing, and orchestration.

Stack questionClaude Fable 5.1Claude Fable 5
Public API idclaude-fable-5-1claude-fable-5
Bedrock idanthropic.claude-fable-5-1prior Fable 5 Bedrock id
Live on paid Claude + API + clouds (3 Sep 2026)YesYes (prior flagship)
Forced tool_choice any/tool400Supported on Fable 5
Thinking always onYesCheck Fable 5 effort docs
Cache read USD / 1M0.251.00
List I/O USD / 1M10 / 5010 / 50
Knowledge cutoff2026-06Prior Fable 5 cutoff

Source: Anthropic Fable 5.1 “what’s new” and pricing pages, checked 2026-09-03.

If the only motion is “draft a reply in Claude and paste it into the ticket,” you do not need a third platform. If invoice.paid must match a seat count before a credit is issued, native Claude is not the ledger. Native Claude, Stripe Billing, and Chargebee still own their objects.

Pros and cons

Claude Fable 5.1

Pros

  • Cache hits at $0.25 per million tokens, a 75% cut versus Fable 5’s $1.00.

  • Same $10 / $50 list as Fable 5, so uncached I/O is not a surprise upgrade fee.

  • AA Intelligence 66 at max (with ~4% Opus fallback tokens) versus 62 on Fable 5.

  • 1M context and 128k max output, same shape as the prior Fable flagship.

  • Generally available on paid Claude, API, and major clouds on 1 Sep 2026.

Cons

  • Forced tool_choice any/tool returns 400; cutovers that relied on forced tools break.

  • Earlier models cannot read Fable 5.1 thinking blocks; routers that fall back mid-thread drop them.

  • Editing earlier turns invalidates thinking; append-only history is now a platform rule.

  • AA Intelligence cost / task is $3.69 at max, so uncached eval work is not the cheap story.

  • AWS Covered Model retention (30-day review) unless EFS-eligible ZDR is in the contract.

Claude Fable 5

Pros

  • Forced tool use still works for stacks that require tool_choice any/tool.

  • Same $10 / $50 list; no I/O price jump to stay put.

  • Thinking and cache behavior are already in production for teams that shipped on Fable 5.

  • Cache writes stay $12.50 (5-minute) and $20 (1-hour), so write cost is not the differentiator.

  • Avoids Fable 5.1 thinking-block binding errors during a rushed weekend migration.

Cons

  • Cache reads stay $1.00 per million tokens, four times Fable 5.1.

  • AA Intelligence 62 at max, four points behind Fable 5.1’s 66.

  • You keep paying Fable 5 hit rates on every warm policy prefix.

  • You still pay $50 / 1M output; staying put does not cut completions.

  • New Fable 5.1-only betas (per-message effort, turn-scoped system messages) are not on this id.

FAQs

Does Fable 5.1 change the $10 / $50 list?

No. Input stays $10 per million tokens and output stays $50. The only list-price change on the Fable line for this upgrade is the cache-read cut from $1.00 to $0.25.

When do $0.25 cache reads beat Fable 5 in the first week?

When the same prefix is actually hit. A 20,000-token policy block read 200 times is $1.00 of hits on Fable 5.1 versus $4.00 on Fable 5, before output. A one-shot memo with a 5% hit rate will not show that gap.

Will Fable 5.1 break my tool-forced support agent?

It can. tool_choice set to any or to a named tool returns 400 on Fable 5.1. Keep auto, put the required tool in the prompt, or stay on Fable 5 until that path is rewritten.

Is Fable 5.1 cheaper on Artificial Analysis tasks?

Not on the Intelligence Index cost/task column. according to the same Artificial Analysis leaderboard already cited, that figure is $3.69 at max. Cache-heavy production loops are a different meter than that eval.

Can Zapier, Make, or n8n replace the model pick?

No. Those tools can fire when a usage alert lands and can retry a failed post if you build that. They do not change Anthropic’s cache-read price. Use them when a single trigger-action is the whole process. Use a model upgrade when the prefix is the bill.

Should a third platform sit in front of every Claude call?

No. Leave it out when Claude’s own cache plus a native Stripe or Chargebee workflow already is the process, or when a no-code scenario already files the only alert you need. Use a hold when a model draft must meet invoice.paid and a human before money moves.

Key Takeaways

  • Claude Fable 5.1 and Claude Fable 5 share $10 input and $50 output; the buyer decision is cache reads at $0.25 versus $1.00.

  • Anthropic’s ~25% typical-bill and ~45% agent-loop estimates are cache-hit stories, not AA task-cost stories.

  • AA Fable 5.1 Intelligence: 66 vs Fable 5 at 62, with ~4% of eval output tokens on Opus fallback.

  • Forced tools, thinking-block binding, and AWS Covered Model retention are the real migration taxes.

  • Orchestrate after unique ids, retries you already trust, and a reviewer exist; do not buy a third platform to change a cache multiplier.

Who this is for

This comparison is for a SaaS finance, platform, or support-ops owner who already pays Claude tokens, already caches a system prompt, and needs a 3 Sep 2026 read on Fable 5.1 versus Fable 5. It assumes you bill subscriptions in Stripe, Chargebee, or an equivalent ledger, not inside Claude.

Red flags: skip the 5.1 cutover if you still force tool_choice, if your hit rate is under 20% with no plan to cache tools and policy, or if AWS 30-day review is a legal no and you have no ZDR path. Skip a custom orchestration layer when a single Claude project plus one Zapier, Make, or n8n recipe already posts the only usage alert you need.

When NOT to use US Tech Automations: if the work is “switch the model id and watch the cache line,” do that in the Anthropic console or your cloud account. If the work is “after the agent drafts a credit, wait for invoice.paid, then hold for finance,” review pricing. One homepage for the rest of the catalog is US Tech Automations.

About the Author

Garrett Mullins
Garrett Mullins
Workflow Specialist

Helping businesses leverage automation for operational efficiency.