We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050a952 commit c0a776fCopy full SHA for c0a776f
1 file changed
web/src/llm-api/fireworks.ts
@@ -38,6 +38,7 @@ const FIREWORKS_USE_CUSTOM_DEPLOYMENT = true
38
/** Custom deployment IDs for models with dedicated Fireworks deployments */
39
const FIREWORKS_DEPLOYMENT_MAP: Record<string, string> = {
40
'minimax/minimax-m2.5': 'accounts/james-65d217/deployments/lnfid5h9',
41
+ 'z-ai/glm-5.1': 'accounts/james-65d217/deployments/mjb4i7ea',
42
}
43
44
/** Check if current time is within deployment hours (10am–8pm ET) */
0 commit comments