From 693dd9b85478a9d947c7178f211e1eb6e99da24a Mon Sep 17 00:00:00 2001 From: LjjJzd <3542531707@qq.com> Date: Wed, 17 Jun 2026 09:56:51 +0800 Subject: [PATCH] docs: clarify LLM Guard enterprise requirement --- docs/enterprise.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/enterprise.md b/docs/enterprise.md index 0d0a05be..4813370a 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -501,6 +501,12 @@ The `hide_secrets` guardrail check did not run on this request because api key=s ## Content Moderation ### Content Moderation with LLM Guard +:::info + +`llmguard_moderations` requires a LiteLLM Enterprise license and the `litellm-enterprise` package. The OSS guardrail framework still supports custom guardrails and Presidio PII masking. + +::: + Set the LLM Guard API Base in your environment ```env @@ -944,4 +950,4 @@ Pricing is based on usage. [Contact us](https://enterprise.litellm.ai/demo) for ### How do I get day-0 support for new models without restarting? -Use [Auto Sync New Models](./proxy/sync_models_github.md) to pull the latest pricing and context-window data from GitHub on demand or on a schedule — no restart required. Trigger a manual sync with `POST /reload/model_cost_map`, or schedule periodic syncs with `POST /schedule/model_cost_map_reload?hours=6`. \ No newline at end of file +Use [Auto Sync New Models](./proxy/sync_models_github.md) to pull the latest pricing and context-window data from GitHub on demand or on a schedule — no restart required. Trigger a manual sync with `POST /reload/model_cost_map`, or schedule periodic syncs with `POST /schedule/model_cost_map_reload?hours=6`.