deepseek-chat-v3 API — compare providers
The same model (deepseek-chat-v3) is served by 4 providers; DeepInfra is the cheapest at $1.14/1M blended — the priciest (Crusoe) costs 75% more. On quality, deepseek-chat-v3 scores 1396 on the LMArena (Chatbot Arena) — so the cheapest endpoint is also the best value per dollar here.
Quality and intelligence scores are attached to the model itself — identical whichever provider serves it. Verified 2026-09-04.
| Rank | Provider | Input /1M | Output /1M | Blended /1M | Value (Elo/$) |
|---|---|---|---|---|---|
| 1 | DeepInfra | $0.24 | $0.9 | $1.14 ← cheapest | 1,225 ← best value |
| 2 | SiliconFlow | $0.25 | $1 | $1.25 | 1,117 |
| 3 | GMICloud | $0.29 | $1.14 | $1.43 | 976 |
| 4 | Crusoe | $0.5 | $1.5 | $2 | 698 |
Value = model Elo ÷ blended price per 1M tokens. Since the model's quality is identical across providers, the cheapest endpoint is also the best value per dollar.
Prices are per 1M tokens (USD). "Blended" = input + output, for coarse ranking. Same underlying model, 4 serving providers, 75% spread top to bottom. Context window: 163,840 tokens (16,384 max output) — see how it ranks in biggest context windows. See how this compares across the catalogue in same model, different price, or find the best quality per dollar in the value ranking.
Cost per 1,000 requests by workload
What each provider actually bills for a representative job, not just the sticker price.
| Provider | Chatbot 1000 in / 500 out | RAG / long context 8000 in / 500 out | Batch summarize 4000 in / 1000 out |
|---|---|---|---|
| DeepInfra | $0.69 | $2.37 | $1.86 |
| SiliconFlow | $0.75 | $2.50 | $2.00 |
| GMICloud | $0.86 | $2.89 | $2.30 |
| Crusoe | $1.25 | $4.75 | $3.50 |
Estimate your own workload
Input tokens/request: Output tokens/request: Requests:
| Provider | Estimated cost (USD) |
|---|
Self-host / quantized builds
Open weights under MIT — you can run deepseek-chat-v3 on your own hardware instead of paying per token. Even quantized to int4 it needs on the order of 402.6 GB of VRAM — quantization lowers the footprint but this model still needs a multi-GPU server, not consumer hardware. Formats: GGUF for llama.cpp / Ollama / LM Studio, AWQ and GPTQ for GPU serving, MLX for Apple silicon.
- GGUF builds llama.cpp · Ollama · LM Studio
- AWQ builds GPU serving (vLLM)
- GPTQ builds GPU serving
- MLX builds Apple silicon
- Ollama library one-command local run
Links search the live model hubs (Hugging Face, Ollama) so they track new builds as they appear — we don't host weights. Which formats exist depends on what the model owner and community have published.
→ See VRAM, GPU and cost vs API for deepseek-chat-v3, or the full self-host break-even calculator.