Anthropic: Claude Fable 5.1
Anthropic's frontier model for multi-hour autonomous agents, whole-codebase coding, and long-horizon knowledge work.

Anthropic's frontier model for multi-hour autonomous agents, whole-codebase coding, and long-horizon knowledge work.

Answers to common questions about integrating and using this AI model via AnyAPI.ai
Claude Fable 5.1 has a 1,000,000-token context window, which is both the default and maximum, billed at standard per-token rates across the entire window. Maximum output is 128,000 tokens per response. Unlike Opus 5 and Sonnet 5, it is not listed for the Batch API 300K extended-output beta.
Yes, but reasoning cannot be turned off. Fable 5.1 uses adaptive thinking that is always on, unlike earlier Claude models where extended thinking was opt-in. You control depth via an effort parameter with five levels — low, medium, high, xhigh, and max — with a default of high, trading latency and cost for reasoning depth.
Fable 5.1 includes blocking classifiers for dual-use cybersecurity and life-sciences content, and Anthropic notes refusal rates are materially higher than earlier Claude models. Blocked requests return HTTP 200 with stop_reason: "refusal". Many bio- and cyber-adjacent queries are rerouted to Opus models. Developers should handle refusal as a primary response path.
Claude Fable 5.1 accepts text, image, and file inputs, including PDFs, and returns text output. Its vision is designed for dense filings, charts, diagrams, and tables nested in documents, and it can use vision to check its own coding outputs against a design or goal. It does not generate images or audio.