DeepSeek-V4-Pro
DeepSeek's stronger V4 model for OpenAI-compatible reasoning, coding, and enterprise text workloads.
ReasoningCodingOpenAI Compatible
Context Window
1M
Tokens
Max Output
384K
Tokens
Model Code
deepseek-v4-proPlayground
deepseek-v4-proNo output yet
Pricing
| Plan | Context Window | Max Output | Input | Output | Cache Write | Cache Read |
|---|---|---|---|---|---|---|
deepseek-v4-pro | 1M tokens | - | - | $0.87 1M tokens | - | $0.00363 1M tokens |
Cache Miss Input · $0.435 · 1M tokens
Cache read or cached input pricing applies to reused prompt tokens.
README
DeepSeek-V4-Pro is the higher-capability DeepSeek V4 option for teams that need stronger reasoning, richer generation quality, and predictable token pricing.
- DeepSeek-V4-Pro is suited to complex enterprise assistants, coding support, analytical workflows, and higher-stakes text generation where stronger model quality matters.
- The OpenAI-compatible chat interface allows teams to test DeepSeek-V4-Pro with familiar request shapes, model routing, and API management controls.
- For applications with repeated system prompts or shared retrieved context, cache-hit pricing can improve the economics of long-context deployments.
API
Use the API docs for request format, parameters, and integration details.
DeepSeek's stronger V4 model for OpenAI-compatible reasoning, coding, and enterprise text workloads.
Model Code
deepseek-v4-pro
API
Endpoint
POST /v1/messagesAuthentication
Authorization: Bearer YOUR_REACH_API_KEY anthropic-version: 2023-06-01 Content-Type: application/json
Example
curl -X POST "https://direct.reachapi.ai/v1/messages" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "YOUR_MODEL_ID",
"messages": [
{
"role": "user",
"content": "Introduce ReachAPI in one sentence."
}
],
"max_tokens": 512,
"temperature": 0.2
}'Related Models
Other models from the same vendor
GLM-5.2
Z.AI's GLM-5.2 model for enterprise text generation, reasoning, and OpenAI-compatible API workloads.
DeepSeek-V4-Flash
DeepSeek's fast V4 model for cost-sensitive, OpenAI-compatible text and reasoning workloads.
Kimi K3
Kimi's flagship reasoning model for long-horizon coding, visual understanding, and end-to-end knowledge work.
