All models
Moonshot

Kimi K2.5 API: pricing, base URL and quick setup

Kimi K2.5 is available on A2Agent as kimi-k2.5 at $0.600 per 1M input tokens, with a 256K context window, through one OpenAI-compatible endpoint. The cheaper Kimi tier for long multimodal chats at 256K.

Specifications and pricing

Model idkimi-k2.5
PlatformMoonshot
Context window256K
Tagged forchat, vision
Discount
Input / 1M tokens$0.600
Output / 1M tokens$3.00

Prices synced with platform billing (USD per 1M tokens).

Quick setup

curl https://a2agent.me/v1/chat/completions \
  -H "content-type: application/json" \
  -H "authorization: Bearer sk-your-a2agent-key" \
  -d '{
    "model": "kimi-k2.5",
    "messages": [{"role": "user", "content": "Reply with OK"}]
  }'

Using it from a coding client

The 256K window handles a package or a long conversation without chunking. In Cline or Roo Code, where every turn resends the context, the lower input rate is the one you feel.

How it compares within its family

Kimi K2.5 and K2.6 both run a 256K context and both read images. K2.5 lists at $0.60 per million input tokens and $3.00 output; K2.6 lists at $0.95 and $4.00. That makes K2.5 the volume option in the family, roughly a third cheaper on input for the same window and the same modality. Two other Moonshot models sit here. K2.7 Code keeps the 256K window, carries the coding tag, and is priced level with K2.6. K3 jumps to a 1M window at $3.00 and $15.00, five times the K2.5 input rate. The ladder inside Moonshot is legible: K2.5 for bulk work, K2.6 for the newer model at the same window, K2.7 Code for code, and K3 only when 256K genuinely will not hold the prompt.

Other models on this platform

Questions

How does K2.5 compare with K2.6?

Same 256K window, same vision tag. K2.5 lists at $0.60 and $3.00 against $0.95 and $4.00, so it is the cheaper of the two.

What is the context window?

256K tokens, shared with K2.6 and K2.7 Code. Only K3 goes beyond it, to 1M.

Can it read images?

Yes. K2.5 and K2.6 both carry the vision tag and take images alongside text.

Which client should I run it in?

Any that speaks the OpenAI Chat Completions API. Cline and Roo Code are the common ones, and the setup is a base URL, a key and this model id.

Trial credit on sign-up, billed per token, no minimum spend.