We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic…

GLM-5.1 - state-of-the-art agentic engineering, now available on DeepInfra!

moonshotai logo

moonshotai/

Kimi-K2.6

$0.55

in

$2.50

out

$0.15

cached

/ 1M tokens

Kimi K2.6 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchestration.

Deploy Private Endpoint
Public
fp4
262,144
JSON
Function
Multimodal
moonshotai/Kimi-K2.6 cover image
moonshotai/Kimi-K2.6 cover image
Kimi-K2.6

Ask me anything

0.00s

Settings

Model Information
Kimi K2.6

Chat Homepage
Hugging Face Twitter Follow Discord
License

📰  Tech Blog

1. Model Introduction

Kimi K2.6 is an open-source, native multimodal agentic model that advances practical capabilities in long-horizon coding, coding-driven design, proactive autonomous execution, and swarm-based task orchestration.

Key Features

  • Long-Horizon Coding: K2.6 achieves significant improvements on complex, end-to-end coding tasks, generalizing robustly across programming languages (Rust, Go, Python) and domains spanning front-end, DevOps, and performance optimization.
  • Coding-Driven Design: K2.6 is capable of transforming simple prompts and visual inputs into production-ready interfaces and lightweight full-stack workflows, generating structured layouts, interactive elements, and rich animations with deliberate aesthetic precision.
  • Elevated Agent Swarm: Scaling horizontally to 300 sub-agents executing 4,000 coordinated steps, K2.6 can dynamically decompose tasks into parallel, domain-specialized subtasks, delivering end-to-end outputs from documents to websites to spreadsheets in a single autonomous run.
  • Proactive & Open Orchestration: For autonomous tasks, K2.6 demonstrates strong performance in powering persistent, 24/7 background agents that proactively manage schedules, execute code, and orchestrate cross-platform operations without human oversight.

2. Model Summary

ArchitectureMixture-of-Experts (MoE)
Total Parameters1T
Activated Parameters32B
Number of Layers (Dense layer included)61
Number of Dense Layers1
Attention Hidden Dimension7168
MoE Hidden Dimension (per Expert)2048
Number of Attention Heads64
Number of Experts384
Selected Experts per Token8
Number of Shared Experts1
Vocabulary Size160K
Context Length256K
Attention MechanismMLA
Activation FunctionSwiGLU
Vision EncoderMoonViT
Parameters of Vision Encoder400M

3. Evaluation Results

BenchmarkKimi K2.6GPT-5.4
(xhigh)
Claude Opus 4.6
(max effort)
Gemini 3.1 Pro
(thinking high)
Kimi K2.5
Agentic
HLE-Full
(w/ tools)
54.052.153.051.450.2
BrowseComp83.282.783.785.974.9
BrowseComp
(Agent Swarm)
86.378.4
DeepSearchQA
(f1-score)
92.578.691.381.989.0
DeepSearchQA
(accuracy)
83.063.780.660.277.1
WideSearch
(item-f1)
80.8---72.7
Toolathlon50.054.647.248.827.8
MCPMark55.962.5*56.7*55.9*29.5
Claw Eval (pass^3)62.360.370.457.852.3
Claw Eval (pass@3)80.978.482.482.975.4
APEX-Agents27.933.333.032.011.5
OSWorld-Verified73.175.072.7-63.3
Coding
Terminal-Bench 2.0
(Terminus-2)
66.765.4*65.468.550.8
SWE-Bench Pro58.657.753.454.250.7
SWE-Bench Multilingual76.7-77.876.9*73.0
SWE-Bench Verified80.2-80.880.676.8
SciCode52.256.651.958.948.7
OJBench (python)60.6-60.370.754.7
LiveCodeBench (v6)89.6-88.891.785.0
Reasoning & Knowledge
HLE-Full34.739.840.044.430.1
AIME 202696.499.296.798.395.8
HMMT 2026 (Feb)92.797.796.294.787.1
IMO-AnswerBench86.091.475.391.0*81.8
GPQA-Diamond90.592.891.394.387.6
Vision
MMMU-Pro79.481.273.983.0*78.5
MMMU-Pro (w/ python)80.182.177.385.3*77.7
CharXiv (RQ)80.482.8*69.180.2*77.5
CharXiv (RQ) (w/ python)86.790.0*84.789.9*78.7
MathVision87.492.0*71.2*89.8*84.2
MathVision (w/ python)93.296.1*84.6*95.7*85.0
BabyVision39.849.714.851.636.5
BabyVision (w/ python)68.580.2*38.4*68.3*40.5
V* (w/ python)96.998.4*86.4*96.9*86.9
Footnotes
  1. General Testing Details
    • We report results for Kimi K2.6 and Kimi K2.5 with thinking mode enabled, Claude Opus 4.6 with max effort, GPT-5.4 with xhigh reasoning effort, and Gemini 3.1 Pro with a high thinking level.
    • Unless otherwise specified, all Kimi K2.6 experiments were conducted with temperature = 1.0, top-p = 1.0, and a context length of 262,144 tokens.
    • Benchmarks without publicly available scores were re-evaluated under the same conditions used for Kimi K2.6 and are marked with an asterisk (*). Except where noted with an asterisk, all other results are cited from official reports.
  2. Reasoning Benchmarks
    • IMO-AnswerBench scores for GPT-5.4 and Claude 4.6 were obtained from z.ai/blog/glm-5.1.
    • Humanity's Last Exam (HLE) and other reasoning tasks were evaluated with a maximum generation length of 98,304 tokens. By default, we report results on the HLE full set. For the text-only subset, Kimi K2.6 achieves 36.4% accuracy without tools and 55.5% with tools.
  3. Tool-Augmented / Agentic Tasks
    • Kimi K2.6 was equipped with search, code-interpreter, and web-browsing tools for HLE with tools, BrowseComp, DeepSearchQA, and WideSearch.
    • For HLE-Full with tools, the maximum generation length is 262,144 tokens with a per-step limit of 49,152 tokens. We employ a simple context management strategy: once the context window exceeds the threshold, only the most recent round of tool-related messages is retained.
    • For BrowseComp, we report scores obtained with context management using the same discard-all strategy as Kimi K2.5 and DeepSeek-V3.2.
    • For DeepSearchQA, no context management was applied to Kimi K2.6 tests, and tasks exceeding the supported context length were directly counted as failed. Scores for Claude Opus 4.6, GPT-5.4, and Gemini 3.1 Pro on DeepSearchQA are cited from the Claude Opus 4.7 System Card.
    • For WideSearch, we report results under the "hide tool result" context management setting. Once the context window exceeds the threshold, only the most recent round of tool-related messages is retained.
    • The test system prompts are identical to those used in the Kimi K2.5 technical report.
    • Claw Eval was conducted using version 1.1 with max-tokens-per-step = 16384.
    • For APEX-Agents, we evaluate 452 tasks from the public 480-task release, as done by Artificial Analysis(excluding Investment Banking Worlds 244 and 246, which have external runtime dependencies)
  4. Coding Tasks
    • Terminal-Bench 2.0 scores were obtained with the default agent framework (Terminus-2) and the provided JSON parser, operating in preserve thinking mode.
    • For the SWE-Bench series of evaluations (including Verified, Multilingual, and Pro), we used an in-house evaluation framework adapted from SWE-agent. This framework includes a minimal set of tools—bash tool, createfile tool, insert tool, view tool, strreplace tool, and submit tool.
    • All reported scores for coding tasks are averaged over 10 independent runs.
  5. Vision Benchmarks
    • Max-tokens = 98,304, averaged over three runs (avg@3).
    • Settings with Python tool use max-tokens-per-step = 65,536 and max-steps = 50 for multi-step reasoning.
    • MMMU-Pro follows the official protocol, preserving input order and prepending images.

4. Native INT4 Quantization

Kimi-K2.6 adopts the same native int4 quantization method as Kimi-K2-Thinking.