← All models
Try in Chat
Kimi K2.6
kimi-k2.6
Moonshot AI's multimodal model for long-horizon coding, agentic execution, tool use, and reasoning.
chatreasoningcodevision
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Inceptron | Lund, Sweden | €0.70/M tokens | €3.35/M tokens |
Specifications
Context window
262K
Providers
1
Released
Apr 2026
Try Kimi K2.6
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.6",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'