Skip to content
Get started
GENERATION API CALLS
Audio Generation

Sonilo

This page is auto-generated from model configurations. Last updated: 2026-06-15.

This reference lists all available Sonilo audio generation models and their parameters. Use these parameter names when calling the Generation API.


Turn a text description into original music โ€” specify the style, mood, and instrumentation, and get back a ready-to-use audio track in seconds.

Model ID: model_sonilo-v1-1-text-to-music

Capabilities: txt2audio

LLM Markdown: https://app.scenario.com/api/models/model_sonilo-v1-1-text-to-music/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
promptstringYes----Describe the music you want โ€” genre, mood, instruments, tempo, and structure. For example: โ€˜upbeat lo-fi hip hop with soft piano and vinyl crackleโ€™ or โ€˜epic orchestral build for a battle sceneโ€™.
durationnumberNo901600-How long the generated track should be, in seconds. Longer tracks cost more.
numSamplesnumberNo113-How many variations to generate from the same prompt. Useful for picking the best take. Each additional sample adds to the cost.

Upload a video and get back an original soundtrack that matches its pacing, mood, and timing

Model ID: model_sonilo-v1-1-video-to-music

Capabilities: video2audio

LLM Markdown: https://app.scenario.com/api/models/model_sonilo-v1-1-video-to-music/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
videofileYes----The video to generate a soundtrack for. The model analyzes its pacing, mood, and visual rhythm to produce music that fits. Cost scales with video duration.
promptstringNo----Optional style guidance for the generated music. If omitted, Sonilo generates a prompt from the video.
numSamplesnumberNo113-How many soundtrack variations to generate from the same video. Useful for picking the best fit. Each additional sample adds to the cost.
startOffsetnumberNo-0600-Optional. Start scoring from this offset in the video, in seconds. Start offset plus duration must not exceed the video duration.
durationnumberNo-1600-Optional. Length (seconds) of the video segment to score. When set, scores a segment of this length starting at Start Offset (or from the beginning if Start Offset is unset). Defaults to the rest of the video: the whole video when Start Offset is unset, or from Start Offset to the end when it is set.