← All models
Try in Chat
Kimi K2.5
kimi-k2.5
Moonshot AI Kimi K2.5 model with vision input and tool calling. 256K token context window.
chatcodevisiontools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| TensorX | Dublin, Ireland | €0.48/M tokens | €2.68/M tokens |
TensorX Dublin, Ireland
- Input
- €0.48/M
- Output
- €2.68/M
Specifications
Context window
262K
Providers
1
Released
Mar 2026
Try Kimi K2.5
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": "kimi-k2.5",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'