qwen3-coder-next· Released Feb 4, 2026
qwen/qwen3-coder-next
Qwen3-Coder-Next is an open-weight causal language model optimized for coding agents and local development workflows. It uses a sparse MoE design with 80B total parameters and only 3B activated per...
Input
From$0.129018/M
Output
From$0.516069/M
Context
Up to 262K
Max output
Up to 262K
Modalities
TextTextInput 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 |
|---|---|---|---|---|
Zenlayer AI Gateway-openai_compat (Global)From price | 262K | 262K | ≤33K$0.129018 ≤131K$0.193526 >131K$0.322543 | ≤33K$0.516069 ≤131K$0.774103 >131K$1.29017 |
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-coder-next",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'