← All models
Generate synced sounds for any video, and return it with its new sound track (like MMAudio). Now up to 60 seconds!
Example
Details
- Accepts
- video
Pricing
- Price
- 1.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for generation. -1 or None for random. |
| duration | number | Duration of the generated SFX in seconds. Values >10 use sliding-window extended generation. |
| video_urlrequired | string | Video URL to add SFX to. |
| num_samples | integer | Number of variations to generate. |
| text_prompt | — | Optional text prompt guiding generation. |
Output
| Field | Type | Description |
|---|---|---|
| video | array | The processed video with sound effects |