deepseek-v4-pro · DeepSeek · text
| Off-Peak Hours | |
|---|---|
| Input | $0.67/M |
| Output | $2.01/M |
| Cache Read | $0.0224/M |
Peak hours: 09:00-12:00 · 14:00-18:00
DeepSeek V4 Pro is DeepSeek's flagship model, offering 1M context with strong reasoning and coding capabilities. It supports disk-based context caching, where a cache hit costs just 7% of the input price, giving it a major cost advantage in long-context scenarios. Compatible with the OpenAI Chat Completions API.
1M context; disk caching (cache_hit ~26% of cache_miss); visual understanding; Function Calling; JSON mode; FIM completion; OpenAI API compatible.
Complex reasoning tasks; long-document analysis; code generation and completion; Chinese-language understanding; agent workflows; batch data processing; academic research.
Does not generate images; caching depends on hits (not guaranteed); high concurrency requires contacting sales; the FP8 quantized version is cheaper but with a slight accuracy loss.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="deepseek-v4-pro"
claude