GPT-6 In 7 Minutes

TL;DR
Fable 5 lists at $10/$50 per million tokens - twice Opus 4.8. But list price is the wrong number. Here is the cost-per-outcome math that actually decides whether the upgrade pays.
Direct answer
Fable 5 lists at $10/$50 per million tokens - twice Opus 4.8. But list price is the wrong number. Here is the cost-per-outcome math that actually decides whether the upgrade pays.
Best for
Developers comparing real tool tradeoffs before choosing a stack.
Covers
Verdict, tradeoffs, pricing signals, workflow fit, and related alternatives.
Fable 5 launched on June 9, 2026 at $10 per million input tokens and $50 per million output tokens. The immediate reaction in developer circles was "that is 2x Opus 4.8." That framing was correct at launch, but the pricing landscape shifted significantly on July 24 when Opus 5 launched at $5/$25 per million tokens with near-Fable-5 intelligence. The relevant comparison is now Fable 5 vs Opus 5, not Fable 5 vs Opus 4.8.
The useful question remains: what does each model cost per merged PR, per shipped feature, per closed ticket? Those numbers look different across Fable 5, Opus 5, Sonnet 5, and Opus 4.8 - and in some workflows the premium for Fable 5 still pays for itself.
Last updated: July 28, 2026
Quick answer: Claude Fable 5 costs $10 per million input tokens and $50 per million output tokens on the Claude API - double Opus 4.8's $5/$25 and double Opus 5's $5/$25. Since Opus 5 launched at the same price as Opus 4.8 but with near-Fable-5 intelligence, the value argument for paying Fable 5's premium is now narrower. Per Anthropic's models overview (accessed July 28, 2026).
One caveat the rate card hides: Fable 5 uses the tokenizer introduced with Opus 4.7, which produces roughly 30% more tokens for the same text than pre-4.7 models, so teams re-baselining from older models pay the higher rate on a larger token count, not just a clean 2x multiplier. Opus 5 and Sonnet 5 use the same tokenizer, so token counts are comparable across the current lineup.
Here is how Fable 5 sits against the models most teams are actually choosing between right now.
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Context |
|---|---|---|---|
| Claude Fable 5 | $10.00 | $50.00 | 1M |
| Claude Opus 5 | $5.00 | $25.00 | 1M |
| Claude Opus 4.8 | $5.00 | $25.00 | 1M |
| Claude Sonnet 5 | $2.00 | $10.00 | 1M (promo until Aug 31) |
| Claude Haiku 4.5 | $1.00 | $5.00 | 200K |
Fable 5 costs 2x Opus 5 and 5x Sonnet 5 at list price. Anthropic's announcement notes this is less than half the cost of the Claude Mythos Preview that preceded it, so the trajectory for the top tier is downward. Anthropic's pricing page (accessed July 28, 2026) confirms the current lineup. GPT-5.6 Sol pricing at $5/$30 per million tokens provides a comparable alternative for teams evaluating both providers.
For a direct breakdown of how these numbers stack up against Cursor, Codex, and other tools across the full spectrum, the AI coding tools pricing comparison has the side-by-side view.
Token rates tell you the cost per unit of compute. They do not tell you the cost per unit of work. Those two numbers diverge whenever a more capable model does the same job in fewer turns, with less cleanup, or with zero retries.
Three common coding tasks illustrate the gap.
PR review on a 200-line change
A shallow review costs roughly the same across models because the output is short. A thorough review that flags the subtle auth bug in line 47 may only come from the more capable model, making the cheaper model's savings illusory if you are reviewing the diff again anyway.
At $0.10 per review, Fable 5 is objectively more expensive than Sonnet. But Opus 5 at $0.025 offers near-Fable-5 review quality at the same price as Opus 4.8, making it the sweet spot for code review. If your team does 40 reviews a day, that is $4 for Fable 5, $1 for Opus 5, or $0.12 for Sonnet 5. The cost difference is real across all three.
Full feature build: a Next.js pricing page
This is where the cost-per-outcome math shifts. Research from AY Automate found the following when building the same feature from scratch:
Opus 5 changes the math dramatically. At Opus 4.8 pricing with near-Fable-5 quality, the premium over Sonnet is $0.85 versus $3.24 for Fable 5. If your time is worth anything above $30 an hour, the Opus 5 premium pays for itself if it saves 1-2 minutes of cleanup - a much lower bar than Fable 5's requirement.
Multi-hour async agent run
Long-running agents expose the largest absolute dollar differences. The same research estimates async agent runs at around $5.40 for Opus 4.8 versus $23.70 for Fable 5 on comparable tasks. With Opus 5 at the same $5.40 rate, you get approximately 90% of Fable 5's capability at 23% of the cost. This makes Opus 5 the default choice for most async agent work, reserving Fable 5 for edge cases where only the absolute best output quality suffices.
Anthropic notes that Fable 5 is more token-efficient than past Claude models, which means it sometimes costs fewer output tokens to complete the same task even at a higher rate. This efficiency gain does not show up in rate card comparisons.
The premium pays off in workflows where quality failure is expensive. But Opus 5 now handles many of these cases at half the token cost, narrowing Fable 5's exclusivity.
Retries and rework compound. If Opus 5 produces an output that needs one correction loop, the effective cost is two API calls. If Fable 5 produces the right output on the first pass, the math is closer than the 2x rate suggests. Opus 5's pass rate is close enough to Fable 5 on most coding tasks that this advantage is smaller than it was against Opus 4.8.
Long-horizon agentic work. Fable 5 is Anthropic's stated choice for tasks that take a person hours, days, or weeks. Stripe reported it compressed months of engineering on a 50-million-line Ruby migration. At that scope, the per-token cost is a rounding error compared to engineering hours. Opus 5 can handle similar tasks at half the API cost, making it the practical choice for most long-running agents.
High-stakes accuracy tasks. Finance, legal, and compliance workflows where a wrong answer creates downstream work are the natural home for the most capable model. Fable 5 achieved the highest score on Hebbia's Finance Benchmark. At $0.01 per review task, the premium over Sonnet is negligible relative to the risk of a missed issue.
Vision-heavy pipelines. Fable 5 inherits Opus 4.7's high-resolution vision support (up to 2,576 pixels on the long edge, versus 1,568 on Opus 4.6). Screenshot analysis, design implementation from mocks, and document understanding tasks benefit from this, and the per-task cost difference is small for single-image workflows.
From the archive
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 8 min read
Jun 10, 2026 • 9 min read
Jun 10, 2026 • 9 min read
The premium does not pay when the task does not require Fable-level capability.
Classification and extraction. Single-turn tasks with structured outputs are cost-sensitive by nature. If you are classifying 100,000 support tickets, the difference between $10 and $2 per million input tokens (Fable 5 vs Sonnet 5 promo) is material - Fable 5 costs 5x more per task. Sonnet 5 or Haiku handles most classification reliably, and the output is either correct or not - there is no cleanup multiplier.
Boilerplate and scaffolding. Generating CRUD routes, configuration files, or test stubs does not require the most capable model. The output is deterministic enough that Sonnet 5 produces equally usable results at one-fifth the cost of Fable 5 (promo pricing).
High-volume pipelines. Teams running thousands of API calls per day need to model cost per call, not cost per task. At that volume, a 5x difference between Fable 5 and Sonnet 5 is a major line item. The right architecture often uses Haiku or Sonnet 5 for the high-volume path and routes hard edge cases to Opus 5 or Fable 5.
Interactive chat with fast iteration. Conversational back-and-forth where the user corrects course each turn does not benefit from Fable's long-horizon autonomy. Sonnet 5's lower latency and cost profile fit better here.
The AI coding tools pricing Q2 2026 post has a broader breakdown of how to route different task types across model tiers.
Fable 5 launched via API on June 9, 2026, with subscription access phased in starting June 22. However, on July 9, 2026, Anthropic withdrew Fable 5 subscription access from Claude.ai Pro and Max tiers. Fable 5 is now API-only.
This matters for cost planning because the access model determines your pricing surface:
API direct: $10/$50 per million tokens. Full Fable 5 access. You pay for every token. This is the only way to use Fable 5 as of July 28, 2026. Teams running production pipelines are here.
Max subscription (Claude Code): The $100 and $200 per month Max plans include Opus 5 and Sonnet 5 access without per-token billing up to usage caps. Fable 5 on Max plans is limited - most usage will default to Opus 5, which delivers near-Fable-5 quality at no extra subscription cost. The Claude Code usage limits playbook covers how Max tiers allocate capacity in practice.
Pro subscription ($20/month): Sonnet 5 access with token budgets. Opus 5 available on Max tier upgrades. No Fable 5 access via subscription.
The practical implication: if you want Fable 5 in July 2026, you pay API rates. For most workflows, Opus 5 gives you approximately 90% of Fable 5's capability at the same per-token price as Opus 4.8 ($5/$25), making it the more practical choice for all but the most demanding tasks.
The clearest signal about what enterprise teams are actually spending came from Uber's internal policy. According to reporting covered by Simon Willison, Uber capped per-employee spending at $1,500 per month per agentic coding tool - covering Cursor, Claude Code, and similar tools independently.
This cap emerged because Uber exhausted its entire 2026 AI budget within four months before controls were in place. At $1,500 per employee per tool, with two tools, the annualized cost is $36,000 per engineer - roughly 11% of median Uber software engineer compensation.
The lesson for planning teams is not that $1,500/month is the right cap. It is that per-token billing on agentic workflows without guardrails produces costs that do not match 2025 budget assumptions. The models got more capable, the agents got more autonomous, and token consumption scaled with both.
Teams adopting Fable 5 for agentic work should model worst-case consumption before setting budgets. A developer running async agents for 4 to 6 hours daily at Fable 5 rates could exceed $500/month in API costs. The 400 dollar overnight bill post walks through how runaway agent costs happen and how to prevent them.
Estimating your monthly bill requires knowing three things: task mix, average tokens per task, and how many tasks run per day.
Step 1: Categorize your workflow
| Workflow type | Token estimate per task | Right model |
|---|---|---|
| Code review (200-line PR) | 5K-10K input, 1K-3K output | Opus 5 (best value) or Sonnet 5 |
| Feature build (small) | 20K-50K input, 10K-20K output | Opus 5 or Fable 5 |
| Feature build (large) | 100K-300K input, 50K-100K output | Opus 5 or Fable 5 |
| Classification / extraction | 2K-5K input, 0.5K-1K output | Sonnet 5 (promo) or Haiku 4.5 |
| Multi-file refactor | 50K-200K input, 20K-80K output | Opus 5 (best value) or Fable 5 |
| Async overnight agent | 500K-1M input, 200K-500K output | Opus 5 (default) or Fable 5 (edge cases) |
Step 2: Estimate daily volume per type
A solo developer doing active feature work might run 5 large feature builds, 20 code reviews, and 2 to 3 longer agent sessions per day.
At Fable 5 rates, that is roughly:
Total: ~$62/day, or roughly $1,300/month at full pace.
At Opus 5 rates (same tasks):
Total: ~$16/day, or roughly $340/month. Opus 5 delivers approximately 90% of Fable 5's quality at 26% of the cost.
Step 3: Apply routing
Most cost-optimized setups use Opus 5 for tasks where quality matters, Fable 5 for edge cases where only the absolute best output suffices, and Sonnet 5 or Haiku for volume tasks. The blend typically lands heavy users in the $200 to $500 per month range at API rates (with Fable 5 on critical paths), or $100 to $350 per month with Opus 5 as the primary model. Max subscription plans at $200/month absorb the upper end for individual developers using Opus 5 as their primary model.
Claude Fable 5 costs $10 per million input tokens and $50 per million output tokens on the Claude API, confirmed in Anthropic's pricing page (accessed July 28, 2026). That is 2x Claude Opus 5 ($5/$25) and 5x Claude Sonnet 5 promotional pricing ($2/$10, through Aug 31). Budget for the tokenizer too: Fable 5, Opus 5, and Sonnet 5 all use the tokenizer introduced with Opus 4.7, which produces roughly 30% more tokens for the same text than pre-4.7 models.
| Resource | Link |
|---|---|
| Anthropic pricing | anthropic.com/pricing |
| Fable 5 announcement | anthropic.com/news/claude-fable-5-mythos-5 |
| Opus 5 announcement | anthropic.com/news/claude-opus-5 |
| Claude API docs | docs.anthropic.com |
| Anthropic models overview | platform.claude.com/docs/en/about-claude/models/overview.md |
All links verified July 28, 2026.
Use Fable 5 when:
Use Opus 5 when (recommended default for most teams):
Use Sonnet 5 (promo pricing through Aug 31) when:
The decision framework changed with Opus 5's launch. Opus 5 now handles most of what teams were paying Fable 5 for, at half the token cost. Reserve Fable 5 for the small fraction of tasks where the marginal quality gain justifies the premium.
For teams planning their budget, Anthropic's own recommendation is to run Opus 5 at effort: "high" or "xhigh" for coding and agentic work, which means higher per-call token consumption than prior models. Budget accordingly, set spending caps before running overnight agents, and measure cost per merged PR rather than cost per million tokens. See the frontier model API pricing tracker for the full multi-provider comparison.
Read next
Complete pricing breakdown for every major AI coding tool. Claude Code, Cursor, Copilot, Windsurf, Codex, Augment, and more. Free tiers, pro plans, hidden costs, and what you actually get for your money.
12 min readClaude Opus 5 launched July 24, 2026 at $5/$25 per MTok - matching Opus 4.8 pricing while delivering near-Fable 5 intelligence. Full benchmark comparison across 7 evals, pricing breakdown, and decision guide.
22 min readSame-day-verified llm api pricing august 2026: Claude Fable 5, GPT-5.6 Sol/Terra/Luna, Claude Sonnet 5, Gemini 3.5 Flash, and DeepSeek V4 compared per million tokens, plus the caveats that change the math.
11 min readTechnical 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 agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAnthropic'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 ToolInteractive TUI dashboard that shows exactly where your Claude Code and Cursor tokens are going, in real time.
View ToolAnthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppUnlock pro skills and share private collections with your team.
View App2.5x faster Opus at a higher token cost (research preview).
Claude CodeReal-time prompt loop with history, completions, and multiline input.
Claude CodeA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-development
Claude Fable 5.1 & Mythos 5.1: Benchmarks, Costs, Demos, and What’s New Check out Arcade: https://arcade.dev.plug.dev/xiDRwlA Anthropic has released Claude Fable 5.1 and Mythos 5.1, with Mythos stil...

Anthropic released Claude Opus 5, described as a thoughtful, proactive model approaching frontier intelligence at about half the price of Fable, and the video reviews the announcement, benchmarks, and...

Anthropic Suspends Fable 5 & Mythos 5 After US Export Control Directive (Jailbreak Concerns) Anthropic announced that the US government issued export control directives requiring it to suspend Fable ...

Complete pricing breakdown for every major AI coding tool. Claude Code, Cursor, Copilot, Windsurf, Codex, Augment, and m...

Claude Opus 5 launched July 24, 2026 at $5/$25 per MTok - matching Opus 4.8 pricing while delivering near-Fable 5 intell...

Same-day-verified llm api pricing august 2026: Claude Fable 5, GPT-5.6 Sol/Terra/Luna, Claude Sonnet 5, Gemini 3.5 Flash...

A practical operational guide to Claude Code usage limits in 2026: plan behavior, API key pitfalls, routing choices, and...

Five managed-agent providers, five pricing models, zero unified cost attribution. If you're running agents overnight, yo...

A practical guide to routing between Claude Opus 5, Sonnet 5, Haiku 4.5, GPT-5.6 Sol/Terra/Luna, and Kimi K3 based on ta...

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