Skip to content

Commit 0c14571

Browse files
committed
Add minimax-m2.7 model to fireworks long test script
1 parent 71135d0 commit 0c14571

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/test-fireworks-long.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ const MODEL_CONFIGS: Record<string, ModelConfig> = {
5656
cachedInputCostPerToken: 0.03 / 1_000_000,
5757
outputCostPerToken: 1.20 / 1_000_000,
5858
},
59+
'minimax-m2.7': {
60+
id: 'minimax/minimax-m2.7',
61+
standardModel: 'accounts/fireworks/models/minimax-m2p7',
62+
deploymentModel: 'accounts/james-65d217/deployments/nrdudqxd',
63+
inputCostPerToken: 0.30 / 1_000_000,
64+
cachedInputCostPerToken: 0.03 / 1_000_000,
65+
outputCostPerToken: 1.20 / 1_000_000,
66+
},
5967
}
6068

6169
const DEFAULT_MODEL = 'glm-5.1'

0 commit comments

Comments
 (0)