Back to Models

Kimi K2.5

moonshotmoonshot/kimi-k2.5

Moonshot AI's flagship multimodal model (1T total, 32B active MoE, 384 experts). Native vision with MoonViT encoder. Thinking and instant modes with tool-augmented reasoning.

Context Length
256K
Max Output
64K
Input Priceper 1M tokens
$0.960/ 1M tokens
Output Priceper 1M tokens
$4.68/ 1M tokens

Modalities

textimage→text

Pricing Breakdown

TypeRate
Input$0.960 / 1M tokens
Output$4.68 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "moonshot/kimi-k2.5",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Customer Support