Files
openrouter-python-sdk-retry…/docs/models/chatcompletioncreateparamsaudio.md
T
2025-08-22 10:31:13 -05:00

24 lines
231 B
Markdown

# ChatCompletionCreateParamsAudio
## Supported Types
### `float`
```python
value: float = /* values here */
```
### `str`
```python
value: str = /* values here */
```
### `Any`
```python
value: Any = /* values here */
```