Models
Moonshottext
Kimi K3
Moonshot's flagship long-horizon coding and knowledge-work model with a 1M-token context window and always-on reasoning.
kimi-k3Quickstart
Call this model
Chat completion
curl https://infer-api-test-46cc90.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k3",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'