Moonshot
Kimi K2.6 API
A Kimi model for long-form reasoning, coding support, and agent-style workloads.
ReasoningCodeAgents
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.48/ 1MPublic ref.$0.89
Output
$2.30/ 1MPublic ref.$3.71
Call Kimi K2.6 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tokimi-k2.6.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "kimi-k2.6",
"messages": [{"role": "user", "content": "Hello"}]
}'