Skip to content

Commit c0a776f

Browse files
committed
Add glm custom deployment
1 parent 050a952 commit c0a776f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
3838
/** Custom deployment IDs for models with dedicated Fireworks deployments */
3939
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
4040
'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
41+
'z-ai/glm-5.1': 'accounts/james-65d217/deployments/mjb4i7ea',
4142
}
4243

4344
/** Check if current time is within deployment hours (10am–8pm ET) */

0 commit comments

Comments
 (0)