37 lines
958 B
TOML
37 lines
958 B
TOML
name = "Kimi K2.5"
|
|
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# Coding Plan exact-string allowlist model. Hybrid thinking uses top-level
|
|
# `enable_thinking`: true enables; false (default) disables. No effort or numeric
|
|
# budget bound is documented specifically for the plan endpoint.
|
|
# Sources:
|
|
# https://www.alibabacloud.com/help/en/model-studio/coding-plan
|
|
# https://www.alibabacloud.com/help/en/model-studio/kimi-api
|
|
family = "kimi-k2"
|
|
release_date = "2026-01-27"
|
|
last_updated = "2026-01-27"
|
|
attachment = true
|
|
reasoning = true
|
|
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"]
|