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
|[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)|
51
51
|[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)|
53
53
| 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)|
54
54
| 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)|
55
55
|[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
105
105
See the following list for the input requirements for each feature.
106
106
107
107
<!--
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 |
109
109
|-------|---|----------|----------|-----|-----|
110
110
| 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). | -->
111
111
@@ -115,13 +115,13 @@ See the following list for the input requirements for each feature.
115
115
- Maximum image file size: 4 MB
116
116
- Dimensions between 50 x 50 and 2048 x 2048 pixels.
117
117
- Images can be in JPEG, PNG, GIF, BMP, TIFF, or WEBP formats.
118
-
-**Prompt Shields (preview)**:
118
+
-**Prompt Shields**:
119
119
- Maximum prompt length: 10K characters.
120
120
- Up to five documents with a total of 10K characters.
121
121
-**Groundedness detection (preview)**:
122
122
- Maximum length for grounding sources: 55,000 characters (per API call).
123
123
- Maximum text and query length: 7,500 characters.
124
-
-**Protected material detection (preview)**:
124
+
-**Protected material detection**:
125
125
- Default maximum length: 1K characters.
126
126
- Default minimum length: 110 characters (for scanning LLM completions, not user prompts).
127
127
-**Custom categories (standard)**:
@@ -172,7 +172,7 @@ Feel free to [contact us](mailto:[email protected]) if you need
172
172
173
173
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.
0 commit comments