29 lines
567 B
TOML
29 lines
567 B
TOML
name = "Kimi K2.5"
|
|
description = "Kimi model for long-context chat, coding, and agentic reasoning"
|
|
family = "kimi-k2"
|
|
release_date = "2026-01"
|
|
last_updated = "2026-04-16"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
temperature = false
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.50
|
|
output = 2.70
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|