Skip to content

Commit c1a964a

Browse files
feat: Add minimum capacity for gpt-image-1.5 model in checkquota script
1 parent 990b32f commit c1a964a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/scripts/checkquota.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ declare -A MIN_CAPACITY=(
2828
["OpenAI.GlobalStandard.o4-mini"]="${O4_MINI_MIN_CAPACITY}"
2929
["OpenAI.GlobalStandard.gpt4.1"]="${GPT_MIN_CAPACITY}"
3030
["OpenAI.GlobalStandard.gpt4.1-mini"]="${GPT41_MINI_MIN_CAPACITY}"
31+
["OpenAI.GlobalStandard.gpt-image-1.5"]=5
3132
)
3233

3334
VALID_REGION=""

0 commit comments

Comments
 (0)