Available now
Alibaba
qwen3-coder-plus
Qwen3 Coder Plus is Alibaba's proprietary version of the Open Source Qwen3 Coder 480B A35B. It is a powerful coding agent model specializing in autonomous programming via tool calling and...
TextToolsOpen Weights1MCache
Input$1.00/ 1M
Output$4.99/ 1M
Endpointsopenai, anthropic
Capabilities
ToolsCacheStructured
Modalities
Input
text
Output
text
Quick stats
Context window1M
Max output65.5K
Modechat
TokenizerQwen3
Knowledge cutoff2025
Performance
Loading performance data...
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| frequency_penalty | - | (do not send) |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | (do not send) | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | (do not send) |
§ 01
Pricing
| Input price | $1.00 · 1M tokens |
| Output price | $4.99 · 1M tokens |
| Compatible endpoints | openai, anthropic |
| Vendor | Alibaba |
§ 02
Call qwen3-coder-plus from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-coder-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
Frequently asked questions
How much does qwen3-coder-plus cost per 1M tokens?
Input is priced at $1.00 per 1M tokens, output at $4.99 per 1M tokens. Billing is per token, no rounding to batch sizes.
How do I access qwen3-coder-plus via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=qwen3-coder-plus. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
§ 04
Similar models
Try qwen3-coder-plus now
Create an API key and start making requests in under a minute.