Model guide

Claude Fable 5: What It Costs and When to Use It

Anthropic's first Mythos-class model sits above Opus, tops SWE-bench, and costs twice as much. Here is what it is, what happened in June, and which coding work actually deserves it.

By Kylian Migot · Updated July 2026 · 7 min read

Quick answer

Claude Fable 5 is Anthropic's most capable generally available model, released June 9, 2026 as the first of the Mythos-class tier above Opus. It costs $10 in / $50 out per MTok, runs adaptive thinking always on, and in Claude Code you select it with /model fable, it is not the default.
What it is
First Mythos-class model, the tier above Opus
Price
$10 in / $50 out per MTok
Context
1M tokens (128k output)
In Claude Code
/model fable (v2.1.170+), not the default
01

What Is Claude Fable 5?

Claude Fable 5 went generally available on June 9, 2026, and per Anthropic's launch announcement it is the company's most capable generally available model, the first of a new Mythos-class tier that sits above Opus in the lineup rather than replacing it. The API identifier is claude-fable-5, and it ships with a 1M tokens (128k output) window and adaptive thinking always on: the model decides how hard to reason per request, with no extended-thinking toggle to manage.

The practical question is not whether Fable 5 is good, it is. The question is when it earns its price over the rest of the Claude lineup, and how it stacks up against every other current coding model. This guide sticks to verified facts and gives you the honest routing answer.

02

Specs and Pricing

SpecClaude Fable 5
VendorAnthropic
API identifierclaude-fable-5
Generally availableJune 9, 2026
Price$10 in / $50 out per MTok
Context window1M tokens (128k output)
ReasoningAdaptive thinking, always on
TierFrontier (Mythos-class, above Opus)
Claude Code/model fable (requires Claude Code v2.1.170+; not the default)

Data verified July 18, 2026 against Anthropic's published pricing and docs. For scale: $10 in / $50 out per MTok is exactly double Opus 4.8's $5 in / $25 out per MTok, which is why the routing question in the last section matters more than the benchmark bragging rights.

03

Fable 5 vs Mythos 5: Same Model, Two Doors

Per Anthropic, Claude Fable 5 and Claude Mythos 5 share the same underlying model. Fable is the generally available version, shipped with additional safety measures around dual-use capabilities. Mythos 5 is invitation-only, reserved for approved organizations in Anthropic's defensive cybersecurity program. For everyone reading this, Fable 5 is the one you can actually use.

Ship your first agent today

Download AIDEN free and point it at your existing Claude Code or Codex setup. No credit card, running in minutes.

Download AIDEN free

Free to start · macOS 12+ · No credit card required

04

The June–July Saga: Launched, Restricted, Redeployed

No frontier model launch in recent memory has had a first month like this, and it is why so many people are searching for Fable 5 in the first place. The timeline:

  1. 1

    June 9: launch

    Fable 5 goes generally available as Anthropic's most capable model and the first Mythos-class release.
  2. 2

    June 12: US export controls applied

    Three days in, US export controls are applied to the model, restricting availability outside the United States.
  3. 3

    June 30: controls lifted

    The export controls are lifted after just under three weeks.
  4. 4

    July 1: redeployed globally

    Anthropic redeploys Fable 5 worldwide with new cybersecurity classifiers, detailed at anthropic.com/news/redeploying-fable-5.
05

Benchmarks: The Best GA Scores on the Board

Fable 5 holds the best published SWE-bench scores of any generally available model, and Anthropic also cites it as #1 on Cognition's FrontierCode benchmark. The verified numbers:

BenchmarkClaude Fable 5Claude Opus 4.8Source
SWE-bench Verified95.0%88.6%swebench.com leaderboard
SWE-bench Pro80.3%69.2%Anthropic / Scale leaderboard

Data verified July 18, 2026. Note what these numbers do and do not say: SWE-bench measures resolving real GitHub issues, which maps well to agentic coding, but no single benchmark settles a model war. OpenAI's GPT-5.6 Sol, for instance, leads on terminal-agent benchmarks, the full picture is in Claude Fable 5 vs GPT-5.6 Sol.

06

Using Fable 5 in Claude Code

Fable 5 is not Claude Code's default model. You opt in explicitly, and you need Claude Code v2.1.170 or later:

/model fable

Two details worth knowing. The alias best resolves to Fable 5 if your organization has access, and to the latest Opus otherwise, so a script using it degrades gracefully. And Fable 5 is unavailable under zero-data-retention agreements, if your org runs ZDR, this model is off the menu regardless of budget.

If you run agents in parallel, the selection question gets more interesting. On an AIDEN board, each story card launches its own Claude Code session, so you can point Fable 5 at the one gnarly cross-cutting story while Opus and Sonnet handle the rest of the column. That per-story routing is the whole economics of the frontier tier, more in Claude Code orchestration.

07

Fable 5 vs Opus 4.8: When to Pay Double

Opus 4.8 is half the price and remains Anthropic's recommended starting point for complex agentic coding. Side by side:

Claude Fable 5Claude Opus 4.8
Price$10 in / $50 out per MTok$5 in / $25 out per MTok
SWE-bench Verified95.0%88.6%
SWE-bench Pro80.3%69.2%
Context1M tokens (128k output)1M tokens
Best forHard cross-cutting work, long autonomous runs, spec drafting on big codebasesEveryday complex coding, the default for most stories

The gap is real: Fable 5 is measurably ahead on the hardest benchmarks, and on long autonomous runs where a wrong turn costs hours, the stronger model pays for itself. Reach for it when the work is genuinely hard: architecture-level refactors that cut across a codebase, multi-hour unattended runs, and drafting specs against a large repo where the 1M tokens (128k output) window earns its keep.

FAQ

What is Claude Fable 5?
Claude Fable 5 is Anthropic's most capable generally available model, released on June 9, 2026 as the first of the new Mythos-class tier that sits above Opus. It runs with adaptive thinking always on, has a 1M tokens (128k output) context window, and holds the best published SWE-bench Verified score of any generally available model. The API identifier is claude-fable-5.
How much does Claude Fable 5 cost?
Fable 5 costs $10 in / $50 out per MTok on the Anthropic API, exactly twice Claude Opus 4.8 ($5 in / $25 out per MTok). It is also reachable from Claude subscription plans, but Anthropic has repeatedly moved the announced subscription-access cutoff; as of publication the announced date is July 19, 2026, so check Anthropic's latest announcement before planning around it.
Claude Fable 5 vs Opus 4.8: which should I use for coding?
Use Opus 4.8 for everyday complex coding: it is half the price and Anthropic's own recommended starting point. Reserve Fable 5 for genuinely hard cross-cutting work, long autonomous runs, and spec drafting on big codebases, where its 95.0% SWE-bench Verified score (vs 88.6% for Opus 4.8) justifies paying double.
How do I use Fable 5 in Claude Code?
Run /model fable inside Claude Code, which requires v2.1.170 or later. Fable 5 is not the default model, you must select it explicitly. The alias 'best' resolves to Fable 5 if your organization has access, and to the latest Opus otherwise. Fable 5 is unavailable under zero-data-retention agreements.
What is Claude Mythos 5?
Claude Mythos 5 is the invitation-only sibling of Fable 5. Per Anthropic, the two share the same underlying model: Fable is the generally available version with additional safety measures around dual-use capabilities, while Mythos 5 is restricted to approved organizations in Anthropic's defensive cybersecurity program.
Why was Fable 5 restricted in June 2026?
US export controls were applied to Fable 5 on June 12, 2026, three days after launch. The controls were lifted on June 30, and Anthropic redeployed the model globally on July 1, 2026 with new cybersecurity classifiers, detailed at anthropic.com/news/redeploying-fable-5.

Keep reading

Route the right model to the right story.

AIDEN runs your Claude Code and Codex CLIs on one kanban board, BYOK and local-first, so Fable 5 only burns tokens on the stories that deserve it. Free for one project.

macOS 12+ · Bring your own Claude Code or Codex · Your code stays local