An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @RISHAB KANT TIWARI
Models in Azure AI Foundry are region-specific and may not appear or be deployable due to:
- Lack of support in the selected region
- Subscription restrictions (some models require approval)
- Quota limitations
- Missing permissions (for example, Reader role is not enough to deploy models)
Here are a few things you can check:
Verify model availability in your region Go to the Foundry portal (ai.azure.com), open Models + endpoints, and try Deploy model. Filter by your region. If the model does not appear, it is likely not supported in that region.
Check quota Open Management Center → Quota and confirm whether you have available quota for the model. If quota is 0, you will need to request an increase.
Confirm permissions Make sure you have a role that allows deployment, such as Cognitive Services OpenAI Contributor. Reader access alone is not sufficient.
Check for restricted or gated models Some models require approval before they become available. If applicable, you may need to request access.
Regarding agent-capable models If your lab requires an agent-supported model, you can:
- Go to the Model catalog
- Filter by capability and select Agent supported
If no agent-supported models are available in your allowed region, then:
- Try switching to a supported region (if your subscription allows it), or
- Use an alternative model that is available in your region and meets the lab requirements
In many student subscriptions, region restrictions are the main limiting factor, so behavior like this is expected.
I Hope this helps. Do let me know if you have any further queries.
If this helped, please consider accepting the answer so it can benefit others with a similar question.
Thankyou!