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`.