Moonshot
Kimi K2.5 API
A general multimodal Kimi model for text, vision reasoning, thinking, and non-thinking usage.
GeneralMultimodal
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.45/ 1MPublic ref.$0.57
Output
$2/ 1MPublic ref.$3.01
Call Kimi K2.5 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tokimi-k2.5.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.5",
"messages": [{"role": "user", "content": "Hello"}]
}'