An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
To deploy a large language model (LLM) using your Azure for Students subscription, you need to ensure that the model you are trying to deploy is available in the Southeast Asia region. It is important to verify the availability of specific models in the Azure region you are using, as not all models may be supported in every region.
If you are unable to deploy any model in the Southeast Asia region, consider the following steps:
- Check Model Availability: Confirm that the specific LLM you want to deploy is available for deployment in the Southeast Asia region. You can refer to the Azure documentation for a list of models and their respective availability by region.
- Use Azure CLI: If the model is available, you can use the Azure CLI to deploy the model. Make sure you have the correct resource group and model name specified in your deployment command.
- Explore Other Regions: If the model is not available in Southeast Asia, consider deploying it in another region where it is supported, such as East Asia or UAE North, if your subscription allows it.
- Contact Support: If you continue to face issues, consider reaching out to Azure support for assistance specific to your Azure for Students subscription.
Make sure to follow the guidelines provided in the Azure documentation for deploying models to ensure a successful deployment.