← All models
Try in Chat
DeepSeek V4 Flash (0731)
deepseek-v4-flash-0731
DeepSeek V4 Flash pinned snapshot 0731. Fast, low-cost reasoning model with tool calling.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.24/M tokens | €0.29/M tokens | 1M |
| Inceptron | Lund, Sweden | €0.12/M tokens | €0.27/M tokens | 1M |
| Scaleway | Paris, France | €0.45/M tokens | €0.90/M tokens | 262K |
TensorX Dublin, Ireland
- Input
- €0.24/M
- Output
- €0.29/M
- Context
- 1M
Inceptron Lund, Sweden
- Input
- €0.12/M
- Output
- €0.27/M
- Context
- 1M
Scaleway Paris, France
- Input
- €0.45/M
- Output
- €0.90/M
- Context
- 262K
Specifications
Context window
1M
Providers
3
Released
Jul 2026
Try DeepSeek V4 Flash (0731)
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-flash-0731",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'