24 lines
458 B
TOML
24 lines
458 B
TOML
name = "Kimi-K2.5"
|
|
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
|
|
release_date = "1970-01-01"
|
|
last_updated = "1970-01-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.6
|
|
output = 3.0
|
|
cache_read = 0.1
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"] |