An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
gpt-5.2 is showing insufficient quota because the subscription does not currently have Token-per-Minute (TPM) quota allocated for that model in the selected region.
To get started:
- In Azure AI Foundry, open the quota area for the subscription and region planned for deployment.
- If
gpt-5.2does not appear in quota management, submit the manual quota request form: https://aka.ms/oai/stuquotarequest. - In the request, specify:
- the Azure subscription
- the target region
- the model name:
gpt-5.2 - the requested TPM amount for a small test deployment
- After the request is approved, the quota should appear in Foundry and the deployment can be created.
If quota already exists for the model, another supported option is to reduce or reallocate TPM from other deployments in the Foundry portal to free capacity.
If deployment still fails after quota is granted, verify that:
-
gpt-5.2is available in the selected region - the deployment has enough quota assigned
- the deployment reaches
provisioningState: Succeeded
A quick alternative for the exercise is to deploy a different available model if the training does not strictly require gpt-5.2.
References:
- Deploy Microsoft Foundry Models in the Foundry portal
- How to troubleshoot your deployments and monitors in Microsoft Foundry portal (classic)
- Quota reservations for Microsoft Discovery
- GPT-5.2 appears in Foundry catalog but all regions show insufficient quota; cannot request quota - Microsoft Q&A
- Quickstart: Set up Microsoft Foundry resources