WorldRouter

Models
Moonshottext

Kimi K2.6

Updated Moonshot model with stronger long-context reasoning and higher output quality for research and document-heavy workflows.

kimi-k2.6

Quickstart

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.6",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'