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.

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

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

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

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

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

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