Qwen3.6 Flash

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

Qwen3.6 Flash — multimodal chat (text/image/video) optimized for cost, 1M context, near-flagship cap…

INPUT$0.25/ 1M tokens
OUTPUT$1.50/ 1M tokens
p50 TTFT7.05 s7d
p95 TTFT300.00 s7d
TRAFFIC277.5Ktokens / 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-flash",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokens
256K$0.250$1.50
1.0M$1.00$4.00
Tier selected by input token count of each request
Performance
TTFT p50
7.05 s
Output speed
4260 tok/s
TTFT p95
300.00 s
Error rate
10.6%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does Qwen: Qwen3.6 Flash cost on OrcaRouter?
Qwen: Qwen3.6 Flash is priced at $0.25 per 1M input tokens and $1.50 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Qwen: Qwen3.6 Flash's context window?
Qwen: Qwen3.6 Flash supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Qwen: Qwen3.6 Flash via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.6-flash" in the chat.completions.create call.
Does OrcaRouter rate-limit Qwen: Qwen3.6 Flash?
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 Flash$0.25/M in7047ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.6-flash" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.6-flash.svg" alt="Qwen: Qwen3.6 Flash on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.6 Flash](https://www.orcarouter.ai/embed/qwen/qwen3.6-flash.svg)](https://www.orcarouter.ai/models/qwen/qwen3.6-flash)