Files
openrouter-python-sdk-retry…/docs/models/audio.md
T
2025-09-07 20:40:53 +01:00

24 lines
205 B
Markdown

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