Features

What Claude Fable 5 can do

Claude Fable 5 (claude-fable-5) is Anthropic's most capable generally available model - the first Mythos-class system released to the public. Four capabilities define the jump from Opus 4.8, and a tightened API surface defines how you build with it. This is the independent guide to all of them, drawn from Anthropic's announcement and the official model documentation.

The four pillars

Supported API features

Fable 5 inherits the streamlined request surface introduced with Opus 4.7 and 4.8, then tightens it further. Everything below applies to claude-fable-5 on the Claude API.

FeatureStatusNotes
Vision (images, PDFs, screenshots)SupportedHigh-resolution image input; completed Pokemon FireRed with a vision-only harness
Tool useSupportedUser-defined tools, server-side tools, and SDK tool runners
Memory toolSupportedFile-based, client-side memory; 3x better long-task performance vs Opus 4.8
CompactionSupported (beta)Server-side summarization for conversations approaching the 1M window
Task budgetsSupported (beta)Token countdown the model self-moderates against across an agentic loop
Context editingSupported (beta)Prunes stale tool results and thinking from long transcripts
Batches APISupportedAsynchronous processing at 50% of standard prices
Managed AgentsSupportedServer-managed sessions with Outcomes for rubric-graded long runs
Structured outputsSupportedoutput_config.format with JSON schema enforcement
Extended thinking (budget_tokens)Not supportedReturns 400 - adaptive thinking is always on; use effort instead
Sampling parametersNot supportedtemperature, top_p, top_k all return 400
Assistant prefillsNot supportedLast-assistant-turn prefills return 400 - use structured outputs
Fast modeNot supportedNo fast variant of Fable 5 exists at launch

Migrating from an older model? Read the full migration guide ->

Build with Claude Fable 5

Free in all paid Claude plans until June 22, 2026, and available now on the Claude API, Claude Code, Amazon Bedrock, Vertex AI, and Microsoft Foundry.

Read the API quickstart