IranRouter
All models
Anthropic

Claude Opus 5

Unavailable

by Anthropic

anthropic/claude-opus-5Usage rank #20

Claude Opus 5 is Anthropic’s flagship model for demanding reasoning, coding, and long-horizon agentic work. It is particularly strong at end-to-end software tasks, code review and bug finding, visual analysis...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedmaxxhighhighmediumlow

Benchmarks

Intelligence index
51
Coding index
78
Agentic index
56

Design Arena

CategoryEloWin rate
models · asciiart1,38970.9
models · gamedev1,36359.5
models · 3d1,36261.6
models · uicomponent1,36161.4
models · dataviz1,35661.3
models · svg1,35062.1
models · codecategories1,33858.2
models · website1,31956.3

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.871,188
tau_bench_verified_airline0.8300

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

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

3,683 ms

Aug 18Sep 16

Throughput

59.5 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
#20
Rank change, 7 days
-5

Daily tokens · 90 days

215.4B

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_outputstemperaturetool_choicetoolsverbosity

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-opus-5",
    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.