Skip to content

Commit 44de92f

Browse files
authored
Merge pull request #481 from gxy001/patch-3
Update model-lifecycle.md for Language service
2 parents 5063969 + 0de727a commit 44de92f

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

articles/ai-services/language-service/concepts/model-lifecycle.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,25 @@ We recommend using the `latest` model version to utilize the latest and highest
2828

2929
Preview models used for preview features do not maintain a minimum retirement period and may be deprecated at any time.
3030

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).
3232

3333
> [!NOTE]
3434
> If you are using a model version that is not listed in the table, then it was subjected to the expiration policy.
3535
3636
Use the table below to find which model versions are supported by each feature:
3737

38-
| Feature | Supported generally available (GA) version | Supported preview versions |
38+
| Feature | Supported generally available (GA) version | Latest supported preview versions |
3939
|-----------------------------------------------------|------------------------------------------------|---------------------------------------------|
40-
| Sentiment Analysis and opinion mining | `latest*` | |
41-
| Language Detection | `latest*` | |
42-
| Entity Linking | `latest*` | |
43-
| Named Entity Recognition (NER) | `latest*` | `2024-04-15-preview**` |
44-
| Personally Identifiable Information (PII) detection | `latest*` | `2024-04-15-preview**` |
45-
| PII detection for conversations | `latest*` | `2024-11-01-preview**` |
46-
| Question answering | `latest*` | |
47-
| Text Analytics for health | `latest*` | `2022-08-15-preview`, `2023-01-01-preview**`|
48-
| Key phrase extraction | `latest*` | |
49-
| Summarization | `latest*` | |
50-
51-
52-
\* Latest Generally Available (GA) model version
53-
\*\* Latest preview version
40+
| Sentiment Analysis and opinion mining | `latest` | |
41+
| Language Detection | `latest` | |
42+
| Entity Linking | `latest` | |
43+
| Named Entity Recognition (NER) | `latest` | `2025-05-15-preview` |
44+
| Personally Identifiable Information (PII) detection | `latest` | `2025-05-15-preview` |
45+
| PII detection for conversations | `latest` | `2024-11-01-preview` |
46+
| Question answering | `latest` | |
47+
| Text Analytics for health | `latest` | `2023-04-15-preview` |
48+
| Key phrase extraction | `latest` | |
49+
| Summarization | `latest` | `2025-06-10-preview` (only available for `issue` and `resolution` aspects in conversation summarization) |
5450

5551

5652
## Custom features

0 commit comments

Comments
 (0)