IranRouter
All models
Moonshot AI

MoonshotAI: Kimi K3

Available

by Moonshot AI

moonshotai/kimi-k3Usage rank #19

Kimi K3 is a 2.8T parameter open-weight multimodal reasoning model from Moonshot AI. It is suited for complex coding, knowledge work, and long-horizon agentic workflows, and is particularly strong at...

At a glance

Context window
1Mtokens
Max output
944Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageVideo
OutputText
ReasoningSupportedmaxhighlow

Benchmarks

Intelligence index
44
Coding index
76
Agentic index
51

Design Arena

CategoryEloWin rate
models · 3d1,42569
models · gamedev1,40463.1
models · codecategories1,38864.7
models · uicomponent1,36963
models · dataviz1,36564.1
models · website1,35260.8
models · svg1,33563

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.911,182
tau_bench_verified_airline0.71250

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

Performance

Uptime on IranRouter

18.7%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

2,195 ms

Aug 18Sep 16

Throughput

33.9 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
#19
Rank change, 7 days
-5

Daily tokens · 90 days

205.7B

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_ppresence_penaltyreasoningreasoning_effortrepetition_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-k3",
    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.