Models
Moonshottext
Kimi K2.7 Code
Moonshot coding model served through the OpenClaw route for software engineering and agent workflows.
kimi-k2.7-codeQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.7-code",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'