IranRouter
All models
Qwen

Qwen: Qwen3.8 27B

Unavailable

by Qwen

qwen/qwen3.8-27bUsage rank #49

Qwen3.8 27B is an open-weight dense vision-language model from Qwen. It is suited for coding, professional workflows, research, multimodal interaction, and long-running agent tasks, with flexible thinking that can be...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupportedxhighmediumlow

Benchmarks

Intelligence index
34
Coding index
68
Agentic index
47

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.82792
tau_bench_verified_airline0.77150

Source: Artificial Analysis · as of Sep 16, 2026

Performance

Uptime on IranRouter

16.7%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,476 ms

Aug 18Sep 16

Throughput

41.6 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
#49
Rank change, 7 days
+1

Daily tokens · 90 days

35.2B

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_reasoninglogit_biaslogprobsmax_tokensmin_ppresence_penaltyreasoningreasoning_effortrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_atop_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.8-27b",
    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.