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...
At a glance
- Context window
- 262Ktokens
- Max output
- 236Ktokens
- Knowledge to
- —
- Released
- 2026
Capabilities
Benchmarks
- Intelligence index
- 28
- Coding index
- 62
- Agentic index
- 22
Design Arena
| Category | Elo | Win rate |
|---|---|---|
| models · 3d | 1,296 | 57.6 |
| models · codecategories | 1,287 | 54.8 |
| models · uicomponent | 1,282 | 55.6 |
| models · website | 1,282 | 54.2 |
| models · gamedev | 1,274 | 54.9 |
| models · dataviz | 1,266 | 52 |
| models · svg | 1,207 | 51.2 |
| models · asciiart | 1,183 | 47.5 |
Standard evaluations
| Benchmark | Score | Tasks |
|---|---|---|
| gpqa_diamond | 0.83 | 2,954 |
| tau_bench_verified_airline | 0.74 | 750 |
Source: Artificial Analysis, Design Arena · as of Sep 16, 2026
Performance
Reference uptime
100%
Median latency
1,196 ms
Throughput
34.1 tok/s
IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.
Popularity
- Current rank
- —
- Rank change, 7 days
- —
Daily tokens · 90 days
45.5B
Ranked by daily token volume across the global model market; the figure above the chart is the daily average.
Supported parameters
Parameters this model accepts; anything else is ignored.
Quick start
from openai import OpenAI
client = OpenAI(
api_key="ir-...",
base_url="https://iranrouter.com/v1",
)
resp = client.chat.completions.create(
model="moonshotai/kimi-k2.6",
messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)Only base_url and the key change; the rest of your code stays as it is.