Back to Models
Kimi K2.6
moonshotmoonshot/kimi-k2.6
Moonshot AI's 2026-04 flagship β 1T-parameter MoE that ties GPT-5.5 on coding benchmarks. Agent swarm scales to 300 sub-agents and 4000 coordinated steps. Open-weight.
Context Length
256K
Max Output
64K
Input Priceper 1M tokens
$1.14/ 1M tokens
Output Priceper 1M tokens
$5.40/ 1M tokens
Modalities
textimageβtext
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $1.14 / 1M tokens |
| Output | $5.40 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "moonshot/kimi-k2.6",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'