Views:
  1. Sign into Azure OpenAI Studio at https://oai.azure.com.
  2. Choose the subscription and the Azure OpenAI resource to work with and select Use resource.
  3. Under Management select Deployments.
  4. Select Create new deployment and configure the following fields:

    FieldDescription
    Select a modelModel availability varies by region. For a list of available models per region, see model summary table and region availability at https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability.
    Deployment nameChoose a name carefully. The deployment name is used in your code to call the model by using the client libraries and the REST APIs.
    Advanced options (Optional)You can set optional advanced settings, as needed for your resource.


  5. Select a model from the dropdown list.
  6. Enter a deployment name to help you identify the model.
  7. For your first deployment, leave the Advanced options set to the defaults. Select Create.

The deployments table shows a new entry that corresponds to your newly created model. When the deployment completes, your model deployment status changes to succeeded.