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

23 lines
392 B
Plaintext

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