Skip to content

Commit c6e29a2

Browse files
committed
rm preview tag from features
1 parent d8890f7 commit c6e29a2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ There are different types of analysis available from this service. The following
4747

4848
| Feature | Functionality | Concepts guide | Get started |
4949
| :-------------------------- | :---------------------- | --| --|
50-
| [Prompt Shields](/rest/api/contentsafety/text-operations/detect-text-jailbreak) (preview) | Scans text for the risk of a User input attack on a Large Language Model. | [Prompt Shields concepts](/azure/ai-services/content-safety/concepts/jailbreak-detection)|[Quickstart](./quickstart-jailbreak.md) |
50+
| [Prompt Shields](/rest/api/contentsafety/text-operations/detect-text-jailbreak) | Scans text for the risk of a User input attack on a Large Language Model. | [Prompt Shields concepts](/azure/ai-services/content-safety/concepts/jailbreak-detection)|[Quickstart](./quickstart-jailbreak.md) |
5151
| [Groundedness detection](/rest/api/contentsafety/text-groundedness-detection-operations/detect-groundedness-options) (preview) | Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. | [Groundedness detection concepts](/azure/ai-services/content-safety/concepts/groundedness)|[Quickstart](./quickstart-groundedness.md) |
52-
| [Protected material text detection](/rest/api/contentsafety/text-operations/detect-text-protected-material) (preview) | Scans AI-generated text for known text content (for example, song lyrics, articles, recipes, selected web content). | [Protected material concepts](/azure/ai-services/content-safety/concepts/protected-material)|[Quickstart](./quickstart-protected-material.md)|
52+
| [Protected material text detection](/rest/api/contentsafety/text-operations/detect-text-protected-material) | Scans AI-generated text for known text content (for example, song lyrics, articles, recipes, selected web content). | [Protected material concepts](/azure/ai-services/content-safety/concepts/protected-material)|[Quickstart](./quickstart-protected-material.md)|
5353
| Custom categories API (preview) | Lets you create and train your own custom content categories and scan text for matches. | [Custom categories concepts](/azure/ai-services/content-safety/concepts/custom-categories)|[Quickstart](./quickstart-custom-categories.md) |
5454
| Custom categories (rapid) API (preview) | Lets you define emerging harmful content patterns and scan text and images for matches. | [Custom categories concepts](/azure/ai-services/content-safety/concepts/custom-categories)| [How-to guide](./how-to/custom-categories-rapid.md) |
5555
| [Analyze text](/rest/api/contentsafety/text-operations/analyze-text) API | Scans text for sexual content, violence, hate, and self harm with multi-severity levels. | [Harm categories](/azure/ai-services/content-safety/concepts/harm-categories)| [Quickstart](/azure/ai-services/content-safety/quickstart-text) |
@@ -105,7 +105,7 @@ Currently, Azure AI Content Safety has an **F0 and S0** pricing tier. See the Az
105105
See the following list for the input requirements for each feature.
106106

107107
<!--
108-
| | Analyze text API | Analyze image API | Prompt Shields<br>(preview) | Groundedness<br>detection (preview) | Protected material<br>detection (preview) |
108+
| | Analyze text API | Analyze image API | Prompt Shields<br> | Groundedness<br>detection (preview) | Protected material<br>detection |
109109
|-------|---|----------|----------|-----|-----|
110110
| Input requirements: | Default maximum length: 10K characters (split longer texts as needed). | Maximum image file size: 4 MB<br>Dimensions between 50x50 and 2048x2048 pixels.<br>Images can be in JPEG, PNG, GIF, BMP, TIFF, or WEBP formats. | Maximum prompt length: 10K characters.<br>Up to five documents with a total of 10D characters. | Maximum 55,000 characters for grounding sources per API call.<br>Maximum text and query length: 7,500 characters. | Default maximum: 1K characters.<br>Minimum: 111 characters (for scanning LLM completions, not user prompts). | -->
111111

@@ -115,13 +115,13 @@ See the following list for the input requirements for each feature.
115115
- Maximum image file size: 4 MB
116116
- Dimensions between 50 x 50 and 2048 x 2048 pixels.
117117
- Images can be in JPEG, PNG, GIF, BMP, TIFF, or WEBP formats.
118-
- **Prompt Shields (preview)**:
118+
- **Prompt Shields**:
119119
- Maximum prompt length: 10K characters.
120120
- Up to five documents with a total of 10K characters.
121121
- **Groundedness detection (preview)**:
122122
- Maximum length for grounding sources: 55,000 characters (per API call).
123123
- Maximum text and query length: 7,500 characters.
124-
- **Protected material detection (preview)**:
124+
- **Protected material detection**:
125125
- Default maximum length: 1K characters.
126126
- Default minimum length: 110 characters (for scanning LLM completions, not user prompts).
127127
- **Custom categories (standard)**:
@@ -140,7 +140,7 @@ For more information, see [Language support](/azure/ai-services/content-safety/l
140140

141141
To use the Content Safety APIs, you must create your Azure AI Content Safety resource in the supported regions. Currently, the Content Safety features are available in the following Azure regions:
142142

143-
|Region | Moderation APIs<br>(text and image) | Prompt Shields<br>(preview) | Protected material<br>detection (preview) | Groundedness<br>detection (preview) | Custom categories<br>(rapid) (preview) | Custom categories<br>(standard) | Blocklists |
143+
|Region | Moderation APIs<br>(text and image) | Prompt Shields | Protected material<br>detection | Groundedness<br>detection (preview) | Custom categories<br>(rapid) (preview) | Custom categories<br>(standard) | Blocklists |
144144
|---|---|---|---|---|---|---|--|
145145
| East US ||||||||
146146
| East US 2 || | ||| ||
@@ -166,7 +166,7 @@ Feel free to [contact us](mailto:[email protected]) if you need
166166

167167
Content Safety features have query rate limits in requests-per-second (RPS) or requests-per-10-seconds (RP10S) . See the following table for the rate limits for each feature.
168168

169-
|Pricing tier | Moderation APIs<br>(text and image) | Prompt Shields<br>(preview) | Protected material<br>detection (preview) | Groundedness<br>detection (preview) | Custom categories<br>(rapid) (preview) | Custom categories<br>(standard) (preview)|
169+
|Pricing tier | Moderation APIs<br>(text and image) | Prompt Shields | Protected material<br>detection | Groundedness<br>detection (preview) | Custom categories<br>(rapid) (preview) | Custom categories<br>(standard) (preview)|
170170
|--------|---------|-------------|---------|---------|---------|--|
171171
| F0 | 1000 RP10S | 1000 RP10S | 1000 RP10S | 50 RP10S | 1000 RP10S | 5 RPS|
172172
| S0 | 1000 RP10S | 1000 RP10S | 1000 RP10S | 50 RP10S | 1000 RP10S | 5 RPS|

articles/ai-services/content-safety/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ items:
2929
href: concepts/harm-categories.md
3030
- name: Quickstarts
3131
items:
32-
- name: Prompt Shields (preview)
32+
- name: Prompt Shields
3333
href: quickstart-jailbreak.md
3434
- name: Groundedness detection (preview)
3535
href: quickstart-groundedness.md
36-
- name: Protected material detection (preview)
36+
- name: Protected material detection
3737
href: quickstart-protected-material.md
3838
- name: Custom categories
3939
href: quickstart-custom-categories.md

0 commit comments

Comments
 (0)