novita
moonshotai/kimi-k2.7-code
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.
Capabilities
text
Available through the unified API
image
Available through the unified API
video
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "0ae438a663344d65b3f0e46d2ad60aa2",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
0ae438a663344d65b3f0e46d2ad60aa2
Input
$0.950 / 1M
Output
$4.000 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.950 / 1M |
| Output tokens | $4.000 / 1M |
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/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "0ae438a663344d65b3f0e46d2ad60aa2",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'