From 563c43f0048d8a199d2db2aadc32eaa2d69c7119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C5=9Eafak?= <3928300+esafak@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:46:30 -0500 Subject: [PATCH] add `moonshotai/kimi-k2.5` model --- providers/moonshotai/models/kimi-k2.5.toml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 providers/moonshotai/models/kimi-k2.5.toml diff --git a/providers/moonshotai/models/kimi-k2.5.toml b/providers/moonshotai/models/kimi-k2.5.toml new file mode 100644 index 000000000..639c523a3 --- /dev/null +++ b/providers/moonshotai/models/kimi-k2.5.toml @@ -0,0 +1,25 @@ +name = "Kimi K2.5" +family = "kimi-thinking" +release_date = "2026-01" +last_updated = "2026-01" +attachment = false +reasoning = true +structured_output = true +temperature = true +tool_call = true +knowledge = "2025-01" +open_weights = true + +[cost] +input = 0 +output = 0 +cache_read = 0 +cache_write = 0 + +[limit] +context = 262_144 +output = 32_768 + +[modalities] +input = ["text", "image", "video"] +output = ["text"] \ No newline at end of file