Meta

This page is auto-generated from model configurations. Last updated: 2026-03-13.

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


Meta MusicGen

Model ID: model_meta-musicgen

Capabilities: txt2audio

LLM Markdown: https://app.scenario.com/api/models/model_meta-musicgen/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
modelVersionstringNostereo-melody-large--stereo-melody-large, stereo-large, melody-large, largeModel to use for generation
promptstringNo----A description of the music you want to generate.
inputAudiofileNo----An audio file that will influence the generated music. If continuation is True, the generated music will be a continuation of the audio file. Otherwise, the generated music will mimic the audio file's melody.
durationnumberNo8130-Duration of the generated audio in seconds.
continuationbooleanNofalse---If True, generated music will continue from Input Audio. Otherwise, generated music will mimic Input Audio's melody.
continuationStartnumberNo00--Start time of the audio file to use for continuation.
continuationEndnumberNo-0--End time of the audio file to use for continuation. If None, will default to the end of the audio clip.
multiBandDiffusionbooleanNofalse---If True, the EnCodec tokens will be decoded with MultiBand Diffusion. Only works with non-stereo models.
normalizationStrategystringNoloudness--loudness, clip, peak, rmsStrategy for normalizing audio.
temperaturenumberNo1---Controls the 'conservativeness' of the sampling process. Higher temperature means more diversity.
classifierFreeGuidancenumberNo3010-Increases the influence of inputs on the output. Higher values produce lower-varience outputs that adhere more closely to inputs.
seednumberNo----Seed for random number generator. If None or -1, a random seed will be used.