← All models

Anthropic

kimi-k2.7-code

moonshotai/kimi-k2.7-code

Price per million tokens

Input
$0.848
Output
$4.304
Cache write
not offered
Cache read
$0.215

What you pay. It is what the tokens cost us to buy plus 20%, and your usage page shows what we paid beside what you paid on every request you send.

Limits

Context window
262,144 tokens
Max output
262,144 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0030$3.00
Long document summary50,0002,000$0.0510$51.02
Agent step with tools20,0001,500$0.0234$23.42
1M in, 1M out1,000,0001,000,000$5.1526$5152.62

Calling it

const res = await client.chat.completions.create({
  model: "moonshotai/kimi-k2.7-code",
  messages: [{ role: "user", content: "Hello" }],
});