mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
579 B
Plaintext
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 */
|
|
```
|
|
|