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/concepts/models.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
20
20
21
21
| Models | Description |
22
22
|--|--|
23
-
|[GPT-4](#gpt-4)| A set of models that improve on GPT-3.5 and can understand as well as generate natural language and code. |
24
-
|[GPT-3.5](#gpt-35)| A set of models that improve on GPT-3 and can understand as well as generate natural language and code. |
23
+
|[GPT-4](#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
24
+
|[GPT-3.5](#gpt-35)| A set of models that improve on GPT-3 and can understand and generate natural language and code. |
25
25
|[Embeddings](#embeddings-models)| A set of models that can convert text into numerical vector form to facilitate text similarity. |
26
26
|[DALL-E](#dall-e-models-preview) (Preview) | A series of models in preview that can generate original images from natural language. |
27
27
@@ -156,13 +156,13 @@ There are three distinct model deployment upgrade options which are configurable
156
156
157
157
| Name | Description |
158
158
|------|--------|
159
-
|`OnceNewDefaultVersionAvailable`| Once a new default version is released the model deployment will auto-upgrade to the default version within two weeks of the release. |
159
+
|`OnceNewDefaultVersionAvailable`| Once a new version is designated as the default, the model deployment will auto-upgrade to the default version within two weeks of that designation change being made. |
160
160
`OnceCurrentVersionExpired` | Once the retirement date is reached the model deployment will auto-upgrade to the current default version. |
161
-
`NoAutoUpgrade` | The model deployment will never auto-upgrade. Once the retirement date is reached the model deployment will stop working. You will need to manually update your code referencing that deployment to point to a non-expired model deployment. |
161
+
`NoAutoUpgrade` | The model deployment will never auto-upgrade. Once the retirement date is reached the model deployment will stop working. You will need to update your code referencing that deployment to point to a non-expired model deployment. |
162
162
163
163
To query the current model deployment settings including the deployment upgrade configuration for a given resource use [`Deployments List`](/rest/api/cognitiveservices/accountmanagement/deployments/list?tabs=HTTP#code-try-0)
164
164
165
-
```http-interactive
165
+
```http
166
166
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments?api-version=2023-05-01
167
167
```
168
168
@@ -222,7 +222,7 @@ You can then take the settings from this list to construct an update model REST
222
222
223
223
### Update & deploy models via the API
224
224
225
-
```http-interactive
225
+
```http
226
226
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}?api-version=2023-05-01
0 commit comments