Files
openrouter-python-sdk-retry…/docs/components/inputreference.mdx
T

28 lines
579 B
Plaintext

---
title: "InputReference"
---
A reference asset used to guide video generation. Image references are supported by all providers; audio and video references are only honored by providers that support them (currently BytePlus Seedance 2.0).
## Supported Types
### `components.ContentPartAudio`
```python
value: components.ContentPartAudio = /* values here */
```
### `components.ContentPartImage`
```python
value: components.ContentPartImage = /* values here */
```
### `components.ContentPartVideo`
```python
value: components.ContentPartVideo = /* values here */
```