Skip to content

Commit d9914e8

Browse files
committed
heading levels
1 parent f60a12f commit d9914e8

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/ai-studio/concepts/model-lifecycle-and-retirement.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ reviewer: ManojBableshwar
1717

1818
Models in the model catalog are continually refreshed with newer and more capable models. As part of this process, model providers might deprecate and retire their older models, and you might need to update your applications to use a newer model. This document communicates information about the model lifecycle and deprecation timelines and explains how you're informed of model lifecycle stages.
1919

20+
> [!IMPORTANT]
21+
> This article describes deprecation and retirement only for models that can be deployed to __serverless APIs__, not managed compute. To learn more about the differences between deployment to serverless APIs and managed computes, see [Model catalog and collections in Azure AI Foundry portal](../how-to/model-catalog-overview.md).
22+
23+
> [!NOTE]
24+
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure Open AI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
25+
26+
## Model lifecycle stages
27+
2028
Models in the model catalog belong to one of these stages:
2129

2230
- Preview
@@ -25,30 +33,23 @@ Models in the model catalog belong to one of these stages:
2533
- Deprecated
2634
- Retired
2735

28-
> [!IMPORTANT]
29-
> This article describes deprecation and retirement only for models that can be deployed to __serverless APIs__, not managed compute. To learn more about the differences between deployment to serverless APIs and managed computes, see [Model catalog and collections in Azure AI Foundry portal](../how-to/model-catalog-overview.md).
30-
31-
> [!NOTE]
32-
> Azure OpenAI models in the model catalog are provided through Azure OpenAI Service. For information about Azure Open AI model deprecation and retirement, see the [Azure OpenAI service product documentation](/azure/ai-services/openai/concepts/model-retirements).
33-
34-
35-
## Preview
36+
### Preview
3637

3738
Models labeled _Preview_ are experimental in nature. A model's weights, runtime, and API schema can change while the model is in preview. Models in preview aren't guaranteed to become generally available. Models in preview have a _Preview_ label next to their name in the model catalog.
3839

39-
## Generally available
40+
### Generally available
4041

4142
This stage is the default model stage. Models that don't include a lifecycle label next to their name are generally available and suitable for use in production environments. In this stage, model weights and APIs are fixed. However, model containers or runtimes with vulnerabilities might get patched, but patches won't affect model outputs.
4243

43-
## Legacy
44+
### Legacy
4445

4546
Models labeled _Legacy_ are intended for deprecation. You should plan to move to a different model, such as a new, improved model that might be available in the same model family. While a model is in the legacy stage, existing deployments of the model continue to work, and you can create new deployments of the model until the deprecation date.
4647

47-
## Deprecated
48+
### Deprecated
4849

4950
Models labeled _Deprecated_ are no longer available for new deployments. You can't create any new deployments for the model; however, existing deployments continue to work until the retirement date.
5051

51-
## Retired
52+
### Retired
5253

5354
Models labeled _Retired_ are no longer available for use. You can't create new deployments, and attempts to use existing deployments return `<return code>` errors.
5455

0 commit comments

Comments
 (0)