deepseek-v4-pro
DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. It is designed for advanced reasoning, coding,...
Performance
Prezzi
| Prezzo di input | $0.58 · 1M token |
| Prezzo di output | $1.17 · 1M token |
| Endpoint compatibili | anthropic, openai |
| Provider | DeepSeek |
Chiamare deepseek-v4-pro 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": "deepseek-v4-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa deepseek-v4-pro per 1M token?
L'input ha un prezzo di $0.58 per 1M token, l'output di $1.17 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a deepseek-v4-pro tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=deepseek-v4-pro. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova deepseek-v4-pro ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.