Back to Models

Claude Fable 5.1

anthropicanthropic/claude-fable-5-1

Anthropic's 2026-09 frontier model β€” successor to Claude Fable 5, with gains in agentic coding, long-running agentic workflows, and knowledge work; 1M context, 128K output.

Claude Fable 5.1 is Anthropic's 2026-09 successor to Claude Fable 5, targeting gains in agentic coding, long-running agentic workflows, and knowledge work. In TheRouter it is cataloged as anthropic/claude-fable-5-1, with text and image input, text output, a 1M-token context window, and up to 128K output tokens flowing from the live model catalog.

Unlike Fable 5, which was blocked on Anthropic's first-party API for a period after launch, Fable 5.1 is directly reachable via Anthropic's first-party Claude API at TheRouter's launch of this model, with OpenRouter configured as a fallback route. Both routes decline the tool_choice: any and tool_choice: tool request modes with a 400; requests should use tool_choice: auto/none or the strict/output_schema migration path Anthropic documents for forcing structured tool use.

Best for
  • β€’ Long-horizon agentic coding and migration work where 1M context and 128K output are more valuable than low unit cost
  • β€’ Complex reasoning and knowledge-work routes that need Anthropic's newest public Claude checkpoint
  • β€’ Vision-plus-text analysis where the prompt is too large or the output too long for 200k-context Claude alternatives
Reach for something else if
  • β€’ High-volume simple chat, support automation, and latency-sensitive UX β€” route to Claude Haiku 4.5 or Claude Sonnet 5 instead
  • β€’ Requests that force tool_choice: any or tool_choice: tool β€” both configured routes reject these with a 400; use auto/none or strict/output_schema instead

How TheRouter serves this differently from the vendor

As the vendor operates it

Anthropic operates Fable 5.1 natively through Claude API semantics, including its own tool_choice, effort, and prompt-caching controls.

On TheRouter

TheRouter serves it as the catalog model id anthropic/claude-fable-5-1 on the OpenAI-compatible chat completions path, with an additional ingress-level rejection of tool_choice: any/tool (both entry points) that Anthropic itself would otherwise reject upstream with a 400 β€” TheRouter rejects it before dialing out, avoiding a wasted upstream round-trip.

Context Length
1M
Max Output
128K
Input Priceper 1M tokens
$10.80/ 1M tokens
Output Priceper 1M tokens
$54.00/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$10.80 / 1M tokens
Output$54.00 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop

Specifications

Release date2026-09to verify
Anthropic model idclaude-fable-5-1verified
Context window1,000,000 tokensverified
Maximum output128,000 tokensverified
Training cutoffNot publicly disclosedunknown
LicenseAnthropic Usage Policy (proprietary, API-only)www.anthropic.com β†—verified
Pricing (input / output)$10 / $50 per MTok (list price; TheRouter's PRICING_MARGIN applies once, at runtime)platform.claude.com β†—verified

Benchmarks

BenchmarkDistributionScoreSource
Official benchmark table
No benchmark table is published in the cited model documentation at curation time.
β€”Not publicly disclosedβ€”

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "anthropic/claude-fable-5-1",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

API guide

Chat completion

Use the OpenAI-compatible chat completions endpoint when you want TheRouter to route Claude Fable 5.1 through its configured provider chain.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"anthropic/claude-fable-5-1","messages":[{"role":"user","content":"Hello"}]}'

More from anthropic

Similar models

Cross-provider sibling models

News & changes

2026-09-17

Claude Fable 5.1 launches as successor to Fable 5

TheRouter adds anthropic/claude-fable-5-1 with a first-party Anthropic route and an OpenRouter fallback; both routes reject tool_choice: any/tool with a 400 at the ingress layer.

re-authored by TheRouterplatform.claude.com β†—

Frequently asked

Does Claude Fable 5.1 support tool_choice: any or tool_choice: tool?

No. Anthropic rejects these modes for this model with a 400, and TheRouter enforces the same rejection at both the /v1/messages and /v1/chat/completions entry points before any upstream call. Use tool_choice: auto/none, or the strict/output_schema migration path, instead.

re-authored by TheRouter
Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release dateβ€”β€”to verify
Anthropic model idβ€”β€”verified
Context windowβ€”β€”verified
Maximum outputβ€”β€”verified
Training cutoffβ€”β€”unknown
Licensewww.anthropic.com β†—2026-09-17verified
Pricing (input / output)platform.claude.com β†—2026-09-17verified
Official benchmark tableplatform.claude.com β†—2026-09-17unknown
Claude Fable 5.1 launches as successor to Fable 5platform.claude.com β†—2026-09-17verified
Customer Support