
by Moonshot AI · Kimi's dedicated coding model, for instruction-following across a whole repository.
curl -sS "https://api.webway.example/v1/chat/completions" \
-H "Authorization: Bearer " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'