You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/create-resource-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,28 +100,28 @@ To deploy a model, follow these steps:
100
100
101
101
1. Sign in to [Azure OpenAI Studio](https://oai.azure.com).
102
102
103
-
1. Choose the subscription and the Azure OpenAI resource to work with, and select **Use resource**.
103
+
2. Choose the subscription and the Azure OpenAI resource to work with, and select **Use resource**.
104
104
105
-
1. Under **Management** select **Deployments**.
105
+
3. Under **Management** select **Deployments**.
106
106
107
-
1. Select **Create new deployment** and configure the following fields:
107
+
4. Select **Create new deployment** and configure the following fields:
108
108
109
109
| Field | Description |
110
110
|---|---|
111
111
|**Select a model**| Model availability varies by region. For a list of available models per region, see [Model summary table and region availability](../concepts/models.md#model-summary-table-and-region-availability). |
112
112
|**Deployment name**| Choose a name carefully. The deployment name is used in your code to call the model by using the client libraries and the REST APIs. |
113
113
|**Advanced options** (Optional) | You can set optional advanced settings, as needed for your resource. <br> - For the **Content Filter**, assign a content filter to your deployment.<br> - For the **Tokens per Minute Rate Limit**, adjust the Tokens per Minute (TPM) to set the effective rate limit for your deployment. You can modify this value at any time by using the [**Quotas**](../how-to/quota.md) menu. |
114
114
115
-
1. Select a model from the dropdown list.
115
+
5. Select a model from the dropdown list.
116
116
117
-
1. Enter a deployment name to identify the model.
117
+
6. Enter a deployment name to identify the model.
118
118
119
119
> [!IMPORTANT]
120
120
> When you access the model via the API you will need to refer to the deployment name rather than the underlying model name in API calls. This is one of the [key differences](../how-to/switching-endpoints.md) between OpenAI and Azure OpenAI. OpenAI only requires the model name, Azure OpenAI always requires deployment name, even when using the model parameter. In our docs we often have examples where deployment names are represented as identical to model names to help indicate which model works with a particular API endpoint. Ultimately your deployment names can follow whatever naming convention is best for your use case.
121
121
122
-
1. For your first deployment, leave the **Advanced options** set to the defaults.
122
+
7. For your first deployment, leave the **Advanced options** set to the defaults.
123
123
124
-
1. Select **Create**.
124
+
8. Select **Create**.
125
125
126
126
The deployments table shows a new entry that corresponds to your newly created model.
0 commit comments