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/openai/whats-new.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@ This article provides a summary of the latest releases and major documentation u
20
20
21
21
## July 2024
22
22
23
+
### New Responsible AI default content filtering policy
24
+
25
+
The new default content filtering policy `DefaultV2` delivers the latest safety and security mitigations for the GPT model series (text), including:
26
+
- Prompt Shields for jailbreak attacks on user prompts (filter),
27
+
- Protected material detection for text (filter) on model completions
28
+
- Protected material detection for code (annotate) on model completions
29
+
30
+
While there are no changes to content filters for existing resources and deployments (default or custom content filtering configurations remain unchanged), new resources and GPT deployments will automatically inherit the new content filtering policy `DefaultV2`. Customers have the option to switch between safety defaults and create custom content filtering configurations.
31
+
32
+
Refer to our [Default safety policy documentation](./concepts/default-safety-policies.md) for more information.
33
+
23
34
### New GA API release
24
35
25
36
API version `2024-06-01` is the latest GA data plane inference API release. It replaces API version `2024-02-01` and adds support for:
@@ -57,6 +68,7 @@ Refer to our [data plane inference reference documentation](./reference.md) for
57
68
58
69
For information on global standard quota, consult the [quota and limits page](./quotas-limits.md).
0 commit comments