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
Benchmarks
- Intelligence index
- 53
- Coding index
- 69
- Agentic index
- 50
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · 3d | 1,362 | 58.6 |
| models · uicomponent | 1,352 | 58.8 |
| models · gamedev | 1,337 | 55 |
| models · codecategories | 1,309 | 54.1 |
| models · website | 1,294 | 52.7 |
| models · dataviz | 1,279 | 51.9 |
| models · asciiart | 1,237 | 48.4 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Uptime on IranRouter
0.3%
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
Ranked by daily token volume across the global model market; the figure above the chart is the daily average.
Supported parameters
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.