🎉 New kimi k2.5 Multi-modal Model released! Now supports multimodal understanding and processing.
cURL
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.
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.
Model list
"list"
Show child attributes
Was this page helpful?