qwen3.7-max
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
Performance
Prezzi
| Prezzo di input | $0.90 · 1M token |
| Prezzo di output | $2.70 · 1M token |
| Endpoint compatibili | openai, anthropic |
| Provider | Alibaba |
Chiamare qwen3.7-max 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.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa qwen3.7-max per 1M token?
L'input ha un prezzo di $0.90 per 1M token, l'output di $2.70 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a qwen3.7-max tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=qwen3.7-max. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova qwen3.7-max ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.