#27072 [Bug]: misleading documentation: Trying to use Llm GuardYou must be a LiteLLM Enterprise user to use this feature.
# What happened?
## A bug happened! > Documentation incorrectly claims llmguard_moderations is open source.
The LiteLLM documentation states that "Guardrails: Always-on / request-based" is an open source feature, but llmguard_moderations specifically requires an enterprise license. see [link](https://docs.litellm.ai/docs/enterprise)
<img width="2704" height="1262" alt="Image" src="https://github.com/user-attachments/assets/8dcaec3b-1ecb-4fbc-82b1-0c21a61f87d8" />
## Expected behavior Documentation should clearly distinguish between: - Open source guardrail framework (OSS) - Specific guardrail implementations (some enterprise-only)
### Steps to Reproduce
1. Read the Enterprise comparison table showing "Guardrails: Always-on / request-based" as OSS 2. Try to configure llmguard_moderations in OSS version ```yaml # templatefile — injects api_base + vllm_api_key model_list: - model_name: tinyllama litellm_params: model: openai//data/models/tinyllama api_base: "${internal_api_base}" api_key: "internal"
general_settings: custom_auth: custom_auth.user_api_key_auth always_include_stream_usage: true
litellm_settings: callbacks: - custom_callbacks.p…