Back to Models
Qwen: Qwen3.6 Plus
qwen/qwen3.6-plusApr 2, 20261M context65.5K max output$0.50/M in · $3.00/M outReasoning
Description
Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers major gains in agentic coding, front-end development, and overall reasoning, with a significantly improved “vibe coding” experience. The model excels at complex tasks such as 3D scenes, games, and repository-level problem solving, achieving a 78.8 score on SWE-bench Verified. It represents a substantial leap in both pure-text and multimodal capabilities, performing at the level of leading state-of-the-art models.
Specifications
Provider
qwen
Context Length
1M
Max Output
65.5K
Modality
Intextimagevideo
Outtext
Pricing
| Type | ≤256K | >256K |
|---|---|---|
| Input | $0.50 | $2.00 |
| Output | $3.00 | $6.00 |
| Cache Write | $0.63 | $2.50 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.6-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'