🎉 Kimi K2.6 has been released with improved long-context coding stability.
curl --request GET \
--url https://api.moonshot.ai/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "kimi-k2.5",
"object": "model",
"created": 123,
"owned_by": "moonshot",
"context_length": 123,
"supports_image_in": true,
"supports_video_in": true,
"supports_reasoning": true
}
]
}List all currently available models.
curl --request GET \
--url https://api.moonshot.ai/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "kimi-k2.5",
"object": "model",
"created": 123,
"owned_by": "moonshot",
"context_length": 123,
"supports_image_in": true,
"supports_video_in": true,
"supports_reasoning": true
}
]
}List all currently available models.Documentation Index
Fetch the complete documentation index at: https://platform.kimi.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Authorization header expects a Bearer token. Use an MOONSHOT_API_KEY as the token. This is a server-side secret key. Generate one on the API keys page in your dashboard.
Was this page helpful?