GeraikitaGeraikita AI
Back to catalog
Kimi
kimi-k2.7-code
Moonshot AI
Create API key
Active Text onlyContext 256K
Pricing
Input / 1M tokens
1.500 GP
Rp1.500 / 1M tokens
Output / 1M tokens
7.000 GP
Rp7.000 / 1M tokens
Minimum per request
40 GP
floor; tiny requests are still billed at this rate
Context window
256K
256.000 tokens
Official provider pricing (reference)
Input / 1M tokens
$0,60
Rp10.654 / 1M tokens
Output / 1M tokens
$2,50
Rp44.393 / 1M tokens

The provider's official list price in dollars, as a market reference. Info only — it does not affect your Geraikita bill.

Cost estimate

40 GP
per request
Rp40

You pay for tokens used: input × input rate + output × output rate, with a minimum of 40 GP per request.

A request this small hits the 40 GP minimum (its token cost is below the floor).

Call this model
curl https://ai.geraikita.com/v1/chat/completions \
  -H "Authorization: Bearer gk-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2.7-code",
    "messages": [{"role":"user","content":"Halo!"}]
  }'