Files
openrouter-python-sdk-retry…/docs/models/chatstreamcompletioncreateparamsaudio.md
T
2025-09-07 21:39:50 +01:00

24 lines
237 B
Markdown

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