You're looking at a specific version of this model. Jump to the model overview.
mirelo /video-to-sfx-v1.5:c6a965c9
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| video_path |
string
|
Video file to process for sound effects. Video will be trimmed to 10 sec if longer
|
|
| text_prompt |
string
|
|
Text prompt to guide sound effect generation
|
| seed |
integer
|
Random seed for reproducibility
|
|
| num_samples |
integer
|
2
Min: 2 Max: 4 |
Number of sound effects to generate
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}