← All models
Generate synced sounds for any video, and return the new sound track (like MMAudio)
Details
- Accepts
- video
Pricing
- Price
- 0.875 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for the generation. If not provided, a random seed will be used |
| duration | — | The duration of the generated audio in seconds |
| video_urlrequired | string | A video url that can accessed from the API to process and add sound effects |
| num_samples | — | The number of samples to generate from the model |
| text_prompt | — | Additional description to guide the model |
Output
| Field | Type | Description |
|---|---|---|
| audio | array | The generated sound effects audio |