← All models
A unified paradigm for audio-video generation
Example
Details
- Accepts
- text + image + audio
Pricing
- Price
- 25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. If None, a random seed is chosen. |
| promptrequired | string | The text prompt to guide video generation. |
| image_url | string | The image URL to guide video generation. |
| negative_prompt | string | Negative prompt for video generation. |
| num_inference_steps | integer | The number of inference steps. |
| audio_negative_prompt | string | Negative prompt for audio generation. |
| resolution | stringenum: 512x992, 992x512, 960x512, 512x960, 720x720, 448x1120… | Resolution of the generated video in W:H format. One of (512x992, 992x512, 960x512, 512x960, 720x720, or 448x1120). |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |