DeepSeek V4 Pro

deepseek/deepseek-v4-pro
NewFlagship
by DeepSeek · text in · 1.05M ctx · 2026-04-24

DeepSeek V4 Pro flagship MoE — 1.6T total / 49B active params, 1M context, top-tier reasoning + agen…

INPUT$0.56/ 1M tokens
OUTPUT$1.12/ 1M tokens
p50 TTFT406 ms7d
p95 TTFT2.10 s7d
TRAFFIC163.1Mtokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="deepseek/deepseek-v4-pro",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.560
Output / 1M tokens$1.12
Cache read / 1M$0.0047
CurrencyUSD
Performance
TTFT p50
406 ms
Output speed
30.7 tok/s
TTFT p95
2.10 s
Error rate
0.14%
Public benchmarks
AA Coding
47.5
AA Intelligence
51.5
GPQA Diamond
88.8
Humanity's Last Exam
35.9
IFBench
76.5
Long-Context Recall
66.3
SciCode
50.0
TerminalBench Hard
46.2
τ²-Bench
96.2
Source: artificialanalysis.ai
FAQ
How much does DeepSeek: DeepSeek V4 Pro cost on OrcaRouter?
DeepSeek: DeepSeek V4 Pro is priced at $0.56 per 1M input tokens and $1.12 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is DeepSeek: DeepSeek V4 Pro's context window?
DeepSeek: DeepSeek V4 Pro supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call DeepSeek: DeepSeek V4 Pro via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="deepseek/deepseek-v4-pro" in the chat.completions.create call.
Does OrcaRouter rate-limit DeepSeek: DeepSeek V4 Pro?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
DeepSeek: DeepSeek V4 Pro$0.56/M in406ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/deepseek/deepseek-v4-pro" target="_blank"> <img src="https://www.orcarouter.ai/embed/deepseek/deepseek-v4-pro.svg" alt="DeepSeek: DeepSeek V4 Pro on OrcaRouter" /> </a>
Markdown [![DeepSeek: DeepSeek V4 Pro](https://www.orcarouter.ai/embed/deepseek/deepseek-v4-pro.svg)](https://www.orcarouter.ai/models/deepseek/deepseek-v4-pro)