Skip to content

Commit 369553e

Browse files
authored
[AIG] Add crAIg (#20341)
1 parent 5cdca06 commit 369553e

File tree

1 file changed

+6
-1
lines changed
  • src/content/docs/ai-gateway/guardrails

1 file changed

+6
-1
lines changed

src/content/docs/ai-gateway/guardrails/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
badge: Beta
99
---
1010

11-
import { CardGrid, LinkTitleCard } from "~/components";
11+
import { CardGrid, LinkTitleCard, YouTube } from "~/components";
1212

1313
Guardrails help you deploy AI applications safely by intercepting and evaluating both user prompts and model responses for harmful content. Acting as a proxy between your application and [model providers](/ai-gateway/providers/) (such as OpenAI, Anthropic, DeepSeek, and others), AI Gateway's Guardrails ensure a consistent and secure experience across your entire AI ecosystem.
1414

@@ -19,6 +19,10 @@ Guardrails proactively monitor interactions between users and AI models, giving
1919
- **Flexibility and control over allowed content**: Specify which categories to monitor and choose between flagging or outright blocking.
2020
- **Auditing and compliance capabilities**: Receive updates on evolving regulatory requirements with logs of user prompts, model responses, and enforced guardrails.
2121

22+
## Video demo
23+
24+
<YouTube id="Its1H0jTxrQ" />
25+
2226
## How Guardrails work
2327

2428
AI Gateway inspects all interactions in real time by evaluating content against predefined safety parameters. Guardrails work by:
@@ -35,4 +39,5 @@ AI Gateway inspects all interactions in real time by evaluating content against
3539
Depending on your configuration, flagged content is logged for review, while blocked content is prevented from proceeding.
3640

3741
## Related resource
42+
3843
- [Cloudflare Blog: Keep AI interactions secure and risk-free with Guardrails in AI Gateway](https://blog.cloudflare.com/guardrails-in-ai-gateway/)

0 commit comments

Comments
 (0)