Claude Fable 5

anthropic/claude-fable-5
Featured
VisionToolsJSONReasoning
by Anthropic · 2026-06-09

Claude Fable 5 is Anthropic's Mythos-class model - a capability tier above the Opus class - made safe for general use. Its capabilities exceed any model Anthropic has previously released broadly, with state-of-the-art results across software engineering, knowledge work, vision, and scientific research; the longer and more complex the task, the larger its lead. It accepts text, image, and file inputs with text output, serves a 1M-token context window with up to 128K output tokens, and supports adaptive reasoning and structured outputs. Fable 5 is built for autonomous, long-horizon work: it stays coherent across millions of tokens, improves its own outputs using file-based memory, and completes complex multi-step tasks with far less scaffolding than prior models. It is the new state of the art for vision-heavy tasks - extracting precise values from scientific figures, rebuilding applications from screenshots alone - and a step change for agentic coding and prototyping, handling codebase-wide migrations and frontier engineering tasks in fewer, more token-efficient turns. This makes it a strong default for AI coding assistants, deep research and analysis pipelines, and long-running autonomous agents where sustained coherence and judgment matter most.

ctx1M tokens
Max output128K
Inputtext + image + file
Outputtext
p50 TTFT8.14 s
INPUT$10.00/ 1M tokens
OUTPUT$50.00/ 1M tokens
p50 TTFT8.14 s7d
p95 TTFT10.00 s7d
TRAFFIC3.6Mtokens / 7d

Claude Fable 5 is a large language model from Anthropic that emphasizes extended context and multimodal input. Its 1,000,000-token context window allows a single request to include entire books,…

What is Claude Fable 5 and who should use it?

What input formats does Claude Fable 5 support?

How does the large context window affect performance?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
  • Anthropic SDKhttps://api.orcarouter.ai
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="anthropic/claude-fable-5",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_tokens
  • reasoning
  • response_format
  • stop
  • structured_outputs
  • tool_choice
  • tools
  • verbosity

Pricing

Input / 1M tokens$10.00
Output / 1M tokens$50.00
Cache read / 1M$1.00
Cache write / 1M$12.50
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $220 · With prompt caching $189

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.0252

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
8.14 s
Output speed
74.5 tok/s
p95 TTFT
10.00 s
Error rate
0%

Public benchmarks

AutomationBench
17.4
Blueprint-Bench 2
38.6
FrontierCode (Diamond)
29.3
GDPval.pdf
29.8
Legal Agent Benchmark
13.3
OSWorld-Verified
85.0
SWE-Bench Pro
80.3
Source: anthropic.com

How it compares

Claude Fable 5Claude Opus 4.7Claude Opus 4.8Claude Opus 4.6
Input $/M$10.00$5.00$5.00$5.00
Output $/M$50.00$25.00$25.00$25.00
Context1.0M1.0M1.0M1.0M
Quality10/1010/1010/109/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost per token for Claude Fable 5 on OrcaRouter?
The cost is $10.00 per 1 million input tokens and $50.00 per 1 million output tokens, billed at Anthropic's provider rate with zero markup from OrcaRouter.
What is the context window size of Claude Fable 5?
The context window is 1,000,000 tokens (1M tokens). The maximum output is 128,000 tokens per request.
What are the main strengths of Claude Fable 5?
Its main strengths are an extremely large context window (1M tokens), multimodal input (text, image, file), a high score of 85.0 on the OSWorld-Verified agentic benchmark, and a 128K output limit.
How does Claude Fable 5 compare to Claude 3 Opus?
Fable 5 has a larger context window (1M vs 200K), higher OSWorld score (85.0 vs ~55-60), larger output limit (128K vs 4,096), and is cheaper per token ($10/$50 vs $15/$75). Opus may still be suitable for shorter tasks at lower absolute cost.
Does OrcaRouter add any markup or hidden fees for Claude Fable 5?
No, OrcaRouter adds zero markup. You pay exactly $10.00 per 1M input tokens and $50.00 per 1M output tokens, with no additional per-request or subscription fees.
How do I call Claude Fable 5 via OrcaRouter's OpenAI-compatible API?
Use base URL https://api.orcarouter.ai/v1 and model ID "anthropic/claude-fable-5". Send a POST request to /chat/completions with standard OpenAI parameters. Include your OrcaRouter API key in the Authorization header.
What input modalities does Claude Fable 5 support?
It supports text, image (JPEG, PNG, GIF, WebP), and file uploads (PDF, Word, plain text, etc.). It does not support audio or video.
Is Claude Fable 5 suitable for real-time applications?
It can be used for real-time applications if latency is tolerable, but with large contexts it may be slow. For low-latency needs, consider smaller models like Claude 3 Haiku or GPT-4o mini. Streaming is supported.
How is data handled when using Claude Fable 5 through OrcaRouter?
OrcaRouter passes requests directly to Anthropic's API. Anthropic's privacy policy governs data handling. OrcaRouter may log metadata (e.g., timestamps, token counts) for billing and monitoring but does not store prompt contents beyond what is necessary for API operation. Check OrcaRouter's privacy policy and Anthropic's data policy for details.
What if I need a smaller context or lower cost? Can OrcaRouter help me switch models?
Yes, OrcaRouter's API allows you to dynamically change the model ID per request. You can use Claude Fable 5 for complex tasks and a cheaper model (e.g., Claude 3 Sonnet or GPT-4o mini) for simpler ones within the same codebase.

Embed this badge

Anthropic: Claude Fable 5$10.00/M in8143ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/anthropic/claude-fable-5" target="_blank"> <img src="https://www.orcarouter.ai/embed/anthropic/claude-fable-5.svg" alt="Anthropic: Claude Fable 5 on OrcaRouter" /> </a>
Markdown [![Anthropic: Claude Fable 5](https://www.orcarouter.ai/embed/anthropic/claude-fable-5.svg)](https://www.orcarouter.ai/models/anthropic/claude-fable-5)

Model card as data

GET /api/public/models/anthropic/claude-fable-5Open
Machine-readable:/llms.txt/llms-full.txt