deepseek
v4 Pro
Canonical id: deepseek/deepseek-v4-pro · Context: 1M tokens
Tool callingJSON mode
model=auto
Price per 1M tokens
Input $0.435/M · Output $0.87/M
+ LLMRouter platform fee: 1% of provider cost (≈ $0.0043/M in · $0.0087/M out) — billed as its own line, never blended into the price above.
Providers
| Provider | Context | Input $/M | Output $/M |
|---|---|---|---|
| deepseek (viewing) | 1M | $0.435/M | $0.87/M |
| deepinfra | 1M | $1.3/M | $2.6/M |
| digitalocean | 1M | $1.392/M | $2.784/M |
| siliconflow | 1M | $1.6/M | $3.135/M |
| novita | 1M | $1.6/M | $3.2/M |
| fireworks | 1M | $1.74/M | $3.48/M |
| gmicloud | 1M | $1.74/M | $3.48/M |
| qwen | 1M | $2.4/M | $4.8/M |
| qwen-eu | 1M | $2.4/M | $4.8/M |
Served through deepseek's API — 0% additional markup beyond our 1% platform fee. Other rows above are the same model through a different provider — click one to switch.
Capability profile
Reasoning●●●●○4/5
Coding●●●●○4/5
Quality●●●●○4/5
Derived from Artificial Analysis's licensed Intelligence/Coding Index — see the leaderboard for their full, independently measured scores. Source: Artificial Analysis.
API
curl https://api.llmrouter.sh/v1/chat/completions \
-H "Authorization: Bearer llmr_sk_..." \
-H "Content-Type: application/json" \
-d '{"model": "deepseek-v4-pro", "messages": [{"role": "user", "content": "Hello!"}]}'