IranRouter
All models
Anthropic

Anthropic: Claude Opus 4.8

Unavailable

by Anthropic

anthropic/claude-opus-4.8Usage rank #42

Claude Opus 4.8 is Anthropic's most capable generally available model in the Opus family. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedmaxxhighhighmediumlow

Benchmarks

Intelligence index
42
Coding index
74
Agentic index
43

Design Arena

CategoryEloWin rate
models · asciiart1,29262.3
models · gamedev1,27953.7
models · uicomponent1,27054.2
models · website1,26753.5
models · codecategories1,26653.3
models · dataviz1,25453.7
models · 3d1,25152.8
models · svg1,21352.7

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.91,188
tau_bench_verified_airline0.76300

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

Performance

Uptime on IranRouter

5.5%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,849 ms

Aug 18Sep 16

Throughput

59.9 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
#42
Rank change, 7 days
+1

Daily tokens · 90 days

156.9B

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-4.8",
    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.