The builder's guide to choosing between Anthropic's newest flagship and its half-price workhorse for autonomous agents.
Anthropic cut the price of a Claude Fable 5.1 cache read by 75%, from $1.00 to $0.25 per million tokens, and left the $10/$50 sticker price completely untouched - VentureBeat. If you only read the benchmark chart, you missed the release. The chart says Fable 5.1, launched September 1, 2026, leads every model Anthropic put next to it. The pricing footnote says something more consequential for anyone running agents: the single line item that dominates an agent's bill just got four times cheaper on the most capable model Anthropic sells.
But here is the problem most teams get wrong: they pick an agent model the way they pick a phone, by reading the spec sheet and buying the newest one. That logic breaks for autonomous agents, because an agent does not send one prompt and read one answer. It loops. It re-reads the same codebase, the same system prompt, and the same growing conversation history on every single turn, sometimes fifty times in one task. The model that wins a one-shot benchmark can lose the agent economics by a factor of two, and the model with the taller bar can be the wrong default for the work you actually run overnight.
This guide compares Claude Fable 5.1 and Claude Opus 5 the way an engineer picking a model for a fleet of agents would: not by which scores higher, but by which one finishes your task correctly, at the lowest cost per completed job, with the fewest surprises at 3 a.m. We will decode the benchmarks and where each fine-print number bends, run the real cost math (the part the sticker price hides), walk the control surface that matters when you are the one writing the loop, and place both models against the wider agent field of GPT-5.6, Gemini 3.1 Pro, DeepSeek V4, Kimi K3, Grok 4.6, and GLM-5.2. The audience is anyone who has to make this decision, technical or not, and would rather understand the machinery than trust the launch post.
Anthropic published two launch videos on the day. The official announcement walks through what changed and why, and it is the right place to anchor before the analysis.
Contents
- The two models, in one breath each
- The first-principles question: what does an agent actually buy from a model?
- The benchmark scoreboard, decoded
- The cost reckoning: why the sticker price lies for agents
- Thinking, effort, and the control surface
- Refusals, fallbacks, and the safety layer
- Long-horizon autonomy and memory
- Where they run: Claude Code, Managed Agents, and the SDK
- The competitive field: the rest of the agent frontier
- The decision framework: which model for which agent
- Real-world signals and the honest caveats
- The future: routing, escalation ladders, and cache-read pricing
The agent-model scorecard: 10 frontier models ranked for building agents
Before the analysis, here is the master comparison. Every current model a serious agent builder would consider, scored from first principles on how well it serves an autonomous agent, not on how it does in a chat window. The criteria are weighted toward what actually decides an agent's success and bill: capability on multi-step agentic tasks, real cost across a looping workload, reliability over long horizons, the surrounding tooling, and how much control you retain. The score in each cell is followed by the reason it earned that score, so the table is an argument rather than a list of numbers.
The single most useful thing to notice is the shape of the ranking. Claude Opus 5 sits at the top, and Claude Fable 5.1 sits just below it, even though Fable 5.1 is the newer and more capable model. That inversion is the thesis of this guide in one row: for the median agent workload, the half-price flagship is the smarter default, and the newest flagship is the escalation you reach for when it genuinely earns its cost. The prose that follows is the case for that ordering.
| # | Model | What it is for agents | Agentic capability (30%) | Cost for agents (25%) | Long-horizon reliability (20%) | Ecosystem & tooling (15%) | Open / control (10%) | Final |
|---|---|---|---|---|---|---|---|---|
| 1 | Claude Opus 5 | The everyday frontier default | 9 - 43.3% Frontier-Bench, 96.0% SWE-bench Verified, 30.2% ARC-AGI-3 | 9 - $5/$25, ~$2.34/task, half of Fable's base | 8 - self-verifies, delegates, strong but Fable edges it | 10 - Claude Code + API default, ZDR-eligible, mid-conversation tools | 5 - closed, ZDR-eligible, no Priority Tier | 8.6 |
| 2 | Claude Fable 5.1 | The escalation for the hardest work | 10 - leads all 7 launch benchmarks, 52.6% Terminal-Bench-Science | 6 - $10/$50 base, but $0.25 cache read (half Opus 5's) | 10 - best sustained runs, memory, honest when stuck | 9 - Code/SDK/Managed Agents, never a default | 3 - closed, 30-day retention, not ZDR | 8.2 |
| 3 | GPT-5.6 Sol | Coding-index leader, token-efficient | 9 - AA Coding Agent Index 80, 88.8% Terminal-Bench 2.1 | 9 - $5/$30, ~$1.04/task at Fable-level intelligence | 7 - efficient, trails Claude on reliability | 8 - Codex, three-tier family | 4 - closed, no weights | 8.0 |
| 4 | GLM-5.2 | Open-weight frontier value | 7 - 62.1% SWE-bench Pro, 81.0% Terminal-Bench, first open past 80 | 10 - $1.40/$4.40, ~1/6 the cost of GPT-5.5 | 6 - 8-hour autonomous runs, trails Claude reliability | 7 - MIT, runs in Claude Code harness | 10 - MIT weights, self-host | 7.9 |
| 5 | Claude Sonnet 5 | The value workhorse | 7 - 85.2% SWE-bench Verified, 80.4% Terminal-Bench 2.1 | 10 - $2/$10, $0.20 cache read | 6 - solid, no task budgets, mid-tier horizon | 10 - Claude Code default on Pro/Team | 4 - closed, no Priority Tier | 7.7 |
| 6 | Kimi K3 | Open weights near the frontier | 8 - 88.3% Terminal-Bench 2.1, #1 SWE-Marathon | 8 - $3/$15, self-host option | 6 - 51% hallucination rate hurts reliability | 7 - open weights, wide harness support | 9 - open weights (bespoke license) | 7.6 |
| 7 | DeepSeek V4-Flash | Cheapest capable agent model | 6 - 82.7% Terminal-Bench 2.1, weaker on repo-fix | 10 - $0.14/$0.28, cheapest by far | 5 - less reliable over long horizons | 6 - MIT weights, growing tooling | 10 - MIT, self-host | 7.2 |
| 8 | Grok 4.6 | Token-efficient long-horizon | 7 - 95.6% SWE-bench (Vals), 26.5% Terminal-Bench 3.0 | 9 - $2/$6, ~4x cheaper per task than Opus 5 | 7 - 53 turns vs Opus 5's 103 on the same set | 6 - narrower agent tooling | 4 - closed | 7.1 |
| 9 | Gemini 3.1 Pro | Google's frontier agent lane | 7 - 80.6% SWE-bench Verified, 68.5% Terminal-Bench 2.0 | 8 - $2/$12 under 200K tokens | 6 - capable, mid-tier long-horizon | 8 - Vertex, Antigravity, Flash lanes | 4 - closed | 6.9 |
| 10 | Claude Fable 5 | The superseded predecessor | 8 - 80.3% SWE-bench Pro, now behind 5.1 and Opus 5 | 4 - $10/$50 with the old $1.00 cache read | 9 - strong long-horizon, bettered by 5.1 | 8 - full Claude tooling, legacy | 3 - closed, 30-day retention | 6.7 |
How to read the criteria. Each weight reflects how much that property decides an agent's real-world outcome. Agentic capability (30%) is weighted highest because a model that cannot complete the multi-step task is useless at any price, and it is measured on agentic evals (Terminal-Bench, Frontier-Bench, AutomationBench) rather than one-shot Q&A. Cost for agents (25%) is deliberately not the sticker price: it is cost per completed task across a looping workload, where cache-read pricing dominates. Long-horizon reliability (20%) captures whether the model stays correct across dozens of turns without drifting, hallucinating, or quietly cutting corners. Ecosystem and tooling (15%) rewards how well the model plugs into real agent harnesses and where it is the sensible default. Open / control (10%) rewards self-hosting, data-retention flexibility, and capacity guarantees. The scores are one analyst's judgment applied consistently to the September 2026 data, and the point is the relative order, which is stable no matter how you nudge the weights: Anthropic owns the top of the reliability-and-capability cluster, the open models own cost and control, and the two Claude flagships sit one rung apart for a reason worth 12,000 words.
1. The two models, in one breath each
Before comparing anything, it helps to state plainly what each model is, because the naming hides the relationship. Claude Opus 5 shipped on July 24, 2026 and is Anthropic's everyday flagship: a $5 input, $25 output per-million-token model with a 1M-token context window, thinking on by default, and a positioning line Anthropic wrote itself, that it "comes close to the frontier intelligence of Claude Fable 5 at half the price" - Anthropic. It is the model most Claude agent traffic actually runs on, and it is the default when you type claude-opus-5 into an API call or open Claude Code on a Max plan.
Claude Fable 5.1 shipped six weeks later, on September 1, 2026, and sits one tier above Opus 5 as Anthropic's most capable widely released model. It keeps Fable 5's $10 input, $50 output pricing, shares the 1M-token context and 128K output ceiling, and is built for the hardest reasoning and the longest autonomous runs - Claude Platform Docs. Its release is best understood as a refinement of Fable 5, not a new generation: better judgment on ambiguous work, agentic coding improved by more than 30%, a knowledge cutoff moved forward to June 2026, and the cache-read price cut that reframes its cost story entirely.
The two models are siblings with a clear division of labor, and Anthropic's own selection guidance makes it explicit rather than leaving it to marketing. Start most agent workloads on Opus 5, and move up to Fable 5.1 only "if your evals at xhigh or max effort still fall short on demanding reasoning or long-horizon agentic work" - Claude Platform Docs. That sentence is the whole decision in miniature. Opus 5 is the model you reach for first because it is cheaper and nearly as good; Fable 5.1 is the model you escalate to when "nearly as good" is not good enough and the task is expensive enough to justify the premium. Everything else in this guide is the detail behind that rule, and the many cases where it bends.
There is a third name worth clearing up now so it stops confusing the comparison. Claude Mythos 5.1 is the same underlying model as Fable 5.1, with reduced cybersecurity and biology safeguards, available only by invitation to vetted US organizations through Anthropic's Project Glasswing programs - Anthropic. It shares Fable 5.1's specs and pricing, and it is the source of several eye-catching benchmark rows (a 60.9% Terminal-Bench 4.0 versus Fable 5.1's 55.8%) that do not describe the model most builders can actually call. We cover Mythos where the distinction matters and otherwise treat Fable 5.1 as the public model, because it is. For the full picture of that restricted tier, our Project Glasswing guide walks the access programs and what they unlock.
2. The first-principles question: what does an agent actually buy from a model?
To compare two agent models honestly, you have to start one level below the benchmark and ask what an autonomous agent is actually paying the model to do. A chatbot buys a single high-quality answer. An agent buys something structurally different: a long chain of correct decisions, each of which feeds the next, executed while re-reading a growing pile of context on every step. That structural difference is why the naive "pick the higher benchmark" heuristic fails, and it is worth building the frame before touching a single score.
The first fundamental is that reliability compounds and capability does not average out. An agent that is 95% accurate per step is not "95% good" at a ten-step task; it is 0.95 to the tenth power, roughly 60%, and at 85% per step a ten-step workflow succeeds only about 20% of the time - o-mega. Long-horizon work punishes small per-step error brutally, which is why a model that is a fraction of a point better on a one-shot benchmark can be dramatically better across a fifty-step agent loop, and why "does not quietly cut corners" is worth more than a benchmark point. Anthropic leaned into exactly this framing for Fable 5.1: in daily use its gains show up as "better judgment on ambiguous tasks and fewer confident wrong answers," and, tellingly, "if it gets stuck it says so, and it is less likely to disable a failing test to pass" - Anthropic. A model that fakes a green checkmark on step three quietly dooms the whole run.
The second fundamental is that an agent's bill is a token bill, and the tokens are almost all input, not output. Because the loop re-sends the entire conversation history on every turn, message fifty costs more than message five: the model re-reads forty-nine prior messages first. In agentic coding, input tokens routinely exceed 99% of a trajectory's volume, and within that, the overwhelming majority are cache reads of context the agent has already seen - Augment Code. The distribution is lopsided enough to be worth showing directly.
That single distribution rewires the entire cost comparison. If cache reads are 94.5% of the tokens, then the price of a cache read, not the price of a base input token or an output token, is the number that governs the bill. A real-world proof point makes this concrete at scale: Bun's rewrite of its runtime from Zig to Rust, run across roughly 64 parallel agents, consumed 72 billion cached input reads against 690 million output tokens, a ratio of about 100 to 1, for a total near $165,000 - Augment Code. When cached reads outnumber output tokens a hundredfold, cutting the cache-read price by 75%, which is exactly what Fable 5.1 did, moves the effective cost far more than a headline change to the base rate ever could. Hold that thought; it is the crux of section 4.
The third fundamental is that the harness moves the score as much as the model does. The reported capability of any model is the output of the model plus its scaffolding: the retrieval, the retry logic, the tool definitions, and the loop that drives it. Princeton researchers found a 30-to-50-point spread on identical tasks depending purely on the agent framework - o-mega. Even Anthropic's own Opus 4.8 jumped from 74.6% to 82.7% on Terminal-Bench purely by switching harness, with no change to the model - Vellum. The practical consequence is that a leaderboard tells you far less than you think about how a model will behave inside your specific loop, and the only score that predicts your production experience is the one you measure on your own tasks in your own harness. We keep returning to this rule because it is the one most teams skip.
Put the three fundamentals together and the picture of "what an agent buys" comes into focus. It buys compounding reliability over a long chain, priced almost entirely in cache-read tokens, delivered through a harness that can swing the result by tens of points. A model comparison that ignores any of the three is measuring the wrong thing. The rest of this guide measures all three, and the first place it changes the answer is the benchmark table everyone quotes.
3. The benchmark scoreboard, decoded
Anthropic's Fable 5.1 launch made a specific, aggressive claim: the new model leads both Fable 5 and Opus 5 on all seven published benchmarks in its launch table - OfficeChai. That is unusual. Point releases rarely beat the tier below them on every axis, and it is worth taking seriously while also reading the fine print, because a launch table is a curated artifact and the interesting question is always which benchmark measures the work you actually run. Anthropic publishes these comparisons as images rather than tables, and the official one lays out the head-to-head cleanly.
The single most striking number on that chart is the agentic-science jump. On Terminal-Bench-Science 0.1, a benchmark of autonomous scientific research in a real terminal, Fable 5.1 scores 52.6%, roughly double Fable 5's 24.7%, and far ahead of Opus 5's 29.0% and GPT-5.6 Sol's 22.4% - MarkTechPost. A near-doubling on a fresh, hard, contamination-resistant agentic benchmark is the kind of result that is difficult to game, and it is the clearest signal that Fable 5.1 is genuinely better at multi-step autonomous work and not just at answering questions. The coding story is quieter but points the same way: on Terminal-Bench 4.0, Fable 5.1 scores 55.8% against Opus 5's 52.3% and Fable 5's 42.0% - VentureBeat. That is the "agentic coding improved over 30%" headline in a single row, and it flips the agentic-coding lead back to Fable after Opus 5 had briefly held it.
The four agentic benchmarks that matter most for building autonomous systems, side by side, show the shape of Fable 5.1's advantage over its own family.
Now read the other direction, because Opus 5 was not idle before Fable 5.1 arrived, and its July launch set records that Fable 5.1's table quietly steps around. On Frontier-Bench v0.1, an agentic terminal-coding benchmark, Opus 5 scored 43.3% at max effort, more than doubling Opus 4.8 and ahead of Fable 5's 33.7%, which Anthropic called the new state of the art at launch - Vellum. On ARC-AGI-3, a novel-problem-solving benchmark designed to resist memorization, Opus 5 scored 30.2%, roughly three times GPT-5.6 Sol's 7.8% and Opus 4.8's 1.5% - Decrypt. These are not benchmarks Fable 5.1's launch table featured, and the omission is a reminder that a "leads on all seven" claim is a claim about seven chosen benchmarks, not about the model being better everywhere.
The head-to-head on the classic coding tests is closer than either launch post admits, and the ordering literally depends on which test you pick. On SWE-bench Verified, third-party aggregation puts Opus 5 at 96.0% and Fable 5 at 95.0%, a one-point edge to the cheaper model - DataCamp. On the harder, less-saturated SWE-bench Pro, Fable 5 leads 80.3% to 79.2%. Fable 5 also narrowly wins DeepSWE v1.1 (69.7% to 68.8%) and the held-out Legal Agent Benchmark (13.3% to 11.7%), while Opus 5 takes BrowseComp (90.8% to 87.4%) and AutomationBench at its own launch (26.0% to 17.4%) - llm-stats. Tally it and Opus 5 led five, Fable 5 led three, with a tie, a split so even that it is really a statement that the two models are within noise of each other on most coding work. That is a crucial input to the cost decision: if capability is a near-tie, price becomes the deciding factor, and price is where they are not tied at all.
The one caveat that should temper every number above is contamination, and Anthropic's own behavior is the tell. On SWE-bench Verified, the famous coding benchmark, the frontier has saturated into the mid-90s where a single point no longer means much, and Anthropic pointedly declined to publish an official SWE-bench score for Opus 5 at all - DataCamp. When the maker of the model stops quoting the industry's most cited benchmark, that is a signal about the benchmark, not the model. We unpacked exactly why these numbers inflate in our guide to why AI coding benchmarks lie, and the short version is that the honest tests, the fresh and held-out ones, are where Fable 5.1's Terminal-Bench-Science doubling earns real credibility. For the wider map of which evals to trust, our full 2026 guide to agent evals and benchmarks ranks them by contamination resistance rather than difficulty.
When you step back from the individual rows to the composite indices, the two models resolve into a near-tie with a slight Fable lead, exactly as the coding split predicted. Independent trackers place Fable 5.1 at the top of the Artificial Analysis Intelligence Index, with Opus 5 a couple of points behind and the wider field clustered just below.
The composite reading is worth stating plainly because it sets up the rest of the guide. On raw intelligence, Fable 5.1 is narrowly the most capable model available, Opus 5 is a close second at roughly half the base price, and the gap between them is measured in a point or two of index score - BenchLM. Epoch AI's composite even puts Fable slightly ahead overall while finding the two dead even on software-engineering-only scores - Epoch AI. A one-to-two-point capability gap at a two-times price gap is precisely the setup where cost analysis, not benchmark analysis, decides the winner. So that is where we go next.
4. The cost reckoning: why the sticker price lies for agents
Here is where the comparison stops being about who is smarter and starts being about who is cheaper to run, and where the intuition most people carry, that Fable 5.1 is simply the expensive option because its sticker says $10/$50 against Opus 5's $5/$25, turns out to be half-right in a way that matters. The base rates are real: Fable 5.1 costs exactly twice Opus 5 on both input and output tokens - Claude Platform Docs. If your workload were mostly fresh input and long output, Opus 5's half-price base would win cleanly and there would be little to discuss. But we established in section 2 that agent workloads are not mostly fresh input; they are overwhelmingly cache reads, and that is where the pricing gets interesting.
The differentiator Anthropic shipped with Fable 5.1 is a cache-read price of $0.25 per million tokens, down 75% from Fable 5's $1.00 - Anthropic. Read that against the other models and the surprise lands. Fable 5.1's cache read is priced at 0.025 times its base input, versus the standard 0.1 multiplier every other Claude model uses. The consequence is genuinely counterintuitive: Fable 5.1's cache reads cost half of Opus 5's, at $0.25 versus $0.50, even though Fable's base input price is double - VentureBeat. In a loop where 95% of the tokens are cache reads, the nominally pricier model can be the cheaper one per token. The cache-read prices across the current lineup make the anomaly visible at a glance.
Anthropic quantifies the net effect in its own terms: the cache-read cut lowers Fable 5.1's effective cost by around 25% for typical workloads and up to roughly 45% for highly agentic ones, meaning long autonomous runs with many tool calls where cached context is most of every request - The Decoder. Those numbers come from Anthropic's internal August usage data, so treat them as a measurement of Anthropic's mix rather than a guaranteed discount on yours, but the direction is not in doubt. Cognition's own testing on its FrontierCode benchmark is the cleanest public proof: at medium effort, Fable 5.1 cost $2.68 per task, down from $5.84 on Fable 5, a 54% per-task drop, because more than 95% of the tokens were cache reads, and it used 33% fewer tokens than Opus 5 on that benchmark - Implicator.ai. When the loop is cache-heavy, Fable 5.1's efficiency does not just close the gap to Opus 5; it can pass it.
Now the honest counterweight, because the story is not one-sided and the same source that praised the cache cut also found its limit. On Artificial Analysis's Intelligence Index at max effort, Fable 5.1 cost $3.76 per task, about 20% more than Fable 5's $3.14 and well above Opus 5's $2.34, because it used roughly 1.7 times the output tokens - Implicator.ai. The cache savings could not offset the extra output. This is the decisive nuance: Fable 5.1's advantage appears only when cache reads dominate the token mix. When a task is output-heavy or has low context reuse, Opus 5's half-price base tokens win, and win comfortably. Artificial Analysis mapped this tension in a chart worth studying, because it shows Fable 5.1 buying its intelligence gains with a lot of output tokens.
The per-task cost comparison at max effort makes the tradeoff explicit, and it is the number that should anchor a budget model rather than the sticker price.
Two operational levers sit underneath these numbers and both belong in any serious cost model. The first is prompt caching itself, which is not automatic value: a cache write costs a 1.25x premium at the 5-minute TTL and 2x at the 1-hour TTL, so a 5-minute cache pays off after one read and a 1-hour cache after two - Claude Platform Docs. Get the breakpoints wrong and you pay the write premium with no reads to amortize it. The second is the Batch API, a flat 50% discount on both input and output for asynchronous work, which brings Fable 5.1 to an effective $5/$25 and Opus 5 to $2.50/$12.50, though it does not stack with fast mode and does not apply to interactive Managed Agents sessions. For the deeper mechanics of squeezing agent bills, our guide to the true cost of LLM inference in 2026 and our breakdown of model routing to cut agent costs 60% go beyond the two-model choice into the full stack of savings.
There is one hidden factor that quietly offsets some of the cache savings when you compare across generations, and it is easy to miss. Fable 5.1, like every Claude model from Opus 4.7 onward, uses a newer tokenizer that produces roughly 30% more tokens for the same text than the pre-4.7 tokenizer that Sonnet 4.6 and earlier used - Claude Platform Docs. That does not affect the Fable-5.1-versus-Opus-5 comparison, since both share the tokenizer, but it does mean any apples-to-apples projection against an older model needs to re-baseline token counts before trusting a cost estimate. The practical takeaway of this whole section is a rule, not a ranking: model your cost per completed task inside your own harness, on your own context-reuse profile, before you trust either sticker price, because the more cache-read-heavy your loop, the more Fable 5.1's efficiency beats Opus 5's headline discount, and the more output-heavy it is, the more Opus 5 wins.
5. Thinking, effort, and the control surface
Once cost is understood, the next thing that separates these two models for a builder is the control surface: the parameters you actually set, and how they behave differently between Fable 5.1 and Opus 5. This is the part no benchmark captures and the part you feel every day once your agent is in production, because it governs latency, token spend, and how much the model reasons before it acts. Both models put reasoning at the center of their design, but they expose it differently, and the differences are load-bearing.
The first difference is thinking itself. On Fable 5.1, adaptive thinking is always on: there is no off switch. Passing thinking: {"type": "disabled"} returns a 400 error at any effort level, and the older fixed thinking-budget parameter is gone too - Claude Platform Docs. To make Fable think less, you lower the effort parameter, not the thinking. Opus 5 also runs thinking on by default, a change from Opus 4.8 where omitting the parameter meant no thinking, but Opus 5 will let you disable thinking, with a catch: only at effort "high" or below. Combine disabled thinking with xhigh or max effort and you get a 400 - Claude Platform Docs. That single rule tells you how the two models are meant to be used: Fable always reasons; Opus 5 lets you buy a faster, cheaper, non-reasoning mode for simpler turns, but only within limits.
The second difference is what comes back. On both models the raw chain of thought is never returned; you get either an empty thinking block (the default display: "omitted"), a readable summary (display: "summarized"), or, on Fable, a stream of progress updates. This matters for agent UIs more than it sounds: under the default, a long agent turn can look completely silent for minutes while the model reasons, so any product that shows the user "what the agent is doing" has to opt into summaries or updates explicitly - Claude Platform Docs. Fable 5.1 also writes fewer of those between-tool progress updates than Fable 5 did, especially at higher effort, so narration-dependent interfaces should prompt for them rather than assume they will appear.
The effort parameter is the single most important dial on either model, and both share the same five-rung ladder, but the guidance shifted in a way worth internalizing. The ladder runs low, medium, high, xhigh, and max, with high as the default on both models - Claude Platform Docs. Two rules govern its use for agents:
- Start at high, not xhigh - Fable 5.1 and Opus 5 convert effort into results more reliably than prior models, so the old reflex of jumping straight to xhigh for coding wastes tokens
- Effort controls thinking volume, not output length - to make responses shorter, prompt for brevity; raising or lowering effort changes how much the model reasons, not how much it writes
- Use low effort for subagents - Fable's low-effort output often exceeds prior models' xhigh, so cheap subagents are genuinely capable
The reason effort deserves this much attention is that its cost impact is enormous and nonlinear, which is easy to underestimate until it hits your bill. When Simon Willison ran the same task across Fable 5.1's effort levels, the cost went from about $0.10 at low and medium, to $0.13 at high, to $1.83 at xhigh, to $3.30 at max - Simon Willison. That is a 33x range on one task, driven entirely by a single parameter. The curve is worth seeing because it explains why "just set it to max" is a budget mistake for anything running at volume.
There is a subtle capability difference in how the two models handle effort mid-conversation, and it matters for cost-optimized agents. Fable 5.1 and Opus 5 support per-message effort: you can change the effort level partway through a session, dialing up for a hard step and down for cheap ones, while preserving the prompt cache. Fable 5 does not and returns an error if you try - Claude Platform Docs. For a long-running agent that alternates between trivial file reads and hard reasoning, per-message effort is a real lever, and it is one more reason Fable 5.1 is a better agent substrate than the Fable 5 it replaces. Both models also expose task budgets, a beta feature that hands the model an advisory token countdown for the full loop so it paces itself and wraps up gracefully instead of being cut off, with a 20,000-token floor - Claude Platform Docs. Sonnet 5 and Haiku 4.5 do not support task budgets, which is a quiet argument for keeping long-horizon orchestration on the Opus and Fable tier. For a deeper treatment of tuning this dial across a fleet, our guide to setting the effort dial to cut AI costs is built entirely around it.
6. Refusals, fallbacks, and the safety layer
The safety behavior of these models is not a compliance footnote for agent builders; it is an availability characteristic that can silently break a production loop, and Fable 5.1 and Opus 5 handle it differently in ways that affect uptime. Both models run safety classifiers that can decline a request, and the crucial mechanical fact is that a decline is a successful HTTP 200 response with stop_reason: "refusal", not an error - Claude Platform Docs. Code that reads content [0].text without first checking the stop reason will break on a refusal, and in an agent loop a refused turn that is not handled can leave the whole run wedged. This is the first thing to wire up correctly before either model touches production.
The classifiers differ in how aggressively they fire, and this is where Opus 5 has a real operational edge for general agents. Anthropic states that Opus 5's cyber classifiers are proportionally less restrictive and expected to intervene around 85% less often than Fable 5's - Anthropic. Fable 5, by contrast, was tuned conservatively, which caused enough false positives on benign security and life-sciences work that Anthropic publicly conceded it had "made the wrong tradeoff" by making safeguards invisible. Fable 5.1 corrects a large part of this: production Fable 5.1 delivers roughly 60% fewer cybersecurity false positives in Claude Code sessions than its predecessor, and about 85% fewer biology false positives - MacRumors. If your agent touches anything a classifier might misread as security or bio work, the false-positive rate is a legitimate model-selection input, and Opus 5 remains the lower-friction option, with Fable 5.1 much improved over Fable 5.
The most important defensive mechanism for a refusal-tolerant agent is the server-side fallback, and it is a genuine capability rather than a workaround. Set fallbacks: "default" with the right beta header, and the API automatically retries a declined request on the model Anthropic recommends for that refusal category, all inside the same call - Claude Platform Docs. For Fable 5.1 the permitted fallback targets are Opus 4.8 and Opus 5; for Opus 5, higher-risk cybersecurity requests fall back to Opus 4.8. Because this happens server-side, a benign request caught by a classifier gets rescued rather than failing, and a companion feature called fallback credit refunds the prompt-cache cost of the model switch so you are not billed twice for the cache. There are billing subtleties worth knowing (a refusal before any output is not billed; a mid-stream refusal bills the streamed partial), and server-side fallbacks are not available on the Batch API or on the partner clouds, where you retry client-side instead.
Two policy-level facts round out the safety picture and both bear directly on where an enterprise agent can run. First, data retention: Fable 5.1 (and Mythos 5.1) carry a mandatory 30-day retention and are not available under zero data retention without express authorization, so a Fable request from a ZDR-configured org returns a 400 - Claude Platform Docs. Opus 5, by contrast, is ZDR-eligible. For a regulated workload that requires zero retention, that difference alone can force the choice: the agent runs on Opus 5, not Fable, regardless of which benchmarks higher. Second, watermarking: text generated by Fable 5.1 carries Anthropic's invisible statistical watermark on every platform, and files it produces carry signed C2PA content credentials, a change driven partly by the EU AI Act's transparency requirements. The watermark adds no tokens and changes nothing about the output quality, but it is a new provenance property that content-focused agents should know exists.
The restricted-access sibling deserves one honest paragraph because it distorts benchmark comparisons if you ignore it. Mythos 5.1 is the same model as Fable 5.1 with more permissive cyber and bio safeguards, available only to vetted US organizations - Anthropic. Several of the most impressive published rows, such as the 60.9% Terminal-Bench 4.0 that beats Fable 5.1's own 55.8%, are Mythos numbers achieved under reduced safeguards, not the behavior of the public Fable model most builders can call. When you compare Fable 5.1 to Opus 5, use Fable's public numbers, not Mythos's, or you are comparing a model you can use to one you probably cannot.
7. Long-horizon autonomy and memory
If there is one dimension where Fable 5.1 earns its premium unambiguously, it is long-horizon autonomy: the ability to run for hours, keep its own state coherent, and not fall apart across dozens of dependent steps. This is the exact regime where the compounding-reliability math from section 2 is most punishing, and it is where Anthropic aimed Fable 5.1 most deliberately. The evidence is not just benchmarks; it is a set of specific, verifiable long-run behaviors that read differently from a chatbot's.
The foundational capability is file-based memory, and here Fable shows a measurable, structural edge over the Opus tier. Given a persistent memory tool, a scratchpad of files the model reads and writes across a session, Fable 5 reached the final act of the deck-building game Slay the Spire about three times more often than Opus 4.8 got from the identical upgrade - Developers Digest. What that test isolates is not raw context size but a meta-skill: deciding what is worth writing down, keeping the notes organized, and retrieving the right one later. That skill is the entire game for a long-running agent whose context window will be reset or compacted before the task is done, and Fable is simply better at it. The memory tool itself is available on both models (a client-side interface where the model issues view, create, and edit commands against a directory you back with storage), but Fable manages it more skillfully. Our guide to AI agent memory architectures covers the patterns that make this work in production, and our deep dive on context engineering for agents covers the compaction and retrieval discipline that pairs with it.
Multi-agent orchestration is the second axis, and the two models pull in genuinely different directions, which changes how you architect around them. Opus 5 delegates to subagents more readily and verifies its own work without being told to, to the point where Anthropic explicitly advises removing verification instructions carried over from earlier models because they now cause over-verification - Claude Platform Docs. It runs writer-verifier patterns well with few cases of agents overwriting each other. Fable 5.1 is tuned for a different shape: it is significantly more dependable at dispatching and sustaining parallel subagents, and it reliably manages ongoing communication with long-running subagents and peer agents, which is why Anthropic's prompting guidance for it leans on asynchronous delegation, letting the orchestrator keep working while subagents run rather than blocking on each one - Claude Platform Docs. In practice this makes Fable a strong model for the orchestrator seat of a fleet, delegating to cheaper workers, a pattern we explore in our guide to long-running coding agents.
The real-world long-run reports are the most persuasive evidence, precisely because they describe behavior a benchmark cannot capture. Ramp described an unattended 38-hour machine-learning run in which Fable 5.1 diagnosed a prior result as a labeling artifact, corrected it, launched six parallel overnight experiments, and returned with findings and next steps - Anthropic. Millennium reported it tracing an extremely rare crash to a bug inside an external vendor library that had resisted explanation for four to five years, disassembling the library to find it - 9to5Mac. Browserbase measured Fable 5.1 completing 82% of its hardest browser-agent tasks versus 74% for Opus 5 and 57% for Fable 5, using fewer tokens. These are the workloads where "fewer confident wrong answers" and "says so when it is stuck" convert directly into completed jobs, and they are the workloads that justify Fable's premium. The Venus digital-elevation map Fable 5.1 produced from thirty-year-old Magellan radar data, used in the launch to showcase autonomous scientific research, is the same story in a single image.
None of this means Opus 5 is a poor long-horizon model; it is an excellent one, and for most agents its ceiling is high enough. But the honest reading of the evidence is that when a task runs for hours, depends on the model managing its own memory and subagents, and cannot tolerate a quiet corner-cut on step forty, Fable 5.1 is the more reliable choice, and that reliability is exactly what the two-times price buys. The escalation rule from section 1 is really a long-horizon rule: you move up to Fable 5.1 when the horizon gets long enough that compounding reliability, not raw capability, becomes the binding constraint.
8. Where they run: Claude Code, Managed Agents, and the SDK
A model's behavior in isolation is only half the story; the other half is the harness it runs inside, and both Fable 5.1 and Opus 5 are built to slot into Anthropic's own agent surfaces without you hand-managing their trickiest requirements. This matters more than it sounds, because several of the models' constraints (preserving thinking-block prefixes, keeping history append-only, handling refusals) are handled for you inside the official tooling and become your problem only if you build the loop yourself. Knowing where each model is the default, and where it is not, is a practical part of the decision.
The most important default to understand is Claude Code, and neither Fable model is it. Claude Code resolves its default by account type: Max, Team Premium, Enterprise, and the direct API default to Opus 5, while Pro and Team Standard default to Sonnet 5 - Claude Code Docs. Fable 5.1 is not the account-type default anywhere; you select it explicitly with /model when a task warrants it. This is Anthropic voting with its own product: for interactive coding, the model that handles the vast majority of tasks well at a sensible price is Opus 5 or Sonnet 5, and Fable is the deliberate escalation, not the everyday driver. Our comparison of the best AI coding CLIs holds the harness fixed so the model choice actually means something.
For teams building custom agents rather than using Claude Code, the two hosted surfaces are the ones to know. Claude Managed Agents runs the agent loop and a per-session sandbox on Anthropic's infrastructure, so you supply a config and it drives the loop, provisions the container where tools execute, and preserves the thinking-block prefix automatically, which removes a whole class of Fable 5.1 footguns - Claude Platform Docs. It bills tokens plus a small per-session-hour runtime fee, and its worked pricing example shows prompt caching cutting a one-hour Opus 5 session's cost by about 25%. The Claude Agent SDK is the other option: the Claude Code harness packaged as a library you host, with built-in tools and context management. Both keep history append-only for you, which matters because on Fable 5.1 editing anything before a thinking block invalidates later thinking blocks and errors the next request. Our Claude Managed Agents guide and our Agent SDK deep dive walk both in detail.
If you build the loop yourself, the model-specific breaking changes become live concerns, and Fable 5.1 introduced a few that trip up code written for Fable 5. Chief among them: forced tool use is gone. On Fable 5.1, setting tool_choice to "any" or naming a specific tool returns a 400, because the model's always-on thinking would be skipped by a forced call and degrade the arguments - Claude Platform Docs. To get schema-valid tool arguments you use strict tool use or structured outputs and instruct the model in the prompt when to call the tool. There are quieter behavioral shifts too: Fable 5.1 batches parallel tool calls less consistently than Fable 5, sometimes issuing one call per turn where its predecessor issued several, and at low effort it answers from memory and calls search tools less often. None of these change answer quality, but they change token count and wall-clock, and a one-line batching or search-nudge instruction counters them. Our guide to writing loops for AI coding agents is written around exactly these harness-level details.
The third-party tooling picture confirms the same split from outside Anthropic. Cursor turns Fable 5.1 on by default for individual users without privacy mode but off by default for Enterprise, requiring admin approval, and rates it the most capable model it has run at 73.4% on CursorBench 3.2 - Cursor Docs. And on launch day, Cognition said it was moving Devin's Opus 5 traffic to Fable 5.1 for code-review workloads, precisely because the new cache-read pricing made a Fable-class model economical for work it had previously kept on the cheaper Opus tier - Anthropic. That is the cache-read economics of section 4 playing out as a real routing decision at a major agent company: the price change, not the benchmark change, moved the traffic.
9. The competitive field: the rest of the agent frontier
Choosing between Fable 5.1 and Opus 5 in a vacuum would be a mistake, because for most agent workloads the real question is not "which Claude" but "Claude or something cheaper," and the something-cheaper options are genuinely strong in 2026. Anthropic leads the reliability-and-capability frontier, but it trails badly on price per token, on token efficiency per turn, and on the open-weight self-hosting option it simply does not offer. A first-principles model choice has to weigh those rivals honestly, so this section places both Claude flagships against the field. The composite intelligence picture is the right starting point.
The most direct rival is OpenAI's GPT-5.6 Sol, the top tier of a three-model family (Sol, Terra, Luna) released July 9, 2026. Sol leads the Artificial Analysis Coding Agent Index at 80 and posts a strong 88.8% on Terminal-Bench 2.1, and its efficiency is its headline: it delivers roughly Fable-5-level intelligence at about $1.04 per task, a third of the cost, completing tasks in 61% less time on the same eval - Artificial Analysis. Where it trails is the hard repository-fix work: on SWE-bench Pro, Claude Fable 5 scores around 80% against Sol's 58.6% to 64.6% depending on the source, a gap OpenAI did not hide - The Agent Report. For agents where token efficiency dominates and the coding is not the hardest tier, Sol is a serious alternative, as our head-to-head on GPT-5.6 vs Claude Opus 5 for agents and our tier breakdown of Sol vs Terra vs Luna work through in detail.
Google's Gemini 3.1 Pro covers the frontier lane at $2/$12 for prompts under 200K tokens, with 80.6% on SWE-bench Verified and a claimed lead on 13 of 16 of Google's published benchmarks, though Anthropic still leads it on real-world tool-augmented reasoning and GUI computer use - DataCamp. The more interesting Google story for cost-sensitive agents is the Flash lane: Gemini 3.5 Flash is now Google's default across its products, and Gemini 3.7 Flash, launched in August at introductory $0.75/$3.75 pricing, nearly doubled its AutomationBench score, carrying Google's agentic volume at a fraction of frontier cost - DataCamp. For high-throughput agents that do not need the absolute top of the capability curve, the Flash tier reframes the whole cost equation, which our guide to Gemini 3.7 Flash for agents covers.
The open-weight field is where the pressure on Anthropic's pricing is most acute, and it has closed the gap far more than most builders realize. Z.ai's GLM-5.2 (MIT license, $1.40/$4.40) beats GPT-5.5 on multiple long-horizon coding benchmarks at roughly a sixth of the cost, and became the first open-weight model to cross 80% on Terminal-Bench - VentureBeat. Its coding plan even runs natively inside the Claude Code harness, targeting Anthropic's own tooling turf, and we cover it in our GLM-5.2 guide. Moonshot's Kimi K3, a 2.8-trillion-parameter open-weight MoE, matches GPT-5.6 Sol on Terminal-Bench and ranks first on several real-world agentic benchmarks, though a 51% hallucination rate makes it stronger for agentic execution than for factual reliability - Morphllm, a tradeoff our Kimi K3 guide unpacks. And DeepSeek V4-Flash, at $0.14/$0.28, pushed the cost-quality frontier far enough that "just use the frontier model for everything" stopped being the obviously correct default for cost-sensitive coding.
Two more names round out the field and both attack a specific axis. xAI's Grok 4.6 ($2/$6) claims 95.6% on SWE-bench in Vals testing and, more relevantly for autonomous work, completed an agent task set in about 53 turns and half a billion tokens against Opus 5's 103 turns and 2 billion tokens, roughly four times cheaper per task on that benchmark, though it scores weakly on Terminal-Bench 3.0 - BenchLM. Its selling point is token and turn efficiency, not peak capability, which our Grok 4.6 guide examines. The net picture is clear: Anthropic owns long-horizon reliability, agentic-science, AutomationBench, and raw SWE-bench, and its two flagships sit at the top of the intelligence index, but it is the most expensive per token, it is beaten on turn efficiency, and it offers no self-hosting. For a team whose binding constraint is cost or control rather than the last few points of reliability, the honest answer is often not a Claude model at all, and our best-LLM-for-agents ranking holds them all to the same standard.
10. The decision framework: which model for which agent
With the benchmarks decoded, the cost math run, the control surface mapped, and the field surveyed, the choice between Fable 5.1 and Opus 5 collapses into a small set of questions you can actually answer about your own workload. The framework is not "which is better," because we have established they are within a point or two on capability; it is "which one fits the shape of what my agent does." The most reliable way to structure that is to walk down from the escalation rule Anthropic itself uses and branch on the properties that flip the answer.
The default, for the reasons cost analysis made plain, is Opus 5. It is half the base price, ties or beats Fable 5 on most coding, is the account-type default in Claude Code, is ZDR-eligible, and delegates and self-verifies well. For interactive coding, refactoring, feature building, and the large majority of autonomous tasks that finish in minutes rather than hours, Opus 5 at high or xhigh effort is the right starting point, and you should have concrete evidence from your own evals before spending twice as much. You escalate to Fable 5.1 only when a specific property of the work makes the premium pay for itself, and there are four such properties worth naming.
- Long-horizon runs - sessions that run for hours and depend on the model managing its own memory and subagents, where Fable's compounding reliability is the binding constraint
- Cache-read-dominated loops - workloads where 95%-plus of tokens are cache reads, where Fable 5.1's $0.25 cache read can make it cheaper per token than Opus 5
- Frontier reasoning - demanding multi-step reasoning or agentic science where Opus 5 at max effort still falls short in your evals
- Finished deliverables - deep research or analysis carried all the way to a completed document, spreadsheet, or deck without corner-cutting
The decision is easier to hold in your head as a flow than as a list, because it is genuinely branching: first check the hard constraints that force a model regardless of preference (zero data retention forces Opus 5; guaranteed-throughput Priority Tier rules out both Opus 5 and Sonnet 5), then check whether the work is long-horizon and cache-heavy enough to justify Fable, then default to Opus 5 for everything else.
The framework has a critical escape hatch that most model-selection advice omits: you do not have to choose one model for the whole agent. The most cost-effective architectures route, running cheap Sonnet 5 or Haiku 4.5 subagents for the many trivial steps and reserving Opus 5 or Fable 5.1 for the few hard ones, which is exactly the pattern our guide to model routing to cut agent costs is built around. Fable 5.1 supports per-message effort and reads earlier models' thinking blocks, both of which make it a natural orchestrator that escalates itself only when a step warrants it. This is the model-selection discipline that platforms for running autonomous agent workforces are built to abstract away. Tools like o-mega, which lets a non-technical team stand up and run a company's agents through a single conversation, exist precisely so the routing between a Fable-class model for the hard reasoning and a cheaper model for the routine work happens without the operator having to hand-tune it. The point of a framework is to make the decision once and then let the system apply it; the point of a platform is to make even that unnecessary.
There is one honest caveat to state before you trust any framework, including this one, and it is the rule from section 2 returning for the last time. The only decision that predicts your production experience is the one you run on your own tasks in your own harness. Take ten recent, representative jobs from your actual workload, run each through both models inside the exact loop you deploy, and grade on completed-and-correct rather than benchmark-adjacent. Because the harness can swing the result by tens of points and your context-reuse profile determines which cost story applies, the leaderboard ranking and your private-eval ranking will disagree often enough that trusting the leaderboard alone is an expensive mistake.
11. Real-world signals and the honest caveats
A guide that only reported the launch numbers would be doing the same thing the launch posts do, so this section collects the signals from people actually running these models, including the criticism, because the disagreements are where the real texture of the models lives. The most valuable signal is always a company voting with its traffic, and the clearest one came on launch day.
The single strongest adoption signal is Cognition's decision, stated by its co-founder, to move Devin's Opus 5 traffic to Fable 5.1 for code review on the day of release, because Fable 5.1 matched or edged Fable 5 at a lower cost per task and the new cache-read pricing finally made a Fable-class model economical for work Devin had kept on Opus - Anthropic. That is not marketing; it is a routing change at a major agent company, and it validates the central argument of section 4: the cache-read cut, not the benchmark bump, is what changed the economics enough to move production traffic up a tier. Other testimonials point the same way for long-run work, with Block reporting Fable 5.1 was far more efficient per token than Opus 5 on a 30-day simulated business run, and Jane Street saying it solved more coding problems than either Fable 5 or Opus 5 on internal benchmarks.
The hands-on developer reactions are more mixed, and the mix is instructive. Simon Willison, running his effort sweep, called Fable 5.1's max-effort output "the best pelican I've seen from any of Anthropic's models" while noting he was "losing faith in the pelican benchmark," and he singled out the Terminal-Bench-Science doubling as the most genuinely impressive claim, with the other benchmarks only slightly improved - Simon Willison. On Hacker News, praise for the writing style ("a big improvement," "sounds a lot less stereotypically like other Claude models") sat right next to sharp criticism of the persistent "Claudism" problem: verbose, dense prose, excessively long code comments, and complaints that skill adherence degrades after a few turns - Hacker News. One theme from that thread matters for agent builders specifically: the argument that "training is far more important than user prompts," meaning some ingrained style behaviors resist system-prompt correction, which is worth knowing before you assume you can prompt away a habit.
The cost caveats deserve to be stated as plainly as the cost wins, because the same release that cut cache reads 75% also produced a model that can cost more per task. Artificial Analysis found that despite the cache savings, Fable 5.1 at max effort costs about 20% more per task than Fable 5 because it uses 1.7 times the output tokens, and its five effort settings span an 11x range in token usage - Artificial Analysis. This is the section-4 lesson as a warning: the 25%-to-45% savings figure is a measurement of Anthropic's cache-heavy workload mix, not a discount stamped on your invoice, and an output-heavy agent can see the opposite. There is a broader enterprise-adoption skepticism worth acknowledging too: a Financial Times report cited in launch coverage found Fable 5 accounted for only about 11% of Anthropic spending among tens of thousands of companies, with cheaper models gaining share, amid genuine concern over unpredictable AI bills - VentureBeat. The flagship is not where most of the money goes, and that is a signal, not a footnote.
This tension between a benchmark going up and a job actually shipping under budget is the thread that runs through every section of this guide, and it is a distinction Yuma Heymans (@yumahey) works with directly. As the founder of o-mega, a platform for building and running autonomous agent workforces, and co-founder of the autonomous AI recruiter HeroHunt.ai, he spends his time on the exact problem this article circles: choosing which model each agent in a fleet should run on, where the honest scorecard is not a leaderboard rank but whether the workforce completes real work at a cost that pencils out. That is the discipline this comparison argues for, and it is why the framework in section 10 leads with your own harness rather than anyone's launch chart. Our guides on hiring an AI workforce to run your company and why most AI agent pilots never scale come at the same problem from the operator's side.
12. The future: routing, escalation ladders, and cache-read pricing
Where does this go, and what should a team building agents in late 2026 plan around rather than react to? The clearest structural signal from the Fable 5.1 release is that the frontier competition has shifted from raw capability to the economics of running the model in a loop, and that shift will define the next several releases far more than the next benchmark point. When Anthropic ships a model whose headline change is a cache-read price and whose most-quoted proof point is a customer moving traffic because of that price, the industry is telling you that agent cost, not agent capability, is now the binding constraint. Plan for a world where the price of re-reading context, not the price of generating it, is the number vendors compete on.
The second structural trend is that single-model agents are becoming the exception, not the rule, and the two-model choice this guide frames is really a routing choice in disguise. The most cost-effective architectures already run a cheap model for the many trivial steps and escalate to a Fable-class model only for the few hard ones, and the tooling is moving to make that automatic: Fable 5.1's per-message effort, its ability to read earlier models' thinking blocks, and server-side fallbacks all point toward loops that fluidly move work up and down a model ladder within a single task. The right mental model for 2026 is not "pick Fable 5.1 or Opus 5" but "build an escalation ladder where Opus 5 is the middle rung, Sonnet 5 and Haiku are the cheap rungs below, and Fable 5.1 is the rung you climb to only when the work demands it." Our guide to building loops for AI coding agents is really a guide to building that ladder.
The third trend is the closing gap with open weights, which changes the strategic calculus for any team that can self-host. GLM-5.2, Kimi K3, and DeepSeek V4 are now close enough to the closed frontier on agentic benchmarks, at a fraction of the price and with the option to run on your own hardware, that the decision is no longer "which frontier model" but "frontier reliability or open-weight control." For a large fleet where the per-task cost multiplies across millions of runs, the open-weight option is no longer a compromise but a legitimate architecture, and Anthropic's premium has to be justified by the last few points of long-horizon reliability that section 7 documented. The pressure that produced Fable 5.1's cache-read cut is the same pressure the open models are applying, and it will keep pushing prices down.
For the reader trying to make a decision through all of this, the enduring principle is the one this guide has circled from the start, and it will outlast both models named in the title. A benchmark measures capability in isolation; an agent's success is capability compounded over a long chain, priced in cache reads, delivered through a harness. The famous scores tell you which model is smarter; they do not tell you which one finishes your task correctly at a cost that works, and 2026 is the year that gap became the most important thing to understand about picking a model for agents. Between Fable 5.1 and Opus 5 the honest answer is that Opus 5 is the default and Fable 5.1 is the escalation, but the more valuable answer is the habit: when someone quotes you a model's benchmark, ask what it costs to run in your loop, and how it does on your own work. The answers to those two questions are worth more than any launch chart.
This guide reflects the Claude agent-model landscape as of September 2026. Model names, versions, pricing, and reported scores change constantly (Anthropic shipped Fable 5.1 on September 1, 2026, and Opus 5 on July 24, 2026, and rivals revise their models monthly), so verify current figures against primary sources before making a decision.