61 lines
1.3 KiB
TOML
61 lines
1.3 KiB
TOML
name = "Kimi K2.6"
|
|
description = "Multimodal Kimi workhorse for agent loops, coding tasks, and visual context"
|
|
family = "kimi-k2"
|
|
release_date = "2026-04-21"
|
|
last_updated = "2026-04-21"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 262_144
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/moonshotai/Kimi-K2.6"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Verified"
|
|
score = 80.2
|
|
metric = "resolved"
|
|
source = "https://huggingface.co/moonshotai/Kimi-K2.6"
|
|
|
|
[[benchmarks]]
|
|
name = "Artificial Analysis Coding Agent Index"
|
|
score = 50.5
|
|
metric = "average pass@1"
|
|
harness = "Claude Code"
|
|
source = "https://artificialanalysis.ai/agents/coding-agents"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Atlas Codebase QnA"
|
|
score = 59.8
|
|
metric = "pass@1"
|
|
harness = "Claude Code"
|
|
source = "https://artificialanalysis.ai/agents/coding-agents"
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Pro"
|
|
score = 27.3
|
|
metric = "pass@1"
|
|
harness = "Claude Code"
|
|
dataset = "hard-aa"
|
|
source = "https://artificialanalysis.ai/agents/coding-agents"
|
|
|
|
[[benchmarks]]
|
|
name = "Terminal-Bench"
|
|
score = 64.3
|
|
metric = "pass@1"
|
|
harness = "Claude Code"
|
|
version = "2.1"
|
|
source = "https://artificialanalysis.ai/agents/coding-agents"
|