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.

Лучше всего для

Длинные документыСложное программированиеАгенты с длинным горизонтомVisual debugging

Сильные стороны

  • Контекст 1M токенов
  • Флагманский кодинг
  • Image understanding
  • Сильные рассуждения

Использование Kimi K3 1M через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите 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!"}]
  }'