Core capabilities
- 1M context and up to 384K output
- Hybrid thinking and non-thinking operation
- JSON output, tool calls and prefix completion
- OpenAI Chat Completions and Anthropic-compatible interfaces
DeepSeek / current
A long-context general model with thinking and non-thinking modes for reasoning, code and cost-efficient API work.
Hybrid reasoning lets one model trade depth for latency by task, making it a flexible text-workload foundation. V4 Pro is DeepSeek's capability tier with 1.6T total and 49B active parameters. Official APIs provide 1M context, up to 384K output, thinking/non-thinking modes, JSON output and tool calls.
Keep model IDs in configuration, not business logic. Use non-thinking for simple deterministic work and thinking for math, code or planning; cap output aggressively and validate tool arguments before execution.
Aliases and older names are retired over time; isolate model IDs from business logic. The old deepseek-chat and deepseek-reasoner aliases were scheduled for retirement in July 2026. Very long output and low token prices still require schema checks, truncation controls and workload-specific quality evaluation.
Specifications and positioning checked against provider documentation.
Open official source↗