Moonshot

Kimi K3

Moonshot's new flagship for coding, games and knowledge work.

Kimi K3 is Moonshot's newest flagship model, served through the connected Kimi Code subscription. It requires the Moderato tier or higher and has the Kimi Code route's 256K context limit.

Best for

Complex codingLong-horizon agentsKnowledge work

Strengths

  • Flagship coding
  • 256K context
  • Strong reasoning

Use Kimi K3 via AnyModel

One OpenAI-compatible endpoint — just set the model id:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kmc/k3",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'