Skip to main content
DeepSeek-V4-Pro

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 Codedeepseek-v4-pro

Playground

deepseek-v4-pro

No output yet

Pricing

PlanContext WindowMax OutputInputOutputCache WriteCache 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

View API Docs

API

Endpoint

POST /v1/messages

Authentication

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
  }'