You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fireworks): add glm-5.1, kimi-k2.6 and deepseek-v4-pro models (#198)
Adds the three models requested in #198 to the Fireworks provider:
- accounts/fireworks/models/glm-5p1
- accounts/fireworks/models/kimi-k2p6
- accounts/fireworks/models/deepseek-v4-pro
Metadata mirrors the closest existing sibling in each family (glm-4p7,
kimi-k2p5, deepseek-v3p2). Adds a parameterized test asserting the new
models are exposed and selectable.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
"Llama 4 Scout is a smaller, faster variant of Llama 4 with multimodal capabilities, ideal for quick iterations and cost-effective deployments.",
242
245
},
246
+
"accounts/fireworks/models/kimi-k2p6": {
247
+
maxTokens: 16384,
248
+
contextWindow: 262144,
249
+
supportsImages: true,
250
+
supportsPromptCache: true,
251
+
inputPrice: 0.6,
252
+
outputPrice: 3.0,
253
+
cacheReadsPrice: 0.1,
254
+
description:
255
+
"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.",
256
+
},
257
+
"accounts/fireworks/models/deepseek-v4-pro": {
258
+
maxTokens: 16384,
259
+
contextWindow: 163840,
260
+
supportsImages: false,
261
+
supportsPromptCache: false,
262
+
inputPrice: 0.56,
263
+
outputPrice: 1.68,
264
+
description:
265
+
"DeepSeek V4 Pro is the latest iteration of the DeepSeek model family, with improved reasoning, code generation, and instruction following over the V3 series.",
266
+
},
267
+
"accounts/fireworks/models/glm-5p1": {
268
+
maxTokens: 25344,
269
+
contextWindow: 198000,
270
+
supportsImages: false,
271
+
supportsPromptCache: false,
272
+
inputPrice: 0.55,
273
+
outputPrice: 2.19,
274
+
description:
275
+
"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.",
0 commit comments