Qwen3.7 Plus

qwen/qwen3.7-plus
NewFeatured
by Qwen · text+image+video in · text out · 1M ctx · 2026-06-01

Qwen3.7-Plus is Alibaba's most capable multimodal agent model, unifying vision and language into a s…

INPUT$0.35/ 1M tokens
OUTPUT$1.42/ 1M tokens
p50 TTFT5.25 s7d
p95 TTFT12.77 s7d
TRAFFIC6.3Mtokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen3.7-plus",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokensCache read / 1M
256K$0.350$1.42$0.071
$1.06$4.25$0.210
Tier selected by input token count of each request
Performance
p50 TTFT
5.25 s
Output speed
55.0 tok/s
p95 TTFT
12.77 s
Error rate
0%
Public benchmarks
AndroidWorld
81.0
BFCL-V4
72.9
Deep-Planning
62.3
GPQA Diamond
90.3
HLE
34.7
HMMT 2026 Feb
92.9
IFEval
94.6
IMOAnswerBench
86.0
LiveCodeBench
89.6
MathVision
90.3
MCP-Atlas
73.2
MLVU (M-Avg)
87.4
MMLU-Pro
88.5
MMMU-Pro
79.0
MRCR-v2 128k
91.7
OCR-Bench-V2(EN)
70.7
OSWorld-Verified
73.3
RealWorldQA
86.9
ScreenSpot Pro
79.0
SpreadSheetBench-v1
86.3
SWE-Pro
57.6
SWE-Verified
77.7
Terminal Bench 2.0-Terminus
70.3
VideoMME (w/ sub.)
88.0
Source: artificialanalysis.ai
FAQ
How much does Qwen: Qwen3.7 Plus cost on OrcaRouter?
Qwen: Qwen3.7 Plus is priced at $0.35 per 1M input tokens and $1.42 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Qwen: Qwen3.7 Plus's context window?
Qwen: Qwen3.7 Plus supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Qwen: Qwen3.7 Plus via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.7-plus" in the chat.completions.create call.
Does OrcaRouter rate-limit Qwen: Qwen3.7 Plus?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
Qwen: Qwen3.7 Plus$0.35/M in5248ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.7-plus" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.7-plus.svg" alt="Qwen: Qwen3.7 Plus on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.7 Plus](https://www.orcarouter.ai/embed/qwen/qwen3.7-plus.svg)](https://www.orcarouter.ai/models/qwen/qwen3.7-plus)