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.')
141
-
paramgptImageModelCapacityint = 1
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
@@ -124,7 +124,7 @@ param gpt4_1ModelCapacity int = 150
124
124
paramgptReasoningModelCapacityint = 100
125
125
126
126
@description('Optional. gpt-image-1.5 deployment capacity (RPM). Defaults to 1 to support concurrent marketing-image generation across multiple sessions.')
127
-
paramgptImageModelCapacityint = 1
127
+
paramgptImageModelCapacityint = 4
128
128
129
129
@description('Optional. The tags to apply to all deployed Azure resources.')
0 commit comments