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
@description('Optional. gpt-image-1.5 deployment capacity (RPM). Defaults to 1 to support concurrent marketing-image generation across multiple sessions.')
140
+
@description('Optional. gpt-image-1.5 deployment capacity (RPM). Defaults to 4 to support concurrent marketing-image generation across multiple sessions.')
141
141
paramgptImageModelCapacityint = 4
142
142
143
143
@description('Optional. The tags to apply to all deployed Azure resources.')
Copy file name to clipboardExpand all lines: infra/main_custom.bicep
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ param gpt4_1ModelCapacity int = 150
123
123
@description('Optional. o4-mini deployment capacity (thousand TPM). Used by the Magentic manager (multi-turn planning + reflection). Defaults to 100.')
124
124
paramgptReasoningModelCapacityint = 100
125
125
126
-
@description('Optional. gpt-image-1.5 deployment capacity (RPM). Defaults to 1 to support concurrent marketing-image generation across multiple sessions.')
126
+
@description('Optional. gpt-image-1.5 deployment capacity (RPM). Defaults to 4 to support concurrent marketing-image generation across multiple sessions.')
127
127
paramgptImageModelCapacityint = 4
128
128
129
129
@description('Optional. The tags to apply to all deployed Azure resources.')
0 commit comments