diff --git a/src/content/docs/ai-gateway/guardrails/supported-model-types.mdx b/src/content/docs/ai-gateway/guardrails/supported-model-types.mdx index a23e11b8ece120..17a6e2bc6a61d6 100644 --- a/src/content/docs/ai-gateway/guardrails/supported-model-types.mdx +++ b/src/content/docs/ai-gateway/guardrails/supported-model-types.mdx @@ -10,3 +10,9 @@ AI Gateway's Guardrails detects the type of AI model being used and applies safe - **Text generation models**: Both prompts and responses are evaluated. - **Embedding models**: Only the prompt is evaluated, as the response consists of numerical embeddings, which are not meaningful for moderation. - **Unknown models**: If the model type cannot be determined, only the prompt is evaluated, while the response bypass Guardrails. + +:::note[Note] + +Guardrails does not yet support streaming responses. Support for streaming is planned for a future update. + +:::