IranRouter
All models
Qwen

Qwen: Qwen3.7 Flash

Unavailable

by Qwen

qwen/qwen3.7-flashUsage rank #45

Qwen3.7 Flash is a vision-language reasoning model from Alibaba. It is suited for multimodal agents, visual coding, search, and computer interaction, with strengths in object recognition, spatial understanding, and real-world...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupported

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

780 ms

Aug 18Sep 16

Throughput

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

Daily tokens · 90 days

28.8B

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_reasoninglogprobsmax_tokenspresence_penaltyreasoningresponse_formatseedtemperaturetool_choicetoolstop_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-flash",
    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.