Skip to content

Commit c062551

Browse files
committed
Add kimi k2.5 to fireworks long test
1 parent ae49d36 commit c062551

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

scripts/test-fireworks-long.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ const MODEL_CONFIGS: Record<string, ModelConfig> = {
4040
cachedInputCostPerToken: 0.26 / 1_000_000,
4141
outputCostPerToken: 4.40 / 1_000_000,
4242
},
43+
'kimi-k2.5': {
44+
id: 'moonshotai/kimi-k2.5',
45+
standardModel: 'accounts/fireworks/models/kimi-k2p5',
46+
deploymentModel: 'accounts/james-65d217/deployments/mx8l5rq2',
47+
inputCostPerToken: 0.60 / 1_000_000,
48+
cachedInputCostPerToken: 0.10 / 1_000_000,
49+
outputCostPerToken: 3.00 / 1_000_000,
50+
},
4351
minimax: {
4452
id: 'minimax/minimax-m2.5',
4553
standardModel: 'accounts/fireworks/models/minimax-m2p5',

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
4040
/** Custom deployment IDs for models with dedicated Fireworks deployments */
4141
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
4242
// 'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
43+
'moonshotai/kimi-k2.5': 'accounts/james-65d217/deployments/mx8l5rq2',
4344
'z-ai/glm-5.1': 'accounts/james-65d217/deployments/mjb4i7ea',
4445
}
4546

0 commit comments

Comments
 (0)