Files
openrouter-python-sdk-retry…/docs/components/moderation.mdx

21 lines
303 B
Plaintext

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