MoonshotComing soon

Kimi K2.6

Moonshot's current general model with vision.

Kimi K2.6 is Moonshot's general-purpose flagship with vision support and a 256K window — the all-round Kimi for chat, analysis and multimodal tasks (K2.7 Code covers the coding side).

Best for

General chatAnalysisMultimodal

Strengths

  • Vision support
  • Good value
  • 256K context

Use Kimi K2.6 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": "kimi-k2.6",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'