Overview
Anthropic released Claude Fable 5 and Claude Mythos 5 on June 9, 2026. They share the same underlying model: Fable 5 is the Mythos-class model made safe for general use with safeguards enabled, and Mythos 5 lifts the cybersecurity safeguards for approved Project Glasswing customers. Fable 5 is state-of-the-art on nearly all tested benchmarks, with the claude-fable-5 model ID and $10/$50 per MTok pricing.
Key features
-
Mythos-class capability, generally available
Mythos-class capability was previously limited to select customers as Claude Mythos Preview. Fable 5 brings the same class of model to general availability with three classifier systems (cybersecurity, biology/chemistry, distillation) enabled, and excels at longer, more complex tasks. Stripe reported Fable 5 compressed months of work into days, performing a 50M-line Ruby migration in one day versus an estimated two months of manual effort.
-
1M token context window and long-horizon focus
Fable 5 maintains focus across millions of tokens. Both models support a 1M token context window and up to 128k output tokens per request by default, and Fable 5 improved Slay the Spire performance 3x over Opus 4.8.
-
State-of-the-art vision
Fable 5 is state-of-the-art for vision tasks and completed Pokémon FireRed using a vision-only approach.
-
Adaptive thinking only, controlled by effort
Adaptive thinking is the only thinking mode on Claude Fable 5 and Claude Mythos 5. It applies whenever the
thinkingparameter is unset, andthinking: {"type": "disabled"}is not supported — use the effort parameter to control thinking depth. The raw chain of thought is never returned:thinking.displaydefaults to"omitted"(thinking blocks with an emptythinkingfield), anddisplay: "summarized"returns readable summarized thinking. -
Refusals and fallback
When a safety classifier declines a request, the Messages API returns
stop_reason: "refusal"as a successful HTTP 200 response — not an error — and reports which classifier declined. Pass thefallbacksparameter (beta on the Claude API and Claude Platform on AWS) to have the API retry on another Claude model, or use the SDK middleware (TypeScript, Python, Go, Java, and C#) to retry from the client on any platform. You are not billed for a request refused before any output is generated, and fallback credit refunds the prompt-cache cost of switching models on retry. -
Mythos 5 through Project Glasswing
Mythos 5 shares Fable 5’s capabilities with the cybersecurity safeguards lifted. It is restricted to cyberdefenders and infrastructure providers, deployed through Project Glasswing in collaboration with the US government, with biology/chemistry safeguards lifted for select biology researchers. It succeeds Claude Mythos Preview. In drug design, Mythos 5 accelerated a protein design process roughly 10x and identified 9 of 14 strong drug candidates.
Benchmark performance
| Area | Result |
|---|---|
| Hebbia Finance Benchmark | Highest score for senior-level reasoning |
| Cognition FrontierCode | Top performer |
| Core analytics benchmark | First to break 90% (10-point jump over Opus 4.8) |
| ViBench (end-to-end vibe-coding) | Highest score |
Pricing and availability
| Item | Detail |
|---|---|
| Input / output | $10 / $50 per MTok (less than half the price of Claude Mythos Preview) |
| Model IDs | claude-fable-5, claude-mythos-5 |
| Context window | 1M tokens by default |
| Max output | 128k tokens |
| Platforms (Fable 5) | Claude API, Claude Platform on AWS, Amazon Bedrock, Vertex AI, Microsoft Foundry |
| Subscription plans | Included on Pro, Max, Team, Enterprise June 9-22; usage credits required from June 23 |
| Mythos 5 | Approved Project Glasswing customers only (contact your Anthropic, AWS, or Google Cloud account team) |
Notes
- Safeguards trigger on less than 5% of sessions on average — the cybersecurity classifier blocks offensive cyber tasks (zero compliance with harmful single-turn cyberattack requests in external testing), most biology/chemistry requests conservatively fall back to Opus 4.8, and the distillation classifier blocks attempts to extract model capabilities for unauthorized uses.
- Covered Models data retention — both models carry 30-day data retention and are not available under zero data retention. Retained data is not used for training new models or non-safety purposes, and human access is logged.
- Pass thinking blocks back unchanged — in multi-turn conversations, return thinking blocks unchanged on the same model. See the docs on thinking output for cross-model handling.
- Supported features at launch — effort, task budgets (beta:
task-budgets-2026-03-13header), the memory tool, tool result clearing through context editing (beta:context-management-2025-06-27header), compaction, and vision. - Migration guides — step-by-step instructions are available for migrating from Claude Mythos Preview and from Claude Opus 4.8 on platform.claude.com.
- Alignment assessment — Mythos 5 showed low levels of misaligned behavior comparable to Opus 4.8, and similar alignment is expected for Fable 5 given the identical underlying model.