DeepSeek
deepseek/…
Every DeepSeek model we serve, with the numbers most providers leave out — the quantisation each endpoint actually runs at, measured first-token latency, and real uptime. Model ids are copyable: pass one straight to any OpenAI-compatible client.
DeepSeek V4 Flash is a 284B mixture-of-experts model activating roughly 13B parameters per token, with a 1M context window. It uses compressed latent attention, so a very long prompt costs far less memory than its length suggests. Built for work that needs a whole corpus in one pass — repository-wide code analysis, long document synthesis and multi-step reasoning over large inputs.
- Parameters
- 284B (13B active)
- Max context
- 1024K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| Undisclosed | 1024K | 648ms | 56 tok/s | 99.96% | $0.10 | $0.20 | $0.02 | live |
DeepSeek V4.1 Flash is a sparse mixture-of-experts model and the first built on DeepSeek's Causal Encoder-Decoder architecture, activating 8B parameters on input and 16B on output. It accepts text and images, holds a 1,048,576-token context, and supports tool calling, structured output and reasoning control. The asymmetric activation makes it unusually cheap on long inputs, which suits whole-repository code work, long document synthesis and agent runs that accumulate a large history.
- Parameters
- —
- Max context
- 1024K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| Undisclosed | 1024K | — | — | 99.79% | $0.35 | $1.25 | $0.007 | live |
The GA release of DeepSeek V4 Pro: a large mixture-of-experts model with a one-million-token context window and strong tool-calling and agentic behaviour.
- Parameters
- —
- Max context
- 1024K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| Undisclosed | 1024K | — | — | 99.96% | $1.32 | $3.96 | $0.044 | live |