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

22 lines
394 B
Plaintext

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