← All models
Try in Chat
DeepSeek V3.2
deepseek-v3.2
DeepSeek V3.2 reasoning model with tool calling. 160K token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.29/M tokens | €0.48/M tokens | 164K |
TensorX Dublin, Ireland
- Input
- €0.29/M
- Output
- €0.48/M
- Context
- 164K
Specifications
Context window
164K
Providers
1
Released
Dec 2025
Try DeepSeek V3.2
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-v3.2",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'