Context
256K
Input
text, image, video
Output
text
Tool calling
Supported
About this model
Kimi K2.7 Code is a coding-focused agentic model built upon Kimi K2.6. With substantial improvements on real-world long-horizon coding tasks, it strengthens end-to-end task completion across complex software engineering workflows while improving token efficiency, reducing thinking-token usage by approximately 30% compared with Kimi K2.6.
Input modalities
text
Accepted as model input
image
Accepted as model input
video
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.950 / 1M tokens
Output tokens
$4.000 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.950 / 1M tokens |
| Output tokens | $4.000 / 1M tokens |
| Cached input tokens | $0.190 / 1M tokens |
Performance
Published evaluation results associated with this model.
Kimi Code Bench v2
score62
Program Bench
score53.6
MLS Bench Lite
score35.1
Kimi Claw 24/7 Bench
score46.9
MCP Atlas
score76
MCP Mark Verified
score81.1
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshotai/Kimi-K2.7-Code",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'