--- title: "Moderation" --- ## Example Usage ```python from openrouter.components import Moderation # Open enum: unrecognized values are captured as UnrecognizedStr value: Moderation = "auto" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"auto"` - `"low"`