Moonshot
Kimi K3
Moonshot's multimodal flagship for coding, games and knowledge work.
Kimi K3 is Moonshot's newest flagship model with image understanding, 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 codingVisual debuggingLong-horizon agentsKnowledge work
Strengths
- ▸Flagship coding
- ▸Image understanding
- ▸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!"}]
}'
AnyModel