Mirelo SFX1.6
/v1/runSfx1.6 Extend Audio by Mirelo - advanced AI model for audio-to-audio. Delivers high-quality results with fast inference, suitable for both creative and production workflows.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to mirelo/sfx1.6/extend-audio.
Default: mirelo/sfx1.6/extend-audio
URL of the audio prefix to extend. The prefix duration must be 3–59 seconds; the total output (prefix + append_duration) is capped at 60 seconds.
Seed for generation. -1 or None for random.
Range: -1 to ∞
How many seconds to add after the prefix. Total output = prefix duration + append_duration, capped at 60s. Minimum 1s, maximum 57s (60s cap minus the 3s prefix minimum).
Range: 1 to 57
Default: 10
Audio format for the returned files.
Allowed values: wav, mp3, aac, flac
Default: wav
When true, run the extend+loop path: extend the prefix and stitch the end back to the prefix start so the tile loops seamlessly. When false, run a one-shot extension.
Default: false
Only used when ambience=true: concatenate the loop with itself for a 2x-length output.
Default: false
Number of variations to generate.
Range: 1 to 4
Default: 1
Optional text prompt guiding the extension.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: audio-to-audio
Execution mode declared by the model registry.
Default: async

