Kimi K2.7 Code on Vidman AI
kimi-k2.7-code
+50%First top-up
Get 50% extra on your first wallet top-up.
Create an account128K contextTool callingReasoning
Pricing
₹ per 1M tokens · as of 29 August 2026| Input | ₹75.64 |
| Output | ₹321.47 |
| Cached input | ₹7.56 |
Flat rate — every request bills the same. Full catalog and comparisons on the pricing comparison page.
Where it fits
Purpose-built for code. Repository-scale edits, test generation, and repair loops — the Kimi family’s coding specialist at a mid-range rate.
Not sure? Vidman AI Adaptive routes to the best model per request, including this one.
Call it now — OpenAI-compatible
curl https://api.vidman.ai/v1/chat/completions \
-H "Authorization: Bearer $VIDMAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [{ "role": "user", "content": "Hello" }]
}'Existing OpenAI SDK code works by changing the base URL to https://api.vidman.ai/v1 and the key.