deepseek-v3.2-exp
DeepSeek-V3.2-Exp is an experimental large language model released by DeepSeek as an intermediate step between V3.1 and future architectures. It introduces DeepSeek Sparse Attention (DSA), a fine-grained sparse attention mechanism...
Yetenekler
Modaliteler
Hızlı istatistikler
Performans
Desteklenen parametreler
| Parametre | Her zaman | Varsayılan |
|---|---|---|
| frequency_penalty | (gönderme) | |
| include_reasoning | - | |
| logit_bias | - | - |
| max_tokens | - | |
| min_p | - | - |
| presence_penalty | - | - |
| reasoning | - | |
| repetition_penalty | - | - |
| response_format | - | |
| seed | - | - |
| stop | - | - |
| structured_outputs | - | |
| temperature | 0.6 | |
| tool_choice | - | |
| tools | - | |
| top_k | - | |
| top_p | 0.95 |
Fiyatlandırma
| Girdi fiyatı | $0.60 · 1M token |
| Çıktı fiyatı | $0.90 · 1M token |
| Context penceresi | 131.1K token |
| Uyumlu endpointler | openai |
| Sağlayıcı | DeepSeek |
deepseek-v3.2-exp'i kodunuzdan çağırın
Herhangi bir OpenAI uyumlu SDK'yı UnoRouter'e yönlendirin ve modeli adıyla isteyin. YOUR_API_KEY'i dashboardunuzdaki gerçek bir anahtarla değiştirin.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v3.2-exp",
"messages": [{"role": "user", "content": "Hello!"}]
}'Sık sorulan sorular
deepseek-v3.2-exp 1M token başına ne kadar tutar?
Girdi 1M token başına $0.60, çıktı 1M token başına $0.90 fiyatlandırılır. Faturalandırma token başınadır, batch boyutlarına yuvarlama yoktur.
deepseek-v3.2-exp'e API üzerinden nasıl erişirim?
UnoRouter /v1/chat/completions endpointine model=deepseek-v3.2-exp ile istek gönderin. Herhangi bir OpenAI uyumlu istemci kütüphanesi çalışır. Kimlik doğrulama standart Bearer token kullanır.
deepseek-v3.2-exp'in context penceresi nedir?
deepseek-v3.2-exp isteminiz ile modelin yanıtı arasında paylaşılan 131.1K tokenlik bir context penceresini destekler.
Benzer modeller
deepseek-v3.2-exp'i şimdi deneyin
Bir API anahtarı oluşturun ve bir dakikadan kısa sürede istek göndermeye başlayın.