Moonshot
Latency—
Throughput—
Upload rate—
Context length262144 tokens
Max output262144 tokens
Input price$0.95per 1M tokens
Output price$4per 1M tokens
Cache read$0.152per 1M tokens
Cache write$0per 1M tokens
/moonshot/kimi-k2.6
Kimi K2.6 is Kimi's latest and most intelligent model, with stronger and more stable long-form coding capabilities, significantly improved instruction following and self-correction, and support for text, image, and video input, thinking and non-thinking modes, conversations, and agent tasks.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.6",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.