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/language-service/concepts/model-lifecycle.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,29 +28,25 @@ We recommend using the `latest` model version to utilize the latest and highest
28
28
29
29
Preview models used for preview features do not maintain a minimum retirement period and may be deprecated at any time.
30
30
31
-
By default, API and SDK requests will use the latest Generally Available model. You can use an optional parameter to select the version of the model to be used (not recommended).
31
+
By default, API and SDK requests will use the latest Generally Available model. To use a model in preview, you can use an optional parameter `modelVersion`to select the preview version of the model to be used (not recommended for GA models).
32
32
33
33
> [!NOTE]
34
34
> If you are using a model version that is not listed in the table, then it was subjected to the expiration policy.
35
35
36
36
Use the table below to find which model versions are supported by each feature:
37
37
38
-
| Feature | Supported generally available (GA) version |Supported preview versions|
38
+
| Feature | Supported generally available (GA) version |Latest supported preview versions |
0 commit comments