Claude Fable 5

Anthropic's first Mythos-class AI, built for autonomous coding and research.

Claude Fable 5: 95% SWE-bench, 1M Context (2026)

Claude Fable 5 by Anthropic: a Mythos-class model with 1M context and 95.0% SWE-bench Verified. $10/$50 per 1M tokens. Restored to full availability July 1, 2026 after a brief export-control suspension.

Claude Fable 5 is Anthropic's first generally available Mythos-class model, released June 9, 2026, with a 1M-token context window and a 95.0% SWE-bench Verified score. Priced at $10 input and $50 output per 1M tokens, it leads agentic coding at 80.3% SWE-bench Pro. Access was suspended June 12, 2026 under a US export-control directive and fully restored on July 1, 2026 after Anthropic deployed a new safety classifier.

Claude Fable 5, released June 9, 2026 by Anthropic, is a Mythos-class AI with a 1M token context window and a 95.0% SWE-bench Verified score, priced at $10 input / $50 output per 1M tokens. The US Commerce Department ordered Anthropic to suspend access on June 12, 2026 after a jailbreak allowing cyber-offensive use was disclosed by Amazon researchers. Anthropic trained an improved safety classifier that blocks the disclosed bypass in over 99% of cases, and on June 30, 2026 the export controls were lifted. Claude Fable 5 is fully available again as of July 1, 2026 across Claude.ai, the Claude Platform, Claude Code, and Claude Cowork, with blocked requests automatically rerouted to Claude Opus 4.8.

Provider: Anthropic · Family: Claude Fable

More about Anthropic on HokAI

Context window: 1,000,000 tokens · Max output: 128,000

Input modalities: text, image, pdf, tool-calls · Output: text, tool-calls

About Claude Fable 5

Claude Fable 5 is Anthropic's first generally available Mythos-class AI model, released on June 9, 2026. It sits above the Opus tier in Anthropic's model lineup, designed for the most demanding reasoning tasks, autonomous software engineering, knowledge work, vision analysis, and long-horizon agentic execution. Fable 5 is the publicly accessible configuration of a shared Mythos-class architecture: the same underlying weights power Claude Mythos 5, available only to vetted partners through Project Glasswing. Anthropic has not disclosed the parameter count or detailed architecture type. Adaptive thinking is always enabled, meaning the model performs internal reasoning before every response, with depth controlled via an effort parameter rather than a discrete thinking toggle. On software engineering, Fable 5 scores 95.0% on SWE-bench Verified and 80.3% on SWE-bench Pro, ahead of Claude Opus 4.8 at 69.2%, GPT-5.5 at 58.6%, and Gemini 3.1 Pro at 54.2% on SWE-bench Pro. On FrontierCode Diamond, a harder multi-step coding benchmark, Fable 5 reaches 29.3% versus Opus 4.8 at 13.4% and GPT-5.5 at 5.7%. MMLU Pro sits at 91.5%, and HealthBench Professional reaches 66.0% versus Opus 4.8 at 56.9% and GPT-5.5 at 51.8%. On GDPpdf (visual document reasoning without tools), Fable 5 scores 29.8% versus GPT-5.5 at 24.9% and Opus 4.8 at 22.5%. GDPval-AA preference evaluation gives Fable 5 a score of 1932 versus Opus 4.8 at 1890 and GPT-5.5 at 1769. Anthropic did not publish GPQA Diamond, AIME 2025, or ARC-AGI 2 scores at launch. Claude Fable 5 ships with a 1 million token context window at standard pricing, with up to 128,000 output tokens per request. The entire 1M context is billed at the same per-token rate as shorter requests, with no long-context surcharge. Prompt caching applies across the full context window: 5-minute cache writes cost $12.50 per million tokens, 1-hour writes cost $20 per million, and cache reads cost $1 per million, making repeat-context agentic workflows substantially cheaper. Anthropic reports the model stays focused across millions of tokens in long-running agentic tasks, though independent needle-in-haystack evaluations for the full 1M range were not published at launch. The native memory tool is supported, enabling agents to store and retrieve information across conversation boundaries. Fable 5 accepts text, images, PDFs, and tool calls as inputs, and produces text and tool calls as outputs. Vision is fully live at launch: the model reads charts, analyzes screenshots, extracts figures from PDFs, and has demonstrated rebuilding web applications from screenshots and playing Pokemon FireRed using only visual perception. Audio and video inputs are not available. Adaptive thinking replaces the optional extended-thinking parameter from earlier Claude models: every Fable 5 response includes internal reasoning, with depth configurable via the effort parameter. Raw thinking content is never returned; developers can request summarized thinking blocks by setting display to "summarized". Native capabilities include function calling, parallel tool use, the memory tool, task budgets (beta), context editing for long sessions, and compaction for managing context window consumption. Fable 5 is priced at $10 per million input tokens and $50 per million output tokens, making it the most expensive generally available frontier model at launch and exactly double the price of Claude Opus 4.8. The Batch API halves both rates to $5 input and $25 output per million, with results delivered within 24 hours. Prompt caching pays off after a single cache read on the 5-minute TTL: a 100K-token system prompt costs $1.25 to write and $0.10 to read on each subsequent call. US-only inference routing (inference_geo: "us") adds a 1.1x multiplier across all token categories. A daily agentic coding session consuming 2 million input tokens and 400,000 output tokens costs roughly $40 at standard rates, or $20 via the Batch API. From June 9 to June 22, 2026, Fable 5 is included at no extra cost in Claude Pro, Max, Team, and Enterprise subscriptions; starting June 23, continued use requires usage credits billed at API rates. Claude Fable 5 is generally available on the Anthropic Claude API, Amazon Bedrock, Google Vertex AI, Microsoft Azure via Microsoft Foundry, and Claude Platform on AWS. GitHub Copilot added Fable 5 on its launch day, June 9, 2026. Direct API authentication uses a standard Anthropic API key; Bedrock uses AWS IAM, Vertex AI uses GCP IAM, and Foundry uses Azure Active Directory. All Fable 5 sessions carry a mandatory 30-day data retention period: Fable 5 is a Covered Model and zero-data-retention is not available on any platform. Anthropic commits to not training on retained session data, retaining it solely for detecting complex jailbreak attempts and cross-session attack patterns, then deleting it after 30 days. Three classifier systems run on every Fable 5 request before any output is generated. The cybersecurity classifier blocks offensive exploitation, vulnerability discovery, and agentic hacking tasks. The biology and chemistry classifier blocks risky biological research including AAV vector design. The distillation classifier blocks attempts to extract model capabilities for reproduction. When a classifier fires, the API returns stop_reason: "refusal" as an HTTP 200 response with a field identifying which classifier triggered. Developers can pass the fallbacks parameter to retry automatically on Claude Opus 4.8, with fallback credit offsetting the prompt-cache cost of the switch. External bug bounty red-teaming found no universal jailbreaks after over 1,000 hours of effort. Classifiers trigger on fewer than 5% of real-world sessions. Fable 5 is the right choice for teams running autonomous long-horizon software engineering: its 95.0% SWE-bench Verified score leads all generally available models, and Stripe reported compressing months of Ruby codebase migration into a single day. Scientific research applications in drug design, protein hypothesis generation, and genomics benefit from the model's ability to reason across large bodies of literature. Legal and financial teams processing large document corpora benefit from the 1M context window. Teams that should not use Fable 5 include those requiring real-time response, since reasoning overhead adds latency to every request. Audio-first or voice applications have no path because there is no audio modality. Cost-sensitive teams running millions of short queries should use Sonnet 4.6 at $3/$15 per million or Haiku 4.5 at $1/$5 per million instead. Anthropic has not disclosed the training data cutoff date or training data composition for Fable 5. All API sessions carry mandatory 30-day data retention; Anthropic logs all human access to retained data and deletes it after 30 days in most cases. Zero data retention is not available on any platform for Fable 5. The system card published alongside Fable 5 runs 319 pages and covers Firefox zero-day discovery benchmarks, OSS-Fuzz, CyberGym, and CyScenarioBench evaluations. Responsible Scaling Policy (RSP) governs deployment. SOC 2, HIPAA, and GDPR compliance are available through enterprise arrangements on Anthropic-operated and partner cloud platforms. Claude Fable 5 is Anthropic's first generally available Mythos-class deployment, following Claude Mythos Preview (April 2026, restricted access only). Versus Claude Opus 4.8, Fable 5 improves SWE-bench Pro from 69.2% to 80.3%, FrontierCode Diamond from 13.4% to 29.3%, HealthBench Professional from 56.9% to 66.0%, and MMLU Pro to 91.5%. Adaptive thinking replaces the optional extended-thinking toggle: all responses include reasoning with no disable option. New API parameters include effort for reasoning depth control, task-budgets (beta) for token-aware agentic planning, and fallbacks for automatic classifier-triggered model switching. The API model ID is claude-fable-5.

Pricing

$10/$50 per 1M input/output tokens. Batch API: $5/$25 per 1M (50% off, async within 24h). Cache read: $1/MTok (0.1x input rate). 5-min cache write: $12.50/MTok; 1-hr cache write: $20/MTok. US-only inference (inference_geo: 'us') adds 1.1x multiplier on all token categories. Free on Claude Pro/Max/Team/Enterprise plans June 9-22, 2026; requires usage credits from June 23 onward.

Key Features

Pros

Cons

Benchmarks

More AI Models on HokAI

Visit Claude Fable 5 Official Page