moonshotai
moonshotai/moonshotai-kimi-k2-5/Released Jan 2026

Kimi K2.5

Native multimodal agentic model with vision, Agent Swarm (up to 100 sub-agents, 1,500 tool calls), coding from visual specs, and 256K context.

Provider
moonshotai
Modality
multi-to-text
Released
Jan 2026
Pricing
$0.60 / 1M in$3.00 / 1M out

Ready to build with Kimi K2.5?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "moonshotai-kimi-k2-5",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'