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