|
@@ -4,6 +4,7 @@ export type FireworksModelId =
|
|
|
| "accounts/fireworks/models/kimi-k2-instruct"
|
|
| "accounts/fireworks/models/kimi-k2-instruct"
|
|
|
| "accounts/fireworks/models/kimi-k2-instruct-0905"
|
|
| "accounts/fireworks/models/kimi-k2-instruct-0905"
|
|
|
| "accounts/fireworks/models/kimi-k2-thinking"
|
|
| "accounts/fireworks/models/kimi-k2-thinking"
|
|
|
|
|
+ | "accounts/fireworks/models/kimi-k2p5"
|
|
|
| "accounts/fireworks/models/minimax-m2"
|
|
| "accounts/fireworks/models/minimax-m2"
|
|
|
| "accounts/fireworks/models/minimax-m2p1"
|
|
| "accounts/fireworks/models/minimax-m2p1"
|
|
|
| "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507"
|
|
| "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507"
|
|
@@ -60,6 +61,17 @@ export const fireworksModels = {
|
|
|
description:
|
|
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.",
|
|
"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": {
|
|
"accounts/fireworks/models/minimax-m2": {
|
|
|
maxTokens: 4096,
|
|
maxTokens: 4096,
|
|
|
contextWindow: 204800,
|
|
contextWindow: 204800,
|