From 1a67554221d53175594718cb6f525a544041d1c3 Mon Sep 17 00:00:00 2001 From: daniel-lxs Date: Tue, 3 Feb 2026 13:54:28 -0500 Subject: [PATCH] feat: add Kimi K2.5 model to Fireworks provider --- packages/types/src/providers/fireworks.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/types/src/providers/fireworks.ts b/packages/types/src/providers/fireworks.ts index 16424240458..c9017c54cde 100644 --- a/packages/types/src/providers/fireworks.ts +++ b/packages/types/src/providers/fireworks.ts @@ -4,6 +4,7 @@ export type FireworksModelId = | "accounts/fireworks/models/kimi-k2-instruct" | "accounts/fireworks/models/kimi-k2-instruct-0905" | "accounts/fireworks/models/kimi-k2-thinking" + | "accounts/fireworks/models/kimi-k2p5" | "accounts/fireworks/models/minimax-m2" | "accounts/fireworks/models/minimax-m2p1" | "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507" @@ -60,6 +61,17 @@ export const fireworksModels = { description: "The kimi-k2-thinking model is a general-purpose agentic reasoning model developed by Moonshot AI. Thanks to its strength in deep reasoning and multi-turn tool use, it can solve even the hardest problems.", }, + "accounts/fireworks/models/kimi-k2p5": { + maxTokens: 16384, + contextWindow: 262144, + supportsImages: true, + supportsPromptCache: true, + inputPrice: 0.6, + outputPrice: 3.0, + cacheReadsPrice: 0.1, + description: + "Kimi K2.5 is Moonshot AI's flagship agentic model and a new SOTA open model. It unifies vision and text, thinking and non-thinking modes, and single-agent and multi-agent execution into one model. Fireworks enables users to control the reasoning behavior and inspect its reasoning history for greater transparency.", + }, "accounts/fireworks/models/minimax-m2": { maxTokens: 4096, contextWindow: 204800,