Claude icon

Claude Fable 5

Fable 5Verified

Run the most demanding reasoning and long-horizon agentic work on Anthropic's most capable widely released model — one Fable 5 session compressed a 50M-line Ruby migration from two months of manual work into a single day Stay focused across a 1M-token context window while solving complex vision problems end-to-end — including completing Pokémon FireRed from pixels alone — with persistent file-based memory that helped 3× more than it helped Opus 4.8 in Slay the Spire testing Deploy with general-availability safeguards that fall back to Opus 4.8 on sensitive prompts in under 5% of sessions, priced at $10 per million input and $50 per million output tokens

Reviewed by ToolWorthy Editors·updated today·Fable 5 released yesterday

Pricing:From $10/per use
Visit Site
Jump to section

Featured alternatives

Doubao icon

Doubao

Z.ai icon

Z.ai

Odysseus icon

Odysseus

DocsBot AI icon

DocsBot AI

Taskade icon

Taskade

Earkick icon

Earkick

Pros & Cons

Editor-reviewed

Pros

  • Anthropic's most capable widely released model — frontier-leading on FrontierCode and long-context memory
  • 1M-token context with stronger long-context memory use than Opus 4.8 in Anthropic's Slay the Spire testing
  • Demonstrated long-horizon autonomy (50M-line migration in a day) for multi-hour agentic work
  • State-of-the-art vision for screen- and document-grounded agents
  • Generally available same-day across the Claude API, AWS, Bedrock, Vertex AI, and Microsoft Foundry
  • Built-in refusal/fallback design with fallback credit to avoid double prompt-cache cost

Cons

  • Premium pricing at $10/$50 per million tokens — 2× Opus 4.7's input price and more on output
  • Safety classifiers can refuse requests, so integrations must handle the fallback path
  • Covered Model status means 30-day data retention with no zero-data-retention option
  • Raw chain of thought is never exposed; only summarized thinking is available
  • Adaptive thinking cannot be disabled, which can add latency/cost on simple calls better served by Haiku or Sonnet

Overview

Claude Fable 5 is Anthropic's June 9, 2026 flagship and its most capable widely released model to date — built for the most demanding reasoning and long-horizon agentic work. Fable 5 is a Mythos-class model made safe for general public use: it carries the raw capability of the restricted Claude Mythos 5 but adds safety classifiers that route queries on a narrow band of sensitive topics to Anthropic's next-most-capable model, Claude Opus 4.8. In Anthropic's own measurement, roughly 95% of sessions never trigger that fallback at all.

The model is generally available on the day of release across claude.ai, Claude Code, the Claude API as claude-fable-5, the Claude Platform on AWS, Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry. Fable 5 ships a 1M-token context window by default and supports up to 128k output tokens per request. Two integration behaviors set it apart from Opus, Sonnet, and Haiku: adaptive thinking is always on (you cannot disable thinking), and the raw chain of thought is never returned — you receive summarized thinking only if you request it.

What's New

Mythos-Class Capability, Generally Available

Fable 5's headline is access, not just benchmarks. It shares the underlying model with Mythos 5, the limited-release variant offered through Project Glasswing, but wraps it in safety classifiers so the same frontier capability can ship to every developer. When Fable 5 declines a request, the Messages API returns stop_reason: "refusal" as a successful HTTP 200 — not an error — and reports which classifier declined it. A beta fallbacks parameter (and SDK middleware) can automatically retry the request on Claude Opus 4.8, with fallback credit helping avoid paying the prompt-cache write cost twice.

Long-Horizon Agentic Work

Fable 5 is tuned for tasks that run for hours and span millions of tokens. During early testing, Stripe reported that Fable 5 compressed months of engineering into days — including a codebase-wide migration of a 50-million-line Ruby codebase completed in a single day, work that would otherwise take a team more than two months by hand. It posts the highest score among frontier models on Cognition's FrontierCode evaluation, and pairs the long context with strong self-correction across extended tool-use loops.

Long-Context Memory and Reasoning

The 1M-token context is not just large — Fable 5 stays focused inside it. In Anthropic's Slay the Spire testing, giving Fable 5 access to persistent file-based memory improved its performance roughly three times more than the same memory helped Opus 4.8, and Fable 5 reached the game's final act three times more often — a proxy for holding and acting on details introduced far earlier in a long session.

State-of-the-Art Vision

Fable 5 sets a new bar on complex vision tasks. In one benchmark of agentic perception, it completed Pokémon FireRed using vision alone — navigating, reading the screen, and acting without any game-state API. For practical work, that translates to stronger reading of dense diagrams, screenshots, and document layouts inside agentic loops.

Knowledge Work and Scientific Research

Beyond code and vision, Fable 5 records the highest score on Hebbia's Finance Benchmark for senior-level financial reasoning — positioning it for analyst-grade knowledge work rather than general chat alone. Anthropic credits the strongest molecular-biology hypothesis generation to the Mythos-class capability; because Fable 5's safeguards can route some biology and chemistry prompts to Opus 4.8, the most autonomous frontier research sits with Claude Mythos 5.

Performance Benchmarks

Headline numbers from Anthropic's release:

Benchmark / Task Claude Fable 5 Baseline
FrontierCode (Cognition) Highest among frontier models
Slay the Spire + persistent memory Memory helped Fable 5 ~3× more; reached final act 3× more often vs. Opus 4.8
50M-line Ruby migration (Stripe) ~1 day More than two months for a team by hand
Hebbia Finance Benchmark Highest score Senior-level reasoning
Vision (Pokémon FireRed) Completed via vision alone
Safeguard fallback rate <5% of sessions ~95% no fallback

The coding and long-context numbers matter most for teams running autonomous AI agent pipelines or AI code checker workflows, where context drift and silent failures previously capped how long an agent could run unattended.

Migration Guide

Anthropic publishes a dedicated path for moving from Opus 4.8 to Fable 5. The capability ceiling rises, but two behavior changes warrant attention before cutover:

Thinking Behavior

Adaptive thinking is the only thinking mode on Fable 5 — thinking: {"type": "disabled"} is not supported, and you control depth through the effort parameter instead. The raw chain of thought is never returned (thinking.display defaults to "omitted"); set display: "summarized" if you need readable summarized thinking. Pass thinking blocks back unchanged in multi-turn conversations on the same model.

Refusals, Fallback, and Data Retention

Because Fable 5 includes safety classifiers, design for the refusal path: handle stop_reason: "refusal" as a 200 response and wire up the beta fallbacks parameter or SDK middleware so refused requests retry automatically — at launch, the permitted fallback target for Fable 5 is Claude Opus 4.8. You are not billed for a request refused before any output is generated. Note also that Fable 5 is a Covered Model — it carries 30-day data retention and is not available under zero data retention.

Pricing & Plans

Plan Price
API – Input $10 per million tokens
API – Output $50 per million tokens
Claude.ai Pro Included within plan limits
Claude.ai Max Included with higher usage allowances
Team / Enterprise Contact Anthropic for volume pricing
Cloud availability Claude Platform on AWS, Amazon Bedrock, Google Cloud Vertex AI, Microsoft Foundry

Cost note: Fable 5 sits above the $5/$25 of the current Opus-tier model, Claude Opus 4.8, and the $3/$15 of Sonnet 4.6. Reserve it for the hardest reasoning and longest-running agentic workloads, and route routine traffic to a cheaper tier — the fallbacks mechanism makes that routing straightforward.

Best For

  • Engineering teams running autonomous, multi-hour coding agents over large codebases where Opus-class models hit context or reliability ceilings
  • AI agent platforms that need a model to stay coherent across millions of tokens and long tool-use loops
  • Developers using Claude Code on migrations, refactors, and codebase-wide changes that previously took weeks
  • Finance, research, and knowledge-work teams needing senior-level reasoning over dense documents and data
  • Vision-heavy agentic workflows — browser agents, screen automation, diagram analysis — that depend on reading the screen accurately
  • Teams that can route only their hardest traffic to Fable 5 and send routine work to cheaper models — Claude Opus 4.8 (the launch fallback target), Opus 4.7, or Sonnet 4.6

FAQ

What is Claude Fable 5?

Claude Fable 5 is Anthropic's most capable widely released model, launched June 9, 2026 for demanding reasoning and long-horizon agentic work. It is a Mythos-class model made safe for general use: it carries the same underlying capability as the restricted Claude Mythos 5 but adds safety classifiers that fall back to Opus 4.8 on sensitive prompts in under 5% of sessions.

How is Fable 5 different from Claude Mythos 5?

They share the same underlying model. Fable 5 is generally available with safety classifiers and is the model most teams should use. Mythos 5 has its safeguards lifted in some areas and is offered only in limited availability through Project Glasswing — initially to approved cyberdefenders and infrastructure providers, with a trusted biology access program planned. If you do not have Glasswing access, Fable 5 is the generally available Mythos-class model.

How much does Claude Fable 5 cost?

Fable 5 is priced at $10 per million input tokens and $50 per million output tokens — roughly double the input price of Opus 4.7. On claude.ai it is included within Pro, Max, Team, and Enterprise plan limits.

What context window does Fable 5 support?

Fable 5 supports a 1M-token context window by default and up to 128k output tokens per request. In Anthropic's Slay the Spire memory testing, persistent file-based memory improved Fable 5's performance roughly three times more than it improved Opus 4.8.

Why did Fable 5 return a refusal instead of an answer?

Fable 5's safety classifiers can decline certain requests. When that happens the Messages API returns stop_reason: "refusal" as a successful HTTP 200 response (not an error) and reports which classifier declined it. You can pass the beta fallbacks parameter or use SDK middleware to automatically retry the request — at launch the permitted fallback target is Claude Opus 4.8 — and you are not billed for a request refused before any output is generated.

Where can I use Claude Fable 5?

Fable 5 is generally available on claude.ai, Claude Code, the Claude API as claude-fable-5, the Claude Platform on AWS, Amazon Bedrock, Google Cloud Vertex AI, and Microsoft Foundry.

Version History

Fable 5

Current Version

Released on June 9, 2026

+What's new
3 updates
  • Run the most demanding reasoning and long-horizon agentic work on Anthropic's most capable widely released model — one Fable 5 session compressed a 50M-line Ruby migration from two months of manual work into a single day
  • Stay focused across a 1M-token context window while solving complex vision problems end-to-end — including completing Pokémon FireRed from pixels alone — with persistent file-based memory that helped 3× more than it helped Opus 4.8 in Slay the Spire testing
  • Deploy with general-availability safeguards that fall back to Opus 4.8 on sensitive prompts in under 5% of sessions, priced at $10 per million input and $50 per million output tokens

Mythos 5

Released on June 9, 2026

View Update
+What's new
3 updates
  • Access Fable 5-level capability with safeguards lifted in some areas through Project Glasswing — the successor to Claude Mythos Preview, delivering the strongest cybersecurity capabilities of any model in the world
  • Accelerate scientific discovery with ~10× faster protein design (9 of 14 strong drug candidates) and autonomous single-cell genomics across 138 species, with novel hypotheses preferred by scientists ~80% of the time over Opus-class models
  • Access in limited availability only for approved cyberdefenders and infrastructure providers, with a trusted biology access program planned — same 1M-token context window and $10/$50 per-million-token pricing as Claude Fable 5

Opus 4.8

Released on May 28, 2026

View Update
+What's new
3 updates
  • Catch more issues with stronger honesty and judgment — Opus 4.8 is roughly 4× less likely than Opus 4.7 to let code flaws pass unremarked, and is the first model to break 10% all-pass on the Legal Agent Benchmark
  • Drive browser and computer-use agents further with 84% on Online-Mind2Web and more efficient tool-calling that reaches the same result in fewer steps across long agentic sessions
  • Upgrade from Opus 4.7 at the same $5/$25 per-million-token pricing, with better context retention and style consistency across extended sessions

Opus 4.7

Released on April 16, 2026

View Update
+What's new
3 updates
  • Handle harder production coding agents with stronger autonomy and instruction following — CursorBench rises from 58% to 70%, while Rakuten-SWE-Bench resolves 3× more production tasks than Opus 4.6
  • Analyze dense visual content like chemical diagrams, technical screenshots, and patents with 3× higher image resolution (up to 2,576 pixels) and XBOW visual acuity climbing from 54.5% to 98.5%
  • Tune reasoning effort with the new xhigh control level between high and max, giving teams finer latency/quality tradeoffs while instruction-following becomes more literal across tool use

Mythos Preview

Released on April 7, 2026

+What's new
3 updates
  • Discover zero-day vulnerabilities in major operating systems and web browsers autonomously — including a 27-year-old bug in OpenBSD — by applying frontier code reasoning to security-critical software analysis at scale
  • Construct multi-step exploit chains combining up to four vulnerabilities into functional attacks, including JIT heap sprays, ROP chains, privilege escalation, and remote code execution against fully patched targets
  • Achieve 181 successful Firefox JavaScript exploits versus 2 for Opus 4.6, with 595 crash discoveries and 10 full control-flow hijacks in OSS-Fuzz testing — capabilities that emerged from improvements in code reasoning rather than explicit security training

Mythos Preview

Released on April 7, 2026

View Update
+What's new
3 updates
  • Preview a gated frontier model for cybersecurity research, with Project Glasswing offering early access and major gains in zero-day discovery, exploit development, and reverse engineering
  • Analyze complex program behaviors and surface edge-case issues through multi-step reasoning workflows designed for research and testing environments
  • Improve automated code analysis performance in fuzzing and debugging scenarios, helping developers detect crashes and stability issues more efficiently

Sonnet 4.6

Released on February 17, 2026

View Update
+What's new
3 updates
  • Write better code and complete complex multi-step tasks at Opus-level intelligence — developers in Claude Code prefer Sonnet 4.6 over Sonnet 4.5 roughly 70% of the time
  • Navigate spreadsheets, fill out multi-step web forms, and complete browser-based workflows with significantly improved computer use capabilities and stronger resistance to prompt injection attacks
  • Process entire codebases, long contracts, or dozens of research papers in a single request with the new 1M token context window in beta

Opus 4.6

Released on February 5, 2026

View Update
+What's new
3 updates
  • Plan and sustain complex agentic tasks for longer, operate more reliably in larger codebases, and catch more mistakes with improved code review and debugging skills for professional engineering workflows
  • Work with up to 1 million tokens in a single conversation — perfect for analyzing large document sets, long contracts, and extended multi-step agentic task sequences without hitting context limits
  • Achieve top scores on Terminal-Bench 2.0 agentic coding and Humanity's Last Exam, while outperforming frontier competitors by ~144 Elo points on economically valuable professional knowledge work

Opus 4.5

Released on November 24, 2025

+What's new
3 updates
  • Execute long-horizon agentic workflows with improved reasoning and planning — delivering higher pass rates on held-out tests while using up to 65% fewer tokens than earlier models for equivalent results
  • Apply frontier reasoning to everyday work tasks including deep research, multi-step code migrations, and creating slides and spreadsheets — meaningfully better at common professional knowledge work
  • Generate more reliable code solutions with better error handling and stronger self-correction, delivering 50–75% reductions in tool calling and build errors on complex automated engineering tasks

Haiku 4.5

Released on October 15, 2025

+What's new
3 updates
  • Run fast, low-cost coding and agent workloads with near-frontier intelligence, matching Sonnet 4 on coding, computer use, and agent tasks at lower cost
  • Power latency-sensitive customer support, classification, and sub-agent workflows with faster responses and stronger quality than earlier Haiku models
  • Use a current Haiku model across Claude.ai, Claude Code, API, Bedrock, Vertex AI, and Microsoft Foundry for high-volume workloads that need speed and cost control

Sonnet 4.5

Released on September 29, 2025

+What's new
3 updates
  • Balance intelligence and speed with near-Opus-level performance on coding, analysis, and writing at Sonnet pricing — making Opus-class capability accessible for everyday complex workloads at lower cost
  • Generate more accurate responses across coding, writing, and analytical tasks with improved reasoning that matches or exceeds predecessor models on most real-world professional benchmarks
  • Handle larger context windows efficiently while maintaining consistent response quality throughout long conversations — ideal for document-heavy workflows and extended agentic task sessions

Sonnet 4.5

Released on September 29, 2025

+What's new
3 updates
  • Balance intelligence and speed with Opus-level performance at Sonnet pricing for everyday complex tasks
  • Generate more accurate responses across coding, writing, and analytical work with improved reasoning
  • Handle larger context windows efficiently while maintaining consistent quality throughout conversations

Opus 4.1

Released on August 5, 2025

+What's new
3 updates
  • Upgrade Opus 4 coding and agent workflows with better real-world code changes, stronger reasoning, and 74.5% on SWE-bench Verified at the same Opus 4 pricing
  • Track details more reliably in deep research and data analysis, especially when following instructions across large codebases, files, and multi-step agentic searches
  • Improve multi-file refactors and everyday debugging by pinpointing exact corrections in large codebases without making unnecessary changes or introducing new bugs

Opus 4

Released on May 22, 2025

+What's new
3 updates
  • Run long-horizon coding agents for complex, multi-step software work, with Opus 4 leading SWE-bench and Terminal-bench and sustaining focused work over thousands of steps
  • Build more capable agents with new API features including code execution, MCP connector support, Files API, and improved tool use for multi-tool workflows
  • Use frontier reasoning for research, technical analysis, and enterprise workflows with the highest Claude 4 capability tier, while planning around Opus-class cost and ASL-3 safeguards

Sonnet 4

Released on May 22, 2025

+What's new
3 updates
  • Upgrade everyday coding and reasoning workflows from Sonnet 3.7 with stronger instruction following, better software engineering, and faster, lower-cost responses than Opus
  • Use the same Claude 4 platform features, including code execution, MCP connector support, Files API, and improved tool use, for practical agent and app-building workflows
  • Run production workloads at Sonnet pricing with a strong balance of speed, cost, and intelligence for coding assistants, document analysis, and multi-step business tasks

3.7 Sonnet

Released on February 24, 2025

+What's new
3 updates
  • Use one model for quick answers or extended thinking, with API controls over thinking budget so teams can trade latency, cost, and depth on harder reasoning tasks
  • Delegate coding work through the first Claude Code research preview, letting developers ask Claude from the terminal to inspect files, edit code, run tests, and fix bugs
  • Build stronger front-end and coding workflows at the same $3/$15 Sonnet pricing, with extended thinking available on paid Claude surfaces and major cloud platforms

3.5 Sonnet (Upgraded)

Released on October 22, 2024

+What's new
3 updates
  • Control computers, interact with software UIs, and automate desktop workflows through the first publicly available Claude computer use capability for agentic browser and desktop automation tasks
  • Write better code with significantly improved SWE-bench Verified scores versus the original 3.5 Sonnet, making it more reliable for real-world software engineering and complex programming tasks
  • Maintain strong vision and image input capabilities while delivering major improvements in coding quality and computer use for practical software engineering and workflow automation use cases

3.5 Haiku

Released on October 22, 2024

+What's new
3 updates
  • Get fast, cost-effective responses approaching higher-tier model performance for high-volume pipelines, customer support, and content moderation tasks at a fraction of the per-token cost
  • Process high-volume tasks at faster speeds than larger Claude models, enabling real-time customer support, content moderation, and classification pipelines without meaningfully sacrificing accuracy
  • Run fast coding, tool use, data extraction, and content-moderation workloads in a lightweight, budget-friendly 200K-context model — text-only in the Claude API — built for high-throughput production at scale

3.5 Sonnet

Released on June 21, 2024

+What's new
3 updates
  • Outperform Claude 3 Opus on complex tasks including coding and data analysis while maintaining the response speed and lower per-token cost that makes Sonnet practical for production-scale workflows
  • Generate high-quality code with graduate-level reasoning capabilities for sophisticated programming and analytical tasks, matching or exceeding the performance of previous-generation flagship models
  • Handle nuanced instructions across writing, summarization, and Q&A tasks while producing more natural, contextually appropriate responses compared to earlier Claude generations

3 Haiku

Released on March 13, 2024

+What's new
3 updates
  • Process tasks at lightning speed with near-instant response times — ideal for high-volume customer interactions, live chat support, and real-time classification pipelines where latency matters
  • Handle complex multi-step instructions across summarization, Q&A, and coding at a lower cost point than Claude 3 Sonnet while maintaining strong quality for most production use cases
  • Analyze images and documents quickly with multimodal vision capabilities, bringing image understanding to high-throughput workflows in a fast, resource-efficient production model

3 Opus

Released on March 4, 2024

+What's new
3 updates
  • Tackle the most complex reasoning, analysis, and writing tasks with the highest comprehension and fluency of the Claude 3 family — suited for research, legal, financial, and technical domains
  • Analyze images alongside text for comprehensive multimodal understanding, enabling visual Q&A, document extraction, and chart interpretation at the highest quality level in the Claude 3 lineup
  • Generate sophisticated content with improved accuracy, meaningfully fewer unnecessary refusals, and stronger instruction following for nuanced, long-form creative and analytical tasks

3 Sonnet

Released on March 4, 2024

+What's new
3 updates
  • Balance capability and cost with strong performance across writing, analysis, summarization, and coding — a reliable workhorse for most business and enterprise production workflows at scale
  • Process both text and images seamlessly with new multimodal understanding capabilities, enabling document analysis, visual Q&A, and image-grounded reasoning in a single API request
  • Generate reliable, consistent responses for data processing, customer support, and content creation workflows at scale — suited for both high-volume automated pipelines and direct user interactions

2.1

Released on November 21, 2023

+What's new
3 updates
  • Process up to 200K tokens — approximately 500 pages — in a single conversation, enabling comprehensive analysis of lengthy legal documents, research reports, and multi-chapter texts
  • Get more accurate responses with 2× fewer hallucinations than Claude 2.0 when analyzing complex, multi-source information, reducing the risk of fabricated facts in high-stakes professional workflows
  • Integrate Claude with external tools, databases, and APIs through the new beta tool use capability, enabling structured data retrieval and action execution in early agentic task workflows

2

Released on July 11, 2023

+What's new
3 updates
  • Handle longer conversations with a 100K token context window — enough to analyze entire books, lengthy legal documents, or multiple research papers in a single coherent session
  • Write better code with 71.2% performance on the Codex HumanEval benchmark, up from 56% in Claude 1.3, reflecting a meaningful jump in functional code generation and debugging capabilities
  • Receive safer responses with improved Constitutional AI training — approximately 2× reduction in harmful outputs compared to prior versions while maintaining helpfulness and response accuracy

1

Released on March 14, 2023

+What's new
3 updates
  • Access Anthropic's first publicly available AI assistant — built with Constitutional AI training to be helpful, honest, and harmless across conversational and text processing use cases
  • Engage in natural multi-turn conversations for summarization, search, creative writing, Q&A, and coding tasks — with Constitutional AI making responses more predictable and steerable for developers
  • Direct Claude's personality, tone, and behavior to fit your use case — Claude's design emphasizes steerability, allowing more precise customization than earlier AI systems of the same generation

Top alternatives

Related categories

From the blog

View all →

Track Claude in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.