IranRouter
All models
Moonshot AI

MoonshotAI: Kimi K2.6

Unavailable

by Moonshot AI

moonshotai/kimi-k2.6

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

CapabilitiesReasoningVisionToolsStructured output
InputTextImage
OutputText
ReasoningSupported

Benchmarks

Intelligence index
28
Coding index
62
Agentic index
22

Design Arena

CategoryEloWin rate
models · 3d1,29657.6
models · codecategories1,28754.8
models · uicomponent1,28255.6
models · website1,28254.2
models · gamedev1,27454.9
models · dataviz1,26652
models · svg1,20751.2
models · asciiart1,18347.5

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.832,954
tau_bench_verified_airline0.74750

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

1,196 ms

Aug 18Sep 16

Throughput

34.1 tok/s

Aug 18Sep 16

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

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

frequency_penaltyinclude_reasoninglogit_biaslogprobsmax_tokensmin_pparallel_tool_callspresence_penaltyreasoningrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

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.