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

21 lines
301 B
Plaintext

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