Moonshot
Kimi K3 1M
Moonshot's flagship with the full million-token window.
Kimi K3 1M is Moonshot's newest flagship — coding, image understanding and long-horizon reasoning — served over our own metered capacity with the model's full 1M-token context instead of the 256K the Kimi Code subscription route allows.
Best for
Long documentsComplex codingLong-horizon agentsVisual debugging
Strengths
- ▸1M-token context
- ▸Flagship coding
- ▸Image understanding
- ▸Strong reasoning
Use Kimi K3 1M 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": "am/kimi-k3",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel