Back to Models
M

Kimi K2.6

Kimi
by Moonshot AI

1T multimodal MoE for long-horizon coding, agentic tool use, and image/video understanding.

Free EndpointDownloadableMay 1, 2026open license15M API calls / 30d

Specifications

Context Length
2M
2,000,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
3
text→text, image+text→text, video→text

Capabilities

text generationchatcodevisionagenticfunction calling

Tags

multimodalcodingagenticMoE

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

moonshotai/kimi-k2.6
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/kimi-k2.6",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'