Models
Moonshottext
Kimi K2.5
Moonshot AI's powerful model with strong long-context understanding and reasoning. Excels at document analysis and complex tasks.
kimi-k2.5Quickstart
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.5",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'