← All models
Try in Chat
Kimi K3
kimi-k3
Moonshot AI Kimi K3 frontier model with strong reasoning, agentic tool use, and vision input. 1M token context window.
chatreasoningcodevisiontools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €2.87/M tokens | €14.37/M tokens | 1M |
TensorX Dublin, Ireland
- Input
- €2.87/M
- Output
- €14.37/M
- Context
- 1M
Specifications
Context window
1M
Providers
1
Released
Jul 2026
Try Kimi K3
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": "kimi-k3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'