← All models
Try in Chat
Kimi K2.7 Code
kimi-k2.7-code
Moonshot AI Kimi K2.7 Code model with 1T total and 32B active MoE parameters. Specialized for long-horizon coding, agentic execution, tool use, and reasoning. Supports text and image input.
chatcodereasoningvision
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Inceptron | Lund, Sweden | €0.91/M tokens | €3.83/M tokens |
Inceptron Lund, Sweden
- Input
- €0.91/M
- Output
- €3.83/M
Specifications
Context window
262K
Providers
1
Released
Jun 2026
Try Kimi K2.7 Code
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.7-code",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'