On June 9, 2026, Anthropic released Claude Fable 5 — the first Mythos-class model for general use. It posts 80.3% on SWE-Bench Pro, leads FrontierCode at medium effort, and is priced at roughly 2× Claude Opus 4.8. This guide consolidates specs, benchmarks, safeguards, pricing, and access options.

Key specifications

  • Model string: claude-fable-5
  • Class: Mythos-class (above Opus)
  • Context: 1,000,000 tokens; max output 128k tokens
  • Inputs: text, image, file · Output: text with reasoning
  • Released: June 9, 2026
  • Pricing: $10/M input · $50/M output · 90% prompt-cache discount on input

Benchmark highlights

  • SWE-Bench Pro: 80.3% vs 69.2% for Opus 4.8 (+11.1 pts)
  • FrontierCode (Diamond): 29.3% vs 13.4% for Opus 4.8
  • Spatial reasoning: 38.6% vs 14.5% for Opus 4.8
  • Stripe: codebase-wide migration in one day on a 50M-line Ruby monorepo
  • Vision SOTA: beat Pokémon FireRed using only raw screenshots

Starred cyber/bio benchmark rows reflect Mythos 5 scores; with safeguards active, live Fable 5 performance on those tasks is closer to Opus 4.8.

Qualitatively this is a major-version-bump-deserving step change — especially for long problem-solving on very difficult problems. You can give it more ambitious tasks than you're used to.

Safeguard fallback (read before you build)

Fable 5 ships classifiers for cybersecurity, biology/chemistry, and distillation. Tripped requests are answered by Claude Opus 4.8; Anthropic reports fewer than 5% of sessions involve fallback. API customers must configure the Fallback API — it is not fully automatic like Claude apps. Rerouted requests are not billed at Fable rates. All Mythos-class traffic requires 30-day retention for safety monitoring (not training).

Full pricing table

  • Input: $10/MTok (Fable) vs $5/MTok (Opus 4.8)
  • Output: $50/MTok vs $25/MTok
  • 5-min cache write: $12.50 vs $6.25
  • 1-hour cache write: $20 vs $10
  • Cache hits: $1 vs $0.50
  • US-only inference: 1.1× on input and output

Token efficiency can offset sticker price: Fable often finishes in fewer turns. On Claude.ai subscriptions, Fable counts as 2× usage; free on Pro/Max/Team/Enterprise June 9–22, 2026, then usage credits until capacity allows standard inclusion.

How to access

  • Claude API — model string claude-fable-5
  • Amazon Bedrock, Google Vertex AI, Microsoft Foundry
  • Snowflake Cortex AI, GitHub Copilot, GitLab Duo (platform-specific IDs)

Production tip: route Fable 5 only for tasks that justify 2× cost; use gateways for budgets, caching, fallback logging, and model switching without rewriting integrations.