Model pricing

kimi-k2.7-code

Input $ 1.17 · Output $ 4.86 per 1M tokens

Pricing

Input$ 1.17 per 1M tokens
Output$ 4.86 per 1M tokens
Cache read$ 0.234 per 1M tokens

API

curl
curl https://api.zipflow.xyz/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"kimi-k2.7-code","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'

Replace API_KEY with your ZipFlow API key.

About kimi-k2.7-code on ZipFlow

What is kimi-k2.7-code?

kimi-k2.7-code is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.

How much does kimi-k2.7-code cost on ZipFlow?

kimi-k2.7-code is billed in USD: input $ 1.17 and output $ 4.86 per 1M tokens. Prices are listed on the pricing page and in the console.

How do I start using kimi-k2.7-code?

Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.