Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 1a67554

Browse files
committed
feat: add Kimi K2.5 model to Fireworks provider
1 parent 54ea34e commit 1a67554

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/types/src/providers/fireworks.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export type FireworksModelId =
44
| "accounts/fireworks/models/kimi-k2-instruct"
55
| "accounts/fireworks/models/kimi-k2-instruct-0905"
66
| "accounts/fireworks/models/kimi-k2-thinking"
7+
| "accounts/fireworks/models/kimi-k2p5"
78
| "accounts/fireworks/models/minimax-m2"
89
| "accounts/fireworks/models/minimax-m2p1"
910
| "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507"
@@ -60,6 +61,17 @@ export const fireworksModels = {
6061
description:
6162
"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.",
6263
},
64+
"accounts/fireworks/models/kimi-k2p5": {
65+
maxTokens: 16384,
66+
contextWindow: 262144,
67+
supportsImages: true,
68+
supportsPromptCache: true,
69+
inputPrice: 0.6,
70+
outputPrice: 3.0,
71+
cacheReadsPrice: 0.1,
72+
description:
73+
"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.",
74+
},
6375
"accounts/fireworks/models/minimax-m2": {
6476
maxTokens: 4096,
6577
contextWindow: 204800,

0 commit comments

Comments
 (0)