mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
---
|
|
title: "ResponseFormatEnum"
|
|
---
|
|
|
|
Audio output format
|
|
|
|
## Example Usage
|
|
|
|
```python
|
|
from openrouter.components import ResponseFormatEnum
|
|
|
|
# Open enum: unrecognized values are captured as UnrecognizedStr
|
|
value: ResponseFormatEnum = "mp3"
|
|
```
|
|
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will not fail type checks.
|
|
|
|
- `"mp3"`
|
|
- `"pcm"`
|