Qwen3.6 Plus

qwen/qwen3.6-plus
by Qwen · text+image+video in · text out · 1.05M ctx · 2026-04-02

Qwen3.6 Plus — flagship multimodal chat (text/image/video), 1M context, Vibe Coding + function calli…

INPUT$0.28/ 1M tokens
OUTPUT$1.65/ 1M tokens
p50 TTFT2.98 s7d
p95 TTFT10.58 s7d
TRAFFIC56.6Mtokens / 7d
Code samples
from openai import OpenAI

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

response = client.chat.completions.create(
    model="qwen/qwen3.6-plus",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokens
256K$0.276$1.65
1.0M$1.10$6.60
Tier selected by input token count of each request
Performance
TTFT p50
2.98 s
Output speed
56.3 tok/s
TTFT p95
10.58 s
Error rate
0.48%
Public benchmarks
AA Coding
42.9
AA Intelligence
50.0
GPQA Diamond
88.2
Humanity's Last Exam
25.7
IFBench
75.2
Long-Context Recall
69.7
SciCode
40.7
TerminalBench Hard
43.9
τ²-Bench
97.7
Source: artificialanalysis.ai
FAQ
How much does Qwen: Qwen3.6 Plus cost on OrcaRouter?
Qwen: Qwen3.6 Plus is priced at $0.28 per 1M input tokens and $1.65 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Qwen: Qwen3.6 Plus's context window?
Qwen: Qwen3.6 Plus supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Qwen: Qwen3.6 Plus via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.6-plus" in the chat.completions.create call.
Does OrcaRouter rate-limit Qwen: Qwen3.6 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.6 Plus$0.28/M in2975ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.6-plus" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.6-plus.svg" alt="Qwen: Qwen3.6 Plus on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.6 Plus](https://www.orcarouter.ai/embed/qwen/qwen3.6-plus.svg)](https://www.orcarouter.ai/models/qwen/qwen3.6-plus)