11## Check Quota Availability Before Deployment
22
33Before deploying the accelerator, ** ensure sufficient quota availability** for the required model.
4- > ** For Global Standard | GPT-4o - the capacity to at least 150k tokens post-deployment for optimal performance.**
5-
6- > ** For Standard | GPT-4 - ensure a minimum of 30k–40k tokens for best results.**
4+ > ** For Global Standard | GPT-4o - the capacity to at least 50k tokens for optimal performance.**
75
86### Login if you have not done so already
97```
@@ -13,7 +11,7 @@ azd auth login
1311
1412### 📌 Default Models & Capacities:
1513```
16- gpt-4o:30, text-embedding-ada-002:80, gpt-4:30
14+ gpt-4o:50
1715```
1816### 📌 Default Regions:
1917```
@@ -39,19 +37,19 @@ eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southc
3937 ```
4038✔️ Check specific model(s) in default regions:
4139 ```
42- ./quota_check_params.sh --models gpt-4o:30,text-embedding-ada-002:80
40+ ./quota_check_params.sh --models gpt-4o:50
4341 ```
4442✔️ Check default models in specific region(s):
4543 ```
4644./quota_check_params.sh --regions eastus,westus
4745 ```
4846✔️ Passing Both models and regions:
4947 ```
50- ./quota_check_params.sh --models gpt-4o:30 --regions eastus,westus2
48+ ./quota_check_params.sh --models gpt-4o:50 --regions eastus,westus2
5149 ```
5250✔️ All parameters combined:
5351 ```
54- ./quota_check_params.sh --models gpt-4:30,text-embedding-ada-002:80 --regions eastus,westus --verbose
52+ ./quota_check_params.sh --models gpt-4o:50 --regions eastus,westus --verbose
5553 ```
5654
5755### ** Sample Output**
0 commit comments