Back to Models

MoonshotAI: Kimi K2.6

moonshotai/kimi-k2.6
Apr 20, 2026262.1K context262.1K max output$0.95/M in · $4.00/M outReasoning

Description

Kimi K2.6 is Moonshot AI's next-generation multimodal model, designed for long-horizon coding, coding-driven UI/UX generation, and multi-agent orchestration. It handles complex end-to-end coding tasks across Python, Rust, and Go, and can convert prompts and visual inputs into production-ready interfaces. Its agent swarm architecture scales to hundreds of parallel sub-agents for autonomous task decomposition - delivering documents, websites, and spreadsheets in a single run without human oversight.

Specifications

Provider
moonshotai
Context Length
262.1K
Max Output
262.1K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$0.95
Output$4.00
Cache Read$0.16

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshotai/kimi-k2.6",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'