deepseek-chat API — compare providers

The same model (deepseek-chat) is served by 2 providers; DeepInfra is the cheapest at $1.21/1M blended — the priciest (DeepSeek) costs 13% more.

LicenseMITopen weights · permissive · terms
Knowledge cutoffMarch 2026source · ranked
RankProviderInput /1MOutput /1MBlended /1M
1DeepInfra$0.32$0.89$1.21 ← cheapest
2DeepSeek$0.27$1.1$1.37

Prices are per 1M tokens (USD). "Blended" = input + output, for coarse ranking. Same underlying model, 2 serving providers, 13% spread top to bottom. Context window: 64,000 tokens (8,192 max output) — see how it ranks in biggest context windows. See how this compares across the catalogue in same model, different price.

Cost per 1,000 requests by workload

What each provider actually bills for a representative job, not just the sticker price.

ProviderChatbot
1000 in / 500 out
RAG / long context
8000 in / 500 out
Batch summarize
4000 in / 1000 out
DeepInfra$0.76$3.00$2.17
DeepSeek$0.82$2.71$2.18

Estimate your own workload

Input tokens/request:   Output tokens/request:   Requests:

ProviderEstimated cost (USD)

Self-host / quantized builds

Open weights under MIT — you can run deepseek-chat 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.

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, or the full self-host break-even calculator.