Files
2026-07-13 12:28:55 +08:00

30 lines
658 B
TOML

name = "Kimi K2.6"
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-04-17"
last_updated = "2026-04-17"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
open_weights = true
[cost]
cache_read = 0.20
input = 0.81
output = 3.54
[limit]
context = 256_000
output = 256_000
[modalities]
input = ["text", "image"]
output = ["text"]
[interleaved]
field = "reasoning_content"