← All models
Try in Chat
DeepSeek V4 Pro
deepseek-v4-pro
DeepSeek V4 Pro reasoning model for complex coding and agentic workloads. 1M token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €1.68/M tokens | €3.35/M tokens | 1M |
TensorX Dublin, Ireland
- Input
- €1.68/M
- Output
- €3.35/M
- Context
- 1M
Specifications
Context window
1M
Providers
1
Released
Jul 2026
Try DeepSeek V4 Pro
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-pro",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'