From 29c3e9cbf4c4c1aac8257b864901397985d5ccf5 Mon Sep 17 00:00:00 2001 From: Jonathan Evans Date: Mon, 23 Mar 2026 16:01:08 -0400 Subject: [PATCH] Add Kimi K2.5 Turbo router for Fireworks - Model ID: accounts/fireworks/routers/kimi-k2p5-turbo - Pricing set to 0 (handled at subscription layer) - Supports text and image input, text output - Includes reasoning capabilities --- .../fireworks/routers/kimi-k2p5-turbo.toml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p5-turbo.toml diff --git a/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p5-turbo.toml b/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p5-turbo.toml new file mode 100644 index 000000000..dc6944612 --- /dev/null +++ b/providers/fireworks-ai/models/accounts/fireworks/routers/kimi-k2p5-turbo.toml @@ -0,0 +1,26 @@ +name = "Kimi K2.5 Turbo" +family = "kimi-thinking" +release_date = "2026-01-27" +last_updated = "2026-01-27" +knowledge = "2025-01" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +cache_read = 0 +input = 0 +output = 0 + +[limit] +context = 256_000 +output = 256_000 + +[modalities] +input = ["text", "image"] +output = ["text"] + +[interleaved] +field = "reasoning_content"