IranRouter
All models
Qwen

Qwen: Qwen3.7 Max

Unavailable

by Qwen

qwen/qwen3.7-max

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

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupported

Benchmarks

Intelligence index
30
Coding index
66
Agentic index
24

Design Arena

CategoryEloWin rate
models · 3d1,29655.4
models · gamedev1,29254.4
models · codecategories1,29155
models · dataviz1,29154.5
models · uicomponent1,28554.5
models · website1,28555.1
models · svg1,24457.9
models · asciiart1,23153.6

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

Performance

Uptime on IranRouter

0%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,118 ms

Aug 18Sep 16

Throughput

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

Daily tokens · 90 days

24.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

frequency_penaltyinclude_reasoninglogprobsmax_tokenspresence_penaltyreasoningresponse_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.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.