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

24 lines
210 B
Markdown

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