Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
At a glance
- Context window
- 1Mtokens
- Max output
- 131Ktokens
- Knowledge to
- —
- Released
- 2026
Capabilities
Benchmarks
- Intelligence index
- 30
- Coding index
- 66
- Agentic index
- 24
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · 3d | 1,296 | 55.4 |
| models · gamedev | 1,292 | 54.4 |
| models · codecategories | 1,291 | 55 |
| models · dataviz | 1,291 | 54.5 |
| models · uicomponent | 1,285 | 54.5 |
| models · website | 1,285 | 55.1 |
| models · svg | 1,244 | 57.9 |
| models · asciiart | 1,231 | 53.6 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Uptime on IranRouter
0%
Reference uptime
100%
Median latency
1,118 ms
Throughput
56.5 tok/s
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
24.9B
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.7-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.