DeepSeek
DeepSeek V3
deepseek-chatKonteks
131K
Input / 1M token
$0.2800
Output / 1M token
$0.4200
Rumus weighted token
1× provider × 1× tier
Tentang model ini
DeepSeek V3
DeepSeek's direct DeepSeek-V3 endpoint. Same weights as our `deepseek-v3` slug but a different route (DeepSeek's own infrastructure). Use this slug when you want the deterministic direct route at standard published pricing.
Rilis
2024-12
Batas data latih
2024-07
Parameter
MoE 671B (37B active)
Paling cocok untuk
Kasus penggunaan
- ✓Customers pinning to DeepSeek's direct route
- ✓Same use cases as DeepSeek V3
Kelebihan
Yang dikerjakan dengan baik
- ●Direct provider route
- ●Standard DeepSeek pricing
- ●Same weights as deepseek-v3
Keterbatasan
Pahami trade-off-nya
- !More expensive than the deepseek-v3 alternative route
- !Same model, double the cost
Contoh kode
Chat completion dengan DeepSeek V3
from openai import OpenAI
client = OpenAI(
base_url="https://api.anoman.io/v1",
api_key="anm-sk-..."
)
response = client.chat.completions.create(
model="deepseek-chat",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Weighted token
weighted_tokens = raw_tokens × 1 (provider) × 1 (tier)
Paket Pro: 20 jt weighted token/bulan. Multiplier gabungan 1×: 20,000,000 raw token tersedia.
Alternatif
Model serupa di katalog kami
Beban kerja yang cocok dengan DeepSeek V3 sering cocok dengan ini juga. Bandingkan benchmark dan harga sebelum menetapkan default.