← All models
Try in Chat
DeepSeek R1 (0528)
deepseek-r1-0528
DeepSeek R1 open reasoning model, 0528 refresh. 164K token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| TensorX | Dublin, Ireland | €0.63/M tokens | €2.49/M tokens |
TensorX Dublin, Ireland
- Input
- €0.63/M
- Output
- €2.49/M
Specifications
Context window
168K
Providers
1
Released
May 2025
Try DeepSeek R1 (0528)
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-r1-0528",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'