Skip to content

Commit 2e9772e

Browse files
fix(fireworks): correct context window and pricing for deepseek-v4-pro, glm-5.1, kimi-k2.6 (#198)
1 parent 312ac93 commit 2e9772e

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

packages/types/src/providers/fireworks.ts

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,29 +248,31 @@ export const fireworksModels = {
248248
contextWindow: 262144,
249249
supportsImages: true,
250250
supportsPromptCache: true,
251-
inputPrice: 0.6,
252-
outputPrice: 3.0,
253-
cacheReadsPrice: 0.1,
251+
inputPrice: 0.95,
252+
outputPrice: 4.0,
253+
cacheReadsPrice: 0.16,
254254
description:
255255
"Kimi K2.6 is Moonshot AI's latest flagship agentic model, building on K2.5 with stronger long-horizon reasoning, multi-step tool use, and unified vision/text understanding.",
256256
},
257257
"accounts/fireworks/models/deepseek-v4-pro": {
258258
maxTokens: 16384,
259-
contextWindow: 163840,
259+
contextWindow: 1048576,
260260
supportsImages: false,
261-
supportsPromptCache: false,
262-
inputPrice: 0.56,
263-
outputPrice: 1.68,
261+
supportsPromptCache: true,
262+
inputPrice: 1.74,
263+
outputPrice: 3.48,
264+
cacheReadsPrice: 0.14,
264265
description:
265266
"DeepSeek V4 Pro is the latest iteration of the DeepSeek model family, with improved reasoning, code generation, and instruction following over the V3 series.",
266267
},
267268
"accounts/fireworks/models/glm-5p1": {
268269
maxTokens: 25344,
269-
contextWindow: 198000,
270+
contextWindow: 202752,
270271
supportsImages: false,
271-
supportsPromptCache: false,
272-
inputPrice: 0.55,
273-
outputPrice: 2.19,
272+
supportsPromptCache: true,
273+
inputPrice: 1.4,
274+
outputPrice: 4.4,
275+
cacheReadsPrice: 0.26,
274276
description:
275277
"Z.ai GLM-5.1 is the latest coding-focused model in the GLM family, with exceptional performance on complex programming tasks and enhanced reasoning and code generation quality.",
276278
},

0 commit comments

Comments
 (0)