29 lines
607 B
TOML
29 lines
607 B
TOML
name = "Kimi K2.5 (Lightning)"
|
|
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
|
|
family = "kimi-k2"
|
|
release_date = "2026-02-06"
|
|
last_updated = "2026-02-06"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
temperature = false
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.00
|
|
output = 3.00
|
|
cache_read = 0.20
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|