← All models
Try in Chat
DeepSeek V4.1 Flash
deepseek-v4.1-flash
DeepSeek V4.1 Flash multimodal MoE (552B backbone, 8B/16B active): frontier agentic coding at flash speed, native image understanding, 1M context.
chatreasoningcodetoolsvision
pricing
prices include ozeye's margin. prices excl. VAT.
| provider | location | input | cached input | output | context window |
|---|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.4790/M | €0.1245/M | €1.437/M | 1M |
TensorX Dublin, Ireland
- input
- €0.4790/M
- cached input
- €0.1245/M
- output
- €1.437/M
- context
- 1M
Specifications
Context window
1M
Providers
1
Released
Sep 2026
Try DeepSeek V4.1 Flash
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.1-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'