deepseek-v4-pro
ollama-cloud/deepseek-v4-pro · family deepseek-thinking · in: text → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text.
$0.99
Blended $/1M (3:1)
$0.66
Input $/1M
$1.98
Output $/1M
$2.64
1M in + 1M out
$0.022 −97%
Cache read $/1M
#4010 of 7,713
Cheapest rank
- Provider
- Ollama Cloud (
ollama-cloud) - Kind
- text (outputs text)
- Context
- 1,048,576 tokens
- Max output
- 1,048,576 tokens
- Capabilities
- tools reasoning text
Same model, other providers
“deepseek-v4-pro” is offered by 2 providers — cheapest-effective first. This one (Ollama Cloud) is the cheapest.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Ollama Cloud (this) | $0.66 | $1.98 | $0.99 | 1M |
| Azure | $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 Ollama Cloud 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):