IranRouter
All models
Qwen

Qwen: Qwen3.8 Max

Available

by Qwen

qwen/qwen3.8-max

Qwen3.8 Max is the flagship model in Alibaba's Qwen3.8 series, the general-availability successor to the Qwen3.8 Max Preview. It is a multimodal reasoning model intended for complex reasoning, visual understanding,...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupportedxhighhighmediumlowminimal

Benchmarks

Intelligence index
53
Coding index
69
Agentic index
50

Design Arena

CategoryEloWin rate
models · 3d1,36258.6
models · uicomponent1,35258.8
models · gamedev1,33755
models · codecategories1,30954.1
models · website1,29452.7
models · dataviz1,27951.9
models · asciiart1,23748.4

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

Performance

Uptime on IranRouter

0.3%

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
Rank change, 7 days

Daily tokens · 90 days

42.6B

Jun 18Sep 15

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

Supported parameters

frequency_penaltyinclude_reasoninglogprobsmax_tokenspresence_penaltyreasoningreasoning_effortresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

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="qwen/qwen3.8-max",
    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.