Claude Fable 5.1 Pricing: When $10/$50 Beats Opus 5

Anthropic released Claude Fable 5.1 (public API) and Claude Mythos 5.1 (trusted enterprise access) on September 1, 2026. Both models share the exact same underlying Mythos-class weights, but Fable 5.1 enforces public cyber/bio safety classifiers while Mythos 5.1 loosens those restrictions for vetted research institutions.
The headline sticker price did not drop: it remains $10 per 1M input tokens and $50 per 1M output tokens with a 1M context window and 128K max output.
However, Anthropic introduced a pivotal economic change: prompt cache reads dropped to $0.25 per 1M tokens (a 75% reduction from $1.00 on Fable 5). For long-running, multi-turn coding agents, this cache discount flips the Total Cost of Ownership (TCO) math against Opus 5.
Frontier Rivalry Notice (September 2026): Anthropic’s Claude Fable 5.1 launched directly against OpenAI’s frontier flagship: GPT-6 Astra: Pricing, Benchmarks & Sol Comparison.
Recommendation
1. Comprehensive Pricing & Cache Economics
While Fable 5.1 lists at double the base token price of Opus 5 ($10/$50 vs $5/$25), prompt caching drastically alters the cost curve for agentic loops:
| Pricing Metric | Fable 5.1 / Mythos 5.1 | Fable 5 (Legacy) | Claude Opus 5 | GPT-5.6 Sol (Public API) |
|---|---|---|---|---|
| Input Tokens (per 1M) | $10.00 | $10.00 | $5.00 | $5.00 |
| Output Tokens (per 1M) | $50.00 | $50.00 | $25.00 | $30.00 |
| Prompt Cache Write (5-Min) | $12.50 | $12.50 | - | - |
| Prompt Cache Write (1-Hour) | $20.00 | $20.00 | - | - |
| Prompt Cache Read (per 1M) | $0.25 | $1.00 | $0.50 | ~$0.50 |
| Batch API (In / Out) | $5.00 / $25.00 | $5.00 / $25.00 | $2.50 / $12.50 | Flex tier varies |
| Context Window / Max Output | 1,000,000 / 128K | 1,000,000 / 128K | 1,000,000 / 128K | 1,050,000 / 128K |
The Real-World Cache Math: When Fable 5.1 Bends the Cost Curve
Anthropic estimates that Fable 5.1 is 25% cheaper than Fable 5 on average developer workloads, and up to 45% cheaper on highly agentic, cache-dense runs.
Independent benchmarks from the Devin team highlight this exact dynamic on repository-scale tasks:
- Sample Agent Task: ~3,000,000 cached tokens, ~70,000 fresh input tokens, and ~21,000 generated output tokens.
- On Legacy Fable 5 ($1.00 Cache Read): Total task cost was $4.99.
- On Fable 5.1 ($0.25 Cache Read): Total task cost drops to $2.68.
- On Opus 5 ($0.50 Cache Read): The identical task costs $3.51.
Takeaway: Fable 5.1 is not universally cheaper than Opus 5. However, if your agent framework repeatedly rereads large repository indexes or multi-turn tool contexts every turn, Fable 5.1 becomes substantially more cost-effective.
2. Plan Access & Availability (What Pro Users Need to Know)
Understanding which tiers include Fable 5.1 is critical for budgeting:
- Claude Max & Premium Enterprise: Fable 5.1 is included natively in subscription quotas.
- Claude Pro ($20/mo) & Standard Team: Fable 5.1 is not included in base subscription limits. Access is billed via API usage credits at standard rates, identical to Fable 5’s post-July 2026 pricing.
- Quota Resets: Anthropic reset 5-hour and weekly rate limits across all tiers for the launch window.
- Claude Mythos 5.1 Access: Restricted strictly to vetted organizations under Project Glasswing, the Cyber Verification Program, and the Life Sciences Verification Program.
3. Official Vendor Benchmarks vs Caveats
Anthropic evaluated Fable 5.1 with production safety classifiers active. Flagged cybersecurity queries automatically fell back to Opus 4.8 and biomedical tasks to Opus 5:
| Benchmark Evaluation | Claude Fable 5.1 | Claude Fable 5 | Claude Opus 5 | GPT-5.6 Sol |
|---|---|---|---|---|
| Terminal-Bench-Science 0.1 | 52.6% | 24.7% | 29.0% | 22.4% |
| Terminal-Bench 4.0 | 55.8% (Mythos: 60.9%) | 42.0% | 52.3% | 37.3% |
| GDPval-AA v2 (Knowledge Work) | 1853 Elo | 1723 Elo | 1824 Elo | 1711 Elo |
| OSWorld 2.0 (Partial / Strict) | 77.9% / 41.7% | 72.9% / 36.1% | 75.4% / 39.6% | - |
| HLE (With Tools) | 65.0% | 63.8% | 63.6% | - |
| AutomationBench (Enterprise) | 31.4% | 17.1% | 26.9% | 19.6% |
| CursorBench 3.2.0 | 73.4% | 70.5% | 70.0% | 67.2% |
Note on Error Margins: Terminal-Bench-Science 0.1 carries standard statistical error margins of ±3.5 to ±4.5 points.
Capability Upgrades Over Opus 5
- AutomationBench Jump: Reached 31.4% (up from Opus 5’s 26.9%), proving superior at navigating multi-system enterprise automation workflows.
- Terminal-Bench-Science: Massive improvement to 52.6%, nearly doubling Opus 5 (29.0%) on complex scientific reasoning in bash environments.
- Mid-Conversation
/effortToggles: Developers can now adjust reasoning effort (low,medium,high) mid-session without invalidating active prompt caches.
4. False-Refusal Reductions & Enterprise Safeguards
One of the largest developer pain points with Fable 5 was overactive safety tripwires:
- False Refusal Drops: Benign cyber queries trigger ~60% fewer safety fallbacks, while standard biomedical prompts see an ~85% reduction in refusals.
- Enterprise Frontier Safeguards (EFS): Anthropic is phasing in customer-controlled cloud storage with zero data retention (ZDR) guarantees for enterprise customers.
- EU AI Act Watermarking: Outputs generated after August 2, 2026 incorporate cryptographic watermarks verifiable via Anthropic’s inspection API without exposing user metadata.
5. The Decision Framework: When to Switch
| Workload Scenario | Recommended Model Choice | Primary Architectural Reason |
|---|---|---|
| Multi-turn Repo Agents (>80% cache) | Claude Fable 5.1 | $0.25 cache reads drop task cost to $2.68 vs Opus 5’s $3.51 |
| Standard Full-Stack Web / Mixed IDE | Claude Opus 5 | Half the sticker price ($5 / $25) for non-cached sessions |
| Cost-Sensitive Production Swarms | Gemini 3.7 Flash | Ultra-low $0.75 / $3.75 pricing for high-throughput batching |
| Regulated US Cyber / Wet-Lab R&D | Claude Mythos 5.1 | Loosened safety classifiers for vetted security and biology orgs |
When to Stay on Claude Opus 5:
If your workload consists of standard IDE autocomplete, interactive chat, or one-shot script generation where prompt cache hit rates are below 50%, Opus 5 remains the more cost-effective choice at $5/$25. Compare this directly in our Grok 4.6 vs Claude Opus 5 vs GPT-5.6 Sol breakdown.
When to Upgrade to Claude Fable 5.1:
If you are deploying autonomous agents (such as Claude Code, Devin, or custom SWE harnesses) where the entire repository context is cached and re-queried across 20+ turns, Fable 5.1 delivers higher reasoning accuracy at a lower net cost per completed pull request. For context on how competing labs are managing autonomous risk thresholds, read our OpenAI Astra Critical Cyber Threshold breakdown.
Frequently Asked Questions
What is the difference between Claude Fable 5.1 and Mythos 5.1?
Both models share the exact same weights and pricing ($10/$50). Fable 5.1 is the publicly available API model with active cyber/bio classifiers. Mythos 5.1 is an invite-only model for vetted US research institutions with relaxed restrictions for specialized offensive cyber and biological research.
How much does prompt caching cost on Claude Fable 5.1?
Cache writes cost $12.50 per 1M tokens (5-minute TTL) or $20.00 per 1M tokens (1-hour TTL). Cache reads cost $0.25 per 1M tokens, down 75% from Fable 5.
Is Claude Fable 5.1 included in Claude Pro?
No. Claude Pro ($20/mo) users must purchase API usage credits to query Fable 5.1. Only Claude Max and eligible Enterprise plans include Fable 5.1 natively.
Last updated: September 1, 2026. Verified against official Anthropic model cards, developer pricing documentation, and independent benchmark suites.
Primary Sources:
- Anthropic Official Announcement: anthropic.com/claude-fable-and-mythos-5-1
- Anthropic Model Overview: platform.claude.com/docs/en/models/fable-5-1/overview
- Anthropic Plan Access Terms: support.claude.com/en/articles/15424964-claude-fable-models-on-your-plan
- Devin AI Benchmark & Cost Analysis: devin.ai/blog/fable-5-1
Related articles
AI Assistant Hacks Gym Website: What Happened in Australia
What reporting says about an AI assistant using a gym booking API to move a user up a waitlist, and why the incident is a warning about agent permissions.
ChatGPT GPT-5.6 Sol Update: Access, Reasoning, and Factuality Changes (August 2026)
Side-by-side breakdown of Free/Go vs Plus/Pro tiers after OpenAI’s 6 August 2026 ChatGPT update. Pricing, unlimited Luna access, reasoning slider, and factual error reduction.