Skip to main content

Try Claude Fable 5.1 in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: claude-fable-5-1 Claude Fable 5.1 is the successor to Claude Fable 5 in Anthropic’s Mythos-class tier, built for demanding reasoning and long-horizon agentic work. It keeps Claude Fable 5’s input and output prices and brings stronger long-running agentic coding, multistep research, and document, spreadsheet, and slide work. Anthropic positions Claude Opus 5 as the starting point for most workloads and Claude Fable 5.1 for tasks where Opus 5 at higher effort still falls short. Adaptive thinking is always on and steered by the effort parameter (low through max); the raw chain of thought is never returned. Safety classifiers may decline requests in sensitive domains such as cybersecurity and biology, returning a refusal stop reason that can be routed to another Claude model via server-side fallback. Compared with Claude Fable 5, forced tool use is no longer supported, thinking blocks are readable only by the model that produced them, and editing earlier turns invalidates thinking blocks, so conversation histories should be append-only. Prompt cache reads cost a quarter of Claude Fable 5’s rate. It accepts text and images and has a reliable knowledge cutoff of June 2026.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.

Request parameters

This model follows the standard OpenAI chat completions request body. See the chat completions reference for the full parameter list.