-
Notifications
You must be signed in to change notification settings - Fork 461
Update model retirement policies and terminology #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tkudo-ms
wants to merge
1
commit into
MicrosoftDocs:main
Choose a base branch
from
tkudo-ms:patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6
−2
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,15 +17,19 @@ For the availability of models, see the following information: | |||||
|
|
||||||
| - Generally Available (GA) model versions will be available for a minimum of 12 months. | ||||||
| - After 12 months, existing customers may continue to use older model versions for an additional six months. | ||||||
| - New customers who have never deployed the older model version will no longer have access after 12 months. | ||||||
| - New customers who have never deployed the older model version in the same Azure subscription will no longer have access after 12 months. | ||||||
| - For global deployments, all future model versions starting with `gpt-4o` and `gpt-4 0409` will be available with their (`N`) next succeeding model (`N+1`) for comparison together. | ||||||
| - Customers have 60 days to try out a new GA model in at least one global or standard region before any upgrades happen to a newer GA model. | ||||||
|
|
||||||
| ### Terminology | ||||||
|
|
||||||
| - **Deprecation**: When a model is deprecated, it's no longer available for new customers. It continues to be available for use by customers who have existing deployments until the model is retired. | ||||||
| - **Deprecation**: When a model is deprecated, it's no longer available for new customers. It continues to be available for use by customers who have existing deployments until the model is retired. For the purposes of this document, "customer" is evaluated at the Azure subscription level,based on whether that subscription has ever deployed the specific model version. | ||||||
|
|
||||||
| - **Retirement**: When a model is retired, it's no longer available for use. Azure OpenAI deployments of a retired model always return error responses. | ||||||
|
|
||||||
| Example: | ||||||
| If a customer has deployed a model version in Subscription A before the deprecation date,and later creates a new Subscription B under the same tenant after the deprecation date,Subscription B is considered a new customer and cannot deploy the deprecated model version. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## Notifications | ||||||
|
|
||||||
| Azure OpenAI notifies customers of active Azure OpenAI deployments for models with upcoming retirements. We notify customers of upcoming retirements for each deployment in the following ways: | ||||||
|
|
||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.