This commit is contained in:
Jonathan Evans 2026-04-09 10:15:18 -06:00 committed by GitHub
commit 82a6a09bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ export type FireworksModelId =
| "accounts/fireworks/models/llama-v3p3-70b-instruct"
| "accounts/fireworks/models/llama4-maverick-instruct-basic"
| "accounts/fireworks/models/llama4-scout-instruct-basic"
| "accounts/fireworks/routers/kimi-k2p5-turbo"
export const fireworksDefaultModelId: FireworksModelId = "accounts/fireworks/models/kimi-k2-instruct-0905"
@ -72,6 +73,16 @@ export const fireworksModels = {
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/routers/kimi-k2p5-turbo": {
maxTokens: 16384,
contextWindow: 262144,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
description:
"Kimi K2.5 Turbo router - same configuration as kimi-k2p5 but with improved performance through Fireworks routing (FirePass - https://docs.fireworks.ai/firepass).",
},
"accounts/fireworks/models/minimax-m2": {
maxTokens: 4096,
contextWindow: 204800,