diff --git a/providers/nvidia/models/moonshotai/kimi-k2.5.toml b/providers/nvidia/models/moonshotai/kimi-k2.5.toml index 3568e7a07..5a3cd48cd 100644 --- a/providers/nvidia/models/moonshotai/kimi-k2.5.toml +++ b/providers/nvidia/models/moonshotai/kimi-k2.5.toml @@ -1,26 +1,26 @@ name = "Kimi K2.5" -attachment = true -reasoning = true -tool_call = true -structured_output = false -temperature = true -knowledge = "2025-07" +family = "kimi" release_date = "2026-01-27" last_updated = "2026-01-27" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-07" open_weights = true -[cost] -input = 0.00 -output = 0.00 - -[limit] -context = 256000 -input = 256000 -output = 8192 - -[modalities] -input = ["text", "image", "video", "pdf"] -output = ["text"] - [interleaved] field = "reasoning_content" + +[cost] +input = 0.0 +output = 0.0 + +[limit] +context = 262_144 +output = 262_144 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] + diff --git a/providers/venice/models/kimi-k2-5.toml b/providers/venice/models/kimi-k2-5.toml new file mode 100644 index 000000000..d0a19033e --- /dev/null +++ b/providers/venice/models/kimi-k2-5.toml @@ -0,0 +1,24 @@ +name = "Kimi K2.5" +family = "kimi" +attachment = true +reasoning = true +tool_call = true +structured_output = true +temperature = true +knowledge = "2024-04" +release_date = "2026-01-27" +last_updated = "2026-01-27" +open_weights = true + +[cost] +input = 0.75 +output = 3.75 +cache_read = 0.125 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "image"] +output = ["text"]