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

24 lines
334 B
Plaintext

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