Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
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`.