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

Commit 917b558

Browse files
feat: add FirePass kimi-k2p5-turbo router model
1 parent 137d3f4 commit 917b558

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
@@ -22,6 +22,7 @@ export type FireworksModelId =
2222
| "accounts/fireworks/models/llama-v3p3-70b-instruct"
2323
| "accounts/fireworks/models/llama4-maverick-instruct-basic"
2424
| "accounts/fireworks/models/llama4-scout-instruct-basic"
25+
| "accounts/fireworks/routers/kimi-k2p5-turbo"
2526

2627
export const fireworksDefaultModelId: FireworksModelId = "accounts/fireworks/models/kimi-k2-instruct-0905"
2728

@@ -72,6 +73,17 @@ export const fireworksModels = {
7273
description:
7374
"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.",
7475
},
76+
"accounts/fireworks/routers/kimi-k2p5-turbo": {
77+
maxTokens: 16384,
78+
contextWindow: 262144,
79+
supportsImages: true,
80+
supportsPromptCache: true,
81+
inputPrice: 0,
82+
outputPrice: 0,
83+
cacheReadsPrice: 0,
84+
description:
85+
"Kimi K2.5 Turbo router - same configuration as kimi-k2p5 but with improved performance through Fireworks routing (FirePass - https://docs.fireworks.ai/firepass).",
86+
},
7587
"accounts/fireworks/models/minimax-m2": {
7688
maxTokens: 4096,
7789
contextWindow: 204800,

0 commit comments

Comments
 (0)