The Fable 5 Moment
25 partsTL;DR
Anthropic broke its own naming ladder when it introduced the Mythos class and Claude Fable 5. Here is what the shift means, how to map each tier to a real workload, and what questions it leaves open.
Read next
Anthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually changing, what the real-world burn rates look like, and what to do depending on how you use Claude.
6 min readFable 5 posts an 80.3% SWE-Bench Pro score and costs 2x Opus 4.8 - here is the task-profile scoring guide that tells you when the premium pays off.
7 min readFable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every breaking change, what to delete from your code, and the prompt audit you should run before flipping the model ID.
9 min readA satirical table called "Anthropic's Model Naming, Extrapolated" hit 204 points on Hacker News today. The joke is that Anthropic's naming convention - already the most poetic in the industry - now stretches far enough to extrapolate a full literary canon: Saga, Canon, Lore, Cinematic Universe, all the way to "Zack Snyder's Saga (terminal turns black and white, becomes harder to follow)." It landed because the underlying observation is real: with Claude Fable 5, Anthropic crossed a line it had not crossed before. The old tier hierarchy - Haiku, Sonnet, Opus, each with a version number - was easy to reason about. Now there is a named class sitting above Opus, and the naming logic has shifted in a way that matters for anyone writing code against the API.
Last updated: June 10, 2026
For most of Claude's public history, the naming system was simple enough to fit in a README comment. Three tiers, ordered by capability and cost:
Version numbers tracked iteration within each tier. Claude 3 Opus, Claude 3.5 Sonnet, Claude 4 Opus. You could look at a model ID and immediately understand two things: the capability class and how recently it was updated. The system was not perfect - the version numbers sometimes jumped in confusing ways, and "Sonnet" did not always mean the same thing across generations - but the mental model held.
The community noted this favorably. As one HN commenter put it today, comparing it to OpenAI's lineup of o3, 4o, 4o-mini, o4-mini, gpt-4.1, gpt-4.1-mini, and gpt-4.5 (Research Preview): "I miss the days when the dropdown asked me to choose between all of those." Anthropic's names were a small mercy.
With Claude Fable 5, Anthropic introduced something structurally new: a named capability class called Mythos, positioned above Opus. Fable is the first model in that class. For the practical decision between the two top tiers, see Fable 5 vs Opus 4.8: when to use which.
This breaks the prior pattern in two ways.
First, the tier name is now a class name, not a poetic register. Haiku, Sonnet, and Opus are all forms of writing - they describe something about the model's style of output, loosely speaking, or at least they exist in the same literary register. Mythos is a category. It describes what the tier is for, not what it sounds like.
Second, the top tier now has a model name distinct from the class name. Fable 5 lives inside Mythos class the way a product lives inside a product line. The model ID claude-fable-5 does not contain the word "Mythos." Mythos is the capability bucket; Fable is the named flagship inside it.
What does that separation buy Anthropic operationally? Possibly a great deal. It lets them release a second Mythos model - say, one optimized for agentic tasks or with different safety characteristics - without it being "Fable 5.1." The class absorbs the positioning; the name carries the personality.
Mythos is not just a marketing label. Based on the Fable 5 release details, the class comes with distinct operational characteristics:
Pricing is in a different band. At $10 per million input tokens and $50 per million output tokens, Fable 5 is roughly 2x the cost of Opus 4.8 on input and 2x on output. That gap is significant enough that you should not default to it without a reason.
Context window extends to 1M tokens, which puts it in a different class of problem. Tasks that require holding an entire codebase, a full legal document set, or a long conversation history in context are now viable in a single call rather than requiring chunking logic.
Safety and evaluation requirements at the Mythos tier are understood to be more rigorous than at Opus. Anthropic's internal ASL (AI Safety Level) framework gates model releases on evaluation benchmarks that grow stricter as capability increases. A model above Opus is, by that framework, a model that required new gates to clear. What those gates look like for external API users in terms of rate limits, use-case restrictions, or enterprise agreements is something worth watching as the tier matures.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 8 min read
| Name | Model ID | Input (per 1M) | Output (per 1M) | Context | When to use |
|---|---|---|---|---|---|
| Claude Fable 5 | claude-fable-5 | $10 | $50 | 1M tokens | Long-context reasoning, highest-stakes tasks, research synthesis |
| Claude Opus 4.8 | claude-opus-4-8 | $5 | $25 | 200K tokens | Complex reasoning, production agents, tasks needing Opus-class quality |
| Claude Opus 4.7 | claude-opus-4-7 | $5 | $25 | 200K tokens | Same as 4.8 where 4.8 is unavailable or under evaluation |
| Claude Sonnet 4.6 | claude-sonnet-4-6 | $3 | $15 | 200K tokens | Most production workloads, default for new builds |
| Claude Haiku 4.5 | claude-haiku-4-5 | $1 | $5 | 200K tokens | Classification, summarization, high-volume pipelines |
The practical decision tree for most teams is: start at Sonnet 4.6, move to Opus 4.8 when Sonnet fails on your evals, and reach for Fable 5 only when Opus fails or when the task genuinely requires 1M-token context. The price step from Sonnet to Fable 5 is roughly 17x on output tokens. That is not a rounding error in a production budget.
Names are roadmap signals. When Anthropic introduced a class above Opus, it was implicitly committing to a world where Opus is not the ceiling. That has downstream implications worth thinking through.
Does Opus get discontinued as the Mythos tier matures? Probably not soon - Opus 4.6 and 4.7 still exist alongside 4.8, and there is clearly a strategy of keeping older checkpoints available for teams that have tuned their prompts against specific versions. But the pressure on Opus as a premium positioning is real. If Fable 5 becomes the reference for "best available," Opus 4.x becomes the sensible default for teams that want near-flagship quality without flagship pricing.
The version numbers on Opus are also worth watching. Opus 4.8, 4.7, 4.6 are a fast iteration cadence. Are those training improvements, safety re-evaluations, or capability regressions in specific areas? Anthropic's model cards have historically been informative but not exhaustive. Knowing which Opus you are on matters when you are comparing eval results across runs.
The HN thread today spent most of its energy on the joke - suggestions for future names included Saga, Canon, Lore, Cinematic Universe, and (my favorite) "Zack Snyder's Saga: same answer, terminal turns black and white." But a few comments surfaced real questions that do not yet have answers.
One commenter noted that the original Haiku and Sonnet names may have come from a nearby coffee shop (Postscript Coffee, which sells beans named Haiku and Sonnet). That would mean the first two tier names were borrowed, not invented - which makes the literary escalation to Mythos feel more like a deliberate rebrand than a natural extension.
Another thread discussed whether Anthropic is "nerfing" model behavior intentionally - a real concern, separate from naming, but worth flagging because it shapes how people interpret the tier system. If a model in a higher tier behaves more conservatively on certain task types due to safety gating, the capability ordering is not monotonic for all use cases.
The questions that matter most for developers building on the API right now:
None of those have definitive public answers today. They are worth tracking in release notes and API changelogs over the next few months.
The practical upshot for most development teams is straightforward. The naming change does not make model selection harder - it gives you more vocabulary. Mythos class = maximum capability, 1M context, highest price. Opus = strong capability, standard context, sensible premium price. Sonnet = workhorse. Haiku = cheap and fast.
What has changed is that the tier above Opus now has a name rather than just a version number, and that name signals Anthropic's intention to invest in this class as a distinct product line rather than just incrementing Opus. Whether that investment manifests as more frequent named-model releases, enterprise-specific features, or something else is an open question.
For now: if you are evaluating whether to move production workloads to Fable 5, the useful question is not "is it better than Opus 4.8?" - the answer is yes on most benchmarks. The useful question is whether your specific task benefits from the 1M context window or justifies the 2x price premium. If neither is true, Opus 4.8 or Sonnet 4.6 is almost certainly the right call.
Mythos is Anthropic's top capability class, sitting above Opus in the model hierarchy. Claude Fable 5 is the first model in the Mythos class. The class is characterized by the highest capability tier, a 1M-token context window, and premium pricing ($10/$50 per million tokens input/output). Think of Mythos as the product line name and Fable as the specific model within it.
On most general reasoning and long-context tasks, yes. Fable 5 also supports a 1M-token context window versus Opus 4.8's 200K. However, "better" depends on your task. Fable 5 costs roughly 2x as much per token as Opus 4.8. If your workload fits within 200K tokens and your evals show Opus 4.8 meeting your quality bar, Fable 5 adds cost without adding value. Test on your actual tasks before switching production traffic.
Use claude-fable-5 for Mythos-class tasks, claude-opus-4-8 for the current Opus flagship, claude-sonnet-4-6 for most production workloads, and claude-haiku-4-5 for high-volume low-cost tasks. Avoid pinning to generic aliases like claude-opus-latest in production - pin to the specific version ID so you control when upgrades happen.
The most likely reason is that a named tier gives Anthropic product flexibility that version numbers do not. With a named class, Anthropic can introduce multiple models within Mythos (each with different characteristics) without those models being forced into an Opus version sequence. It also signals to enterprise customers that the highest tier is a deliberate product investment, not just an incremented model. The community has noted that the literary naming - Haiku, Sonnet, Opus, now Fable under Mythos - is more memorable and differentiating than the version-number soup that competitors use.
Possibly. The structure of the Mythos class - a tier name plus a model name inside it - is set up to accommodate multiple named models. Whether Anthropic releases a "Claude Saga" or another Mythos-class model with a different profile (say, one tuned for agentic tasks versus long-context synthesis) is an open question. The HN thread today was full of half-joking predictions: Saga, Canon, Lore, Chronicle. Some of those are plausible. Watching Anthropic's model release cadence and API changelogs is the best way to track this.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolAnthropic's smallest Claude 4.5 model. Near-frontier coding performance at one-third the cost of Sonnet 4 and up to 4-5x...
View ToolAnthropic's flagship reasoning model. Best-in-class for coding, long-context analysis, and agentic workflows. 1M token c...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolShift+Enter, Option+Enter, or backslash+Enter for multi-line prompts.
Claude CodeInteractive timeline showing what's in context at each turn.
Claude CodeUse opus, sonnet, haiku, and best to switch models easily.
Claude CodeAnthropic gave subscribers two weeks of free Fable 5 access, then it moves to usage credits. Here's what's actually chan...
Fable 5 posts an 80.3% SWE-Bench Pro score and costs 2x Opus 4.8 - here is the task-profile scoring guide that tells you...
Fable 5 is mostly a drop-in replacement for Opus 4.8, but 'mostly' is doing real work in that sentence. Here's every bre...
Claude Fable 5's $10/$50 per million token pricing can catch teams off guard - here is how to build a real cost model be...
Claude Desktop spawns a Hyper-V virtual machine consuming roughly 1.8 GB of RAM on every Windows launch - even when you...
Fable 5 drains the 5-hour rolling window dramatically faster than Opus or Sonnet. Here is what the plan multipliers actu...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.