- Organizations
- Qwen
- Qwen3.6 Plus
Qwen3.6 Plus: API Pricing, Context Window & Benchmarks
Qwen3.6 Plus is a language model from Qwen, released in March 2026, with multimodal input, a 1M-token context window, and pricing from $0.500/M input and $3.00/M output.
Qwen3.6 Plus is Alibaba's next-generation flagship model featuring a 1 million token native context window, up to 65,536 output tokens, and always-on chain-of-thought reasoning. It uses a next-generation hybrid architecture optimized for
Qwen3.6 Plus benchmarks
Rankings
Quality Tracker
Qwen3.6 Plus Performance Across Datasets
Scores sourced from the model's scorecard, paper, or official blog posts
Qwen3.6 Plus pricing
Providers
Qwen3.6 Plus starts at $0.500 per million input tokens and $3.00 per million output tokens via Together.
| Provider | Input $/M | Output $/M | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $0.500 | $3.00 | 1.0M/65.5K | 1.86/2.13 | 162/132 | 27.59%(29) | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.
Qwen3.6 Plus context window
Input and output token limits for Qwen3.6 Plus, plus how it ranks on long-context understanding.
Qwen3.6 Plus API
Run a request to see the response
Use it in your code
Billed at $0.50 input / $3.00 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="qwen3.6-plus",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
Qwen3.6 Plus latency
Qwen3.6 Plus time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Provider operational metrics
Time to first token, output throughput, and failed-request rate from live API traffic
Qwen3.6 Plus examples
Recent arena outputs from Qwen3.6 Plus, picked from the highest-ranked matchups.
Qwen3.6 Plus license
Qwen3.6 Plus is a proprietary model available under its provider's product and API terms.
- License
- Proprietary
- Hosted access
Proprietary license - usage restrictions apply
Qwen3.6 Plus resources
Official sources for Qwen3.6 Plus: api documentation, official playground, official launch post.
Qwen3.6 Plus vs other models
The most-compared alternatives to Qwen3.6 Plus are Gemini 3 Flash, MiMo-V2.5-Pro, Qwen3.7 Max. Open any pair side-by-side for benchmarks, pricing, context, and latency.
Models like Qwen3.6 Plus
Models ranked just above and below Qwen3.6 Plus by LLM Stats score.
FAQ
Common questions about Qwen3.6 Plus.