← All models
Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and...
At a glance
- Context window
- 262Ktokens
- Max output
- 66Ktokens
- Knowledge to
- —
- Released
- 2026
Capabilities
CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupported
Performance
Uptime on IranRouter
0%
Aug 18Sep 16
Reference uptime
100%
Aug 18Sep 16
Median latency
1,489 ms
Aug 18Sep 16
Throughput
47.8 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.
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.6-max-preview",
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.