30 lines
671 B
TOML
30 lines
671 B
TOML
name = "Kimi K2.5"
|
|
description = "Kimi reasoning model for long-horizon research, planning, and tool use"
|
|
# Cortecs maps `thinking.type = enabled|disabled`; no effort or budget is listed.
|
|
# https://api.cortecs.ai/v1/models (accessed 2026-06-25)
|
|
family = "kimi-thinking"
|
|
release_date = "2026-01-27"
|
|
last_updated = "2026-01-27"
|
|
knowledge = "2025-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.55
|
|
output = 2.76
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 256_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|