Final Router

DeepSeek · model

DeepSeek V4 Pro

Reasoning, Huge context, Very cheap. Called through Final Router's one OpenAI-compatible endpoint at DeepSeek's list price, with no markup on tokens.

Model id: deepseek/deepseek-v4-pro
Input price$0.66per 1M tokens
Output price$1.98per 1M tokens
Context window1Mtokens
Typical speed1.6smedian
Quality score90/100composite
ProviderDeepSeekprocessed in CN

Note: Between 01:00-04:00 and 06:00-10:00 UTC this model costs $1.32 in and $3.96 out, per 1M.

Verified 2026-08-21DeepSeek's own list price, with no markup on tokens - a 5.5% fee applies only when you add credits.

Call DeepSeek V4 Pro in one line

DeepSeek V4 Pro speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.

Call DeepSeek V4 Pro
from openai import OpenAI

client = OpenAI(
    api_key="fr_live_...",                     # your Final Router key
    base_url="https://finalrouter.com/api/v1"  # the only line you change
)

resp = client.chat.completions.create(
    model="deepseek/deepseek-v4-pro",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Data & residency

Their privacy policy states data is collected, processed and stored in the People's Republic of China. The one provider in the catalogue where the answer is neither the EU nor the US.

Training: may use prompts for training on the tier we route to. Retention: Used to train their models unless you opt out; stored in the People's Republic of China.

DeepSeek's policy, read 2026-08-21 →

Route it, don't pin it

Name DeepSeek V4 Pro as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.

Start free

DeepSeek V4 Pro FAQ

How much does DeepSeek V4 Pro cost through Final Router?
$0.66 per million input tokens and $1.98 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
What is DeepSeek V4 Pro's context window?
1,000,000 tokens.
Does DeepSeek V4 Pro train on my data?
On the tier we route to, DeepSeek may use prompts for training - check which key you connected.
How do I call DeepSeek V4 Pro?
Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "deepseek/deepseek-v4-pro". Your existing code does not change.

Compare with

All comparisons

deepseek-v4-proLatency and quality are seed figures used for routing order, not billing. Prices are what you are charged.