qwen3.6-plus· Released Apr 2, 2026
qwen/qwen3.6-plus
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...
Input
From$0.2484/M
Output
From$1.4859/M
Context
Up to 1M
Max output
Up to 66K
Modalities
TextImageVideoTextInput and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.
Upstreams & pricing
| Upstream | Context | Max output | Input $/1M | Output $/1M | Cached input $/1M |
|---|---|---|---|---|---|
Zenlayer AI Gateway-openai_compat (Global)From price | 1M | 66K | ≤262K$0.2484 >262K$0.9909 | ≤262K$1.4859 >262K$5.9418 | ≤262K$0.0252 >262K$0.0999 |
Routed in real time — you pay the listed price of whichever upstream serves your call.
How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
-H "Authorization: Bearer $TX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.6-plus",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'