Moonshot
Kimi K2.7 Code API
A coding-focused model for agentic programming, repository-level edits, and multi-step developer workflows.
CodeAgentsRepositories
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.72/ 1MPublic ref.$0.95
Output
$3/ 1MPublic ref.$4
Call Kimi K2.7 Code in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tokimi-k2.7-code.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [{"role": "user", "content": "Hello"}]
}'