Claude Fable 5 is Anthropic's most capable widely released model, built for the most demanding reasoning and long-horizon agentic work. Claude Mythos 5 shares the same capabilities and is available only in limited release through Project Glasswing.
The headline change for integrations: Claude Fable 5 includes safety classifiers that can decline requests. Claude Mythos 5 does not include these classifiers. If your integration calls Claude Fable 5, plan for three changes: new response handling for refusals, fallback options for retrying on another Claude model, and new billing rules. Refusals, fallback, and billing on Claude Fable 5 summarizes all three.
| Model | API model ID | Description |
|---|---|---|
| Claude Fable 5 | claude-fable-5 | Anthropic's most capable widely released model, for the most demanding reasoning and long-horizon agentic work |
| Claude Mythos 5 | claude-mythos-5 | Shares Claude Fable 5's capabilities without the safety classifiers. Available through Project Glasswing. Successor to Claude Mythos Preview. |
Claude Fable 5 and Claude Mythos 5 share the same specs and pricing:
For specs across all current models, see the models overview.
Claude Fable 5 includes safety classifiers that can decline certain requests. Claude Mythos 5 does not include these classifiers, so this section applies to Claude Fable 5 only. The following sections summarize what refusals mean for your integration; each links to the full guide.
When Claude Fable 5 declines a request, the Messages API returns stop_reason: "refusal" as a successful HTTP 200 response, not an error. The response also reports which classifier declined the request. See Refusals and fallback for response shapes and handling guidance.
A request that Claude Fable 5 refuses can usually be served by another Claude model. There are three ways to retry:
fallbacks parameter to have the API retry for you (in beta on the Claude API and Claude Platform on AWS). See Server-side fallback.You are not billed for a request that is refused before any output is generated. When you retry on another model, fallback credit refunds the prompt-cache cost of switching, so you avoid paying that cost twice.
Claude Fable 5 and Claude Mythos 5 both become available on June 9, 2026:
Claude Fable 5 and Claude Mythos 5 carry 30-day data retention and are not available under zero data retention: both are designated Covered Models. See Model-specific data retention requirements.
Claude Fable 5 responds to the same prompting techniques as other Claude models, with a few differences in how to structure long-context prompts and reasoning instructions. See Prompting Claude Fable 5.
The behaviors in this section are specific to Claude Fable 5 and Claude Mythos 5. The Messages API is unchanged for Opus, Sonnet, and Haiku models.
Adaptive thinking is the only thinking mode on Claude Fable 5 and Claude Mythos 5. It applies whenever the thinking parameter is unset. thinking: {"type": "disabled"} is not supported. Use the effort parameter to control thinking depth.
The raw chain of thought is never returned on Claude Fable 5 and Claude Mythos 5. The thinking.display setting controls what thinking blocks contain instead:
"summarized" returns thinking blocks with a readable summary of the reasoning."omitted" (the default) returns thinking blocks with an empty thinking field.Pass thinking blocks back unchanged in multi-turn conversations on the same model. See thinking output on Claude Fable 5 and Claude Mythos 5 for cross-model handling.
At launch, Claude Fable 5 and Claude Mythos 5 support:
task-budgets-2026-03-13 header)context-management-2025-06-27 header)Step-by-step instructions live in the migration guide:
Was this page helpful?
Specs and comparison for all current Claude models.