Moonshot

Kimi K2.7 Code HighSpeed API

A high-speed Kimi coding and agentic-programming route for faster developer workflows.

CodingFastAgentic

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

Call Kimi K2.7 Code HighSpeed in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tokimi-k2.7-code-highspeed.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.7-code-highspeed",
    "messages": [{"role": "user", "content": "Hello"}]
  }'