qwen3.6-35b-a3b
Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35 billion total parameters and 3 billion active parameters per token. It uses a hybrid sparse mixture-of-experts architecture combining Gated...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | |
| include_reasoning | - | |
| logit_bias | - | - |
| max_tokens | - | |
| min_p | - | - |
| presence_penalty | - | |
| reasoning | - | |
| repetition_penalty | - | |
| response_format | - | |
| seed | - | - |
| stop | - | - |
| structured_outputs | - | - |
| temperature | 1 | |
| tool_choice | - | - |
| tools | - | - |
| top_k | 20 | |
| top_p | 0.95 |
Prezzi
| Prezzo di input | $0.00 · 1M token |
| Prezzo di output | $0.00 · 1M token |
| Finestra di contesto | 262.1K token |
| Endpoint compatibili | openai |
| Provider | Alibaba |
Chiamare qwen3.6-35b-a3b 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.6-35b-a3b",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa qwen3.6-35b-a3b per 1M token?
L'input ha un prezzo di $0.00 per 1M token, l'output di $0.00 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a qwen3.6-35b-a3b tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=qwen3.6-35b-a3b. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di qwen3.6-35b-a3b?
qwen3.6-35b-a3b supporta una finestra di contesto di 262.1K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova qwen3.6-35b-a3b ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.