22
33Before deploying the Content Generation Solution Accelerator, ** ensure sufficient quota availability** for the required models.
44
5- > ** For Global Standard | GPT-5.1 - ensure capacity to at least 150 tokens post-deployment for optimal performance.**
5+ > ** For Global Standard | GPT-5.1 - ensure capacity to at least 50 tokens post-deployment for optimal performance.**
66
77> ** For Global Standard | GPT-Image-1-mini - ensure capacity to at least 1 RPM (Requests Per Minute) for image generation.**
88
@@ -15,7 +15,7 @@ az login
1515
1616### 📌 Default Models & Capacities:
1717```
18- gpt-5.1:150 ,gpt-image-1-mini:1
18+ gpt-5.1:50 ,gpt-image-1-mini:1
1919```
2020** Note:** GPT-5.1 capacity is in tokens, GPT-Image-1-mini capacity is in RPM (Requests Per Minute).
2121### 📌 Default Regions:
@@ -42,19 +42,19 @@ australiaeast, centralus, eastasia, eastus, eastus2, japaneast, northeurope, sou
4242 ```
4343✔️ Check specific model(s) in default regions:
4444 ```
45- ./quota_check_params.sh --models gpt-5.1:150 ,gpt-image-1-mini:1
45+ ./quota_check_params.sh --models gpt-5.1:50 ,gpt-image-1-mini:1
4646 ```
4747✔️ Check default models in specific region(s):
4848 ```
4949./quota_check_params.sh --regions eastus,swedencentral
5050 ```
5151✔️ Passing Both models and regions:
5252 ```
53- ./quota_check_params.sh --models gpt-5.1:150 ,gpt-image-1-mini:1 --regions eastus,swedencentral
53+ ./quota_check_params.sh --models gpt-5.1:50 ,gpt-image-1-mini:1 --regions eastus,swedencentral
5454 ```
5555✔️ All parameters combined:
5656 ```
57- ./quota_check_params.sh --models gpt-5.1:150 ,gpt-image-1-mini:1 --regions eastus,swedencentral --verbose
57+ ./quota_check_params.sh --models gpt-5.1:50 ,gpt-image-1-mini:1 --regions eastus,swedencentral --verbose
5858 ```
5959
6060### ** Sample Output**
0 commit comments