Skip to content

Commit 7a84b82

Browse files
Merge pull request #7592 from renaaliu/patch-25
Adding PII, NER, Conv PII to API and model support
2 parents 2b7fa41 + e0b518f commit 7a84b82

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ By default, API and SDK requests use the latest Generally Available model. To us
3535
3636
Use the following table to find which model versions support each feature:
3737

38-
| Feature | Supported generally available (GA) version | Latest supported preview versions |
39-
|--|--|--|
40-
| Sentiment Analysis and opinion mining | `latest` | |
41-
| Language Detection | `latest` | |
42-
| Entity Linking | `latest` | |
43-
| Named Entity Recognition (NER) | `latest` | `2025-08-01-preview` |
44-
| Personally Identifiable Information (PII) detection | `latest` | `2025-08-01-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) |
38+
| Feature | Supported generally available (GA) version | Latest supported preview versions | Other supported verision |
39+
|--|--|--|--|
40+
| Sentiment Analysis and opinion mining | `latest` | | |
41+
| Language Detection | `latest` | | |
42+
| Entity Linking | `latest` | | |
43+
| Named Entity Recognition (NER) | `latest` | `2025-08-01-preview` | `2025-04-15-preview` |
44+
| Personally Identifiable Information (PII) detection | `latest` | `2025-08-01-preview` | `2025-04-15-preview` |
45+
| PII detection for conversations | `latest` | `2024-11-01-preview` | `2023-04-15-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) | |
5050

5151

5252
## Custom features
@@ -90,6 +90,9 @@ Use the following table to find which API versions support each feature:
9090
| Conversational language understanding| `2022-05-01`, `2022-10-01-preview`, `2023-04-01` |`2023-04-01` |`2022-10-01-preview` |
9191
| Custom named entity recognition | `2022-05-01`, `2022-10-01-preview`, `2023-04-01`, `2023-04-15`, `2023-04-15-preview`|`2023-04-15` |`2023-04-15-preview` |
9292
| Orchestration workflow | `2022-05-01`, `2022-10-01-preview`, `2023-04-01` |`2023-04-01` |`2022-10-01-preview` |
93+
| Named Entity Recognition (NER) | `2025-05-15-preview`, `2024-11-01 (GA)`,`2024-11-15-preview` | `2024-11-01 (GA)` | `2025-05-15-preview` |
94+
| Personally Identifiable Information (PII) detection | `2025-05-15-preview`,`2024-11-01 (GA)`,`2024-11-15-preview` | `2024-11-01 (GA)` | `2025-05-15-preview` |
95+
| PII detection for conversations | `2025-05-15-preview`,`2024-11-01 (GA)`,`2024-11-15-preview` | `2024-11-01 (GA)` | `2025-05-15-preview` |
9396

9497
## Next steps
9598

0 commit comments

Comments
 (0)