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/how-to/working-with-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
@@ -29,17 +29,17 @@ Azure OpenAI now supports automatic updates for select model deployments. On mod
29
29
30
30
When **Auto-update to default** is selected your model deployment will be automatically updated within two weeks of a change in the default version.
31
31
32
-
If you are still in the early testing phases for inference models, we recommend deploying models with **auto-update to default** set whenever it is available.
32
+
If you're still in the early testing phases for inference models, we recommend deploying models with **auto-update to default** set whenever it's available.
33
33
34
34
### Specific model version
35
35
36
36
As your use of Azure OpenAI evolves, and you start to build and integrate with applications you may want to manually control model updates so that you can first test and validate that model performance is remaining consistent for your use case prior to upgrade.
37
37
38
-
When you select a specific model version for a deployment this version will remain selected until you either choose to manually update yourself, or once you reach the retirement date for the model. When the retirement date is reached the model will auto-upgrade to the default version at the time of retirement.
38
+
When you select a specific model version for a deployment this version will remain selected until you either choose to manually update yourself, or once you reach the retirement date for the model. When the retirement date is reached the model will automatically upgrade to the default version at the time of retirement.
39
39
40
40
### GPT-35-Turbo 0301 and GPT-4 0314 retirement
41
41
42
-
The `gpt-35-turbo` (`0301`) and both `gpt-4` (`0314`) models will be retired no earlier than July 5, 2024. Upon retirement, deployments will automatically be upgraded to the default version at the time of retirement. If you would like your deployment to stop accepting completion requests rather than upgrading, then you will be able to set the model upgrade option to expire through the API. We will publish guidelines on this by September 1.
42
+
The `gpt-35-turbo` (`0301`) and both `gpt-4` (`0314`) models will be retired no earlier than July 5, 2024. Upon retirement, deployments will automatically be upgraded to the default version at the time of retirement. If you would like your deployment to stop accepting completion requests rather than upgrading, then you'll be able to set the model upgrade option to expire through the API.
43
43
44
44
## Viewing deprecation dates
45
45
@@ -57,9 +57,9 @@ There are three distinct model deployment upgrade options which are configurable
57
57
58
58
| Name | Description |
59
59
|------|--------|
60
-
|`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. |
61
-
`OnceCurrentVersionExpired` | Once the retirement date is reached the model deployment will auto-upgrade to the current default version. |
62
-
`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. |
60
+
|`OnceNewDefaultVersionAvailable`| Once a new version is designated as the default, the model deployment will automatically upgrade to the default version within two weeks of that designation change being made. |
61
+
`OnceCurrentVersionExpired` | Once the retirement date is reached the model deployment will automatically upgrade to the current default version. |
62
+
`NoAutoUpgrade` | The model deployment will never automatically 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. |
63
63
64
64
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)
0 commit comments