IranRouter
All models
Anthropic

Anthropic: Claude Fable 5.1

Unavailable

by Anthropic

anthropic/claude-fable-5.1Usage rank #37

Claude Fable 5.1 improves on Claude Fable 5 across the board, with the biggest gains in agentic coding, long-running agentic workflows, and knowledge work: long code refactors, front-end and visual...

At a glance

Context window
1Mtokens
Max output
128Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedmaxxhighhighmediumlow

Benchmarks

Intelligence index
53
Coding index
82
Agentic index
58

Design Arena

CategoryEloWin rate
models · 3d1,42568.7
models · gamedev1,41667.1
models · dataviz1,36463.1
models · svg1,35264.4
models · codecategories1,34659.1
models · uicomponent1,33558.1
models · asciiart1,32965.5
models · website1,32256.3

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.9396
tau_bench_verified_airline0.7850

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

0%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

5,545 ms

Aug 18Sep 16

Throughput

44.1 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#37
Rank change, 7 days
+5

Daily tokens · 90 days

58.5B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

include_reasoningmax_completion_tokensmax_tokensreasoningreasoning_effortresponse_formatstopstructured_outputstoolsverbosity

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="anthropic/claude-fable-5.1",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.