33 lines
709 B
TOML
33 lines
709 B
TOML
name = "Kimi-K2.5"
|
|
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
|
|
family = "kimi-k2"
|
|
release_date = "2026-01-27"
|
|
last_updated = "2026-01-27"
|
|
attachment = true
|
|
reasoning = true
|
|
# Top-level `thinking.type` accepts enabled/disabled and defaults enabled
|
|
# (accessed 2026-06-25).
|
|
# https://cloud.tencent.com/document/product/1823/132232
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-01"
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|