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...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | (non inviare) |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | (non inviare) | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | (non inviare) |
Prezzi
| Prezzo di input | $1.00 · 1M token |
| Prezzo di output | $4.99 · 1M token |
| Endpoint compatibili | openai, anthropic |
| Provider | Alibaba |
Chiamare qwen3-coder-plus dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
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!"}]
}'Domande frequenti
Quanto costa qwen3-coder-plus per 1M token?
L'input ha un prezzo di $1.00 per 1M token, l'output di $4.99 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a qwen3-coder-plus tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=qwen3-coder-plus. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova qwen3-coder-plus ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.