mirelo_text_to_sfx_generate
Convert text prompts into sound effects. Specify duration, looping, and number of samples to generate audio URLs.
Instructions
Generate sound effects synchronously from a text prompt and return the result URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Whether the output should loop seamlessly. Default false. | |
| prompt | Yes | Text prompt to generate audio from (1-5000 characters). | |
| duration_ms | No | Output duration in milliseconds. Integer. When loop is false: 1000-60000; when loop is true: 3000-600000. Default 60000. | |
| num_samples | No | Number of samples to generate. Integer >= 1. Default 1. | |
| model_version | No | Mirelo model version. One of "v1.5" or "v1.6". Omitted or empty resolves to "v1.6". |