DeepSeek-V4-Pro
azure/deepseek-v4-pro · family deepseek-thinking · in: text → out: text · price provider-declared (via models.dev). Capabilities: reasoning text.
$2.17
Blended $/1M (3:1)
$1.74
Input $/1M
$3.48
Output $/1M
$5.22
1M in + 1M out
—
Cache read $/1M
#5455 of 7,708
Cheapest rank
- Provider
- Azure (
azure) - Kind
- text (outputs text)
- Context
- 1,000,000 tokens
- Max output
- 384,000 tokens
- Capabilities
- reasoning text
Same model, other providers
“DeepSeek-V4-Pro” is offered by 2 providers — cheapest-effective first. Ollama Cloud is the cheapest at $0.99 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Ollama Cloud | $0.66 | $1.98 | $0.99 | 1M |
| Azure (this) | $1.74 | $3.48 | $2.17 | 1M |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at Azure and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):