
SAMPLE OUTPUT
━━ MODEL
MusicGen.
Meta
musicgen
Text-to-music generation. 30s clips.
━━ RATE
$0.065
per 30s
ALL-IN. NO HIDDEN FEES.
━━ INPUT
4 PARAMS
PLAYGROUND
4–40
The duration of the music to generate in seconds.
Description of the music you want to generate.
━━ OUTPUT
AWAITING INPUT.
━━ CURL
CALL IT FROM
ANYTHING.
curl https://plumestudios.dev/api/run/musicgen \
-H "Authorization: Bearer $PLUME_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "…"
}'