From 8cb19035ff75dd98fc2dd8f9bc41c526189b50bb Mon Sep 17 00:00:00 2001 From: imanishx Date: Thu, 5 Feb 2026 09:08:33 +0000 Subject: [PATCH 1/2] feat: added tomal for kini k2.4 (deepinfra) Signed-off-by: imanishx --- .../models/moonshotai/Kimi-K2.5.tomal | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal diff --git a/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal b/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal new file mode 100644 index 000000000..20a38974c --- /dev/null +++ b/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal @@ -0,0 +1,23 @@ +name = "Kimi K2.5" +family = "kimi" +release_date = "2026-01-27" +last_updated = "2026-01-27" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2024-10" +open_weights = true + +[cost] +input = 0.50 +output = 2.80 +cached_input = 0.09 + +[limit] +context = 262_144 +output = 32_768 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file From 3dddd7b5e30705705c81c823ddd9593d5c05caa5 Mon Sep 17 00:00:00 2001 From: imanishx Date: Thu, 5 Feb 2026 19:05:25 +0000 Subject: [PATCH 2/2] fix: interleaved opt added Signed-off-by: imanishx --- providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal b/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal index 20a38974c..84183d853 100644 --- a/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal +++ b/providers/deepinfra/models/moonshotai/Kimi-K2.5.tomal @@ -4,9 +4,10 @@ release_date = "2026-01-27" last_updated = "2026-01-27" attachment = true reasoning = true +structured_output = true temperature = true tool_call = true -knowledge = "2024-10" +knowledge = "2025-01" open_weights = true [cost] @@ -19,5 +20,8 @@ context = 262_144 output = 32_768 [modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +input = ["text", "image", "video"] +output = ["text"] + +[interleaved] +field = "reasoning_content" \ No newline at end of file