Files
openrouter-python-sdk-retry…/docs/operations/embedding.md
T
2025-11-13 14:21:27 -05:00

18 lines
164 B
Markdown

# Embedding
## Supported Types
### `List[float]`
```python
value: List[float] = /* values here */
```
### `str`
```python
value: str = /* values here */
```