PROMPTS BY MODALITY

Music Prompts — 114 curated examples

Prompt examples tuned for Music generation workflows across RunAPI models. Filter by category, copy the prompt, or open the model-specific API code.

MU
Music
dream pop suno-v5.5

Dream pop, shimmering reverb-drenched guitars, airy ethereal...

Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
}
JSON
MU
Music
bedroom pop suno-v5.5

Bedroom pop, lo-fi production, whispery intimate female voca...

Bedroom pop, lo-fi production, whispery intimate female vocals, sparse fingerpicked guitar, subtle synth accents, homemade aesthetic, 85 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Bedroom pop, lo-fi production, whispery intimate female vocals, sparse fingerpicked guitar, subtle synth accents, homemade aesthetic, 85 BPM"
}
JSON
MU
Music
synth-pop suno-v5.5

Synth-pop, bright 80s analog synths, confident female alto,...

Synth-pop, bright 80s analog synths, confident female alto, pulsing bassline, gated reverb drums, retro-futurist polish, 118 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Synth-pop, bright 80s analog synths, confident female alto, pulsing bassline, gated reverb drums, retro-futurist polish, 118 BPM"
}
JSON
MU
Music
melodic trap suno-v5.5

Melodic trap, atmospheric pads, 808 sub-bass, autotuned melo...

Melodic trap, atmospheric pads, 808 sub-bass, autotuned melodic male rap delivery, reverb-heavy, dark moody aesthetic, 140 BPM half-time feel

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Melodic trap, atmospheric pads, 808 sub-bass, autotuned melodic male rap delivery, reverb-heavy, dark moody aesthetic, 140 BPM half-time feel"
}
JSON
MU
Music
boom bap suno-v5.5

Boom bap hip-hop, 90s dusty sample, jazzy piano chop, gritty...

Boom bap hip-hop, 90s dusty sample, jazzy piano chop, gritty male rap delivery, vinyl crackle, raw head-nod groove, 92 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Boom bap hip-hop, 90s dusty sample, jazzy piano chop, gritty male rap delivery, vinyl crackle, raw head-nod groove, 92 BPM"
}
JSON
MU
Music
UK drill suno-v5.5

UK drill, rolling hi-hats, sliding 808s, aggressive male del...

UK drill, rolling hi-hats, sliding 808s, aggressive male delivery with heavy accent, dark minor-key samples, 140 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "UK drill, rolling hi-hats, sliding 808s, aggressive male delivery with heavy accent, dark minor-key samples, 140 BPM"
}
JSON
MU
Music
lo-fi suno-v5.5

Lo-fi chillhop, mellow jazzy Rhodes chords, boom-bap drums,...

Lo-fi chillhop, mellow jazzy Rhodes chords, boom-bap drums, vinyl crackle, tape-warm analog production, no vocals, relaxed study beats, 72 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Lo-fi chillhop, mellow jazzy Rhodes chords, boom-bap drums, vinyl crackle, tape-warm analog production, no vocals, relaxed study beats, 72 BPM"
}
JSON
MU
Music
lo-fi jazz suno-v5.5

Lo-fi jazz, brushed drums, upright bass, muted trumpet, warm...

Lo-fi jazz, brushed drums, upright bass, muted trumpet, warm tape hiss, cozy late-night mood, instrumental, 84 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Lo-fi jazz, brushed drums, upright bass, muted trumpet, warm tape hiss, cozy late-night mood, instrumental, 84 BPM"
}
JSON
MU
Music
vaporwave suno-v5.5

Vaporwave, slowed chopped 80s sample, pitch-bent synths, dre...

Vaporwave, slowed chopped 80s sample, pitch-bent synths, dreamy hazy aesthetic, faded analog, 70 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Vaporwave, slowed chopped 80s sample, pitch-bent synths, dreamy hazy aesthetic, faded analog, 70 BPM"
}
JSON
MU
Music
grunge suno-v5.5

90s grunge rock, distorted guitars, gritty male baritone, po...

90s grunge rock, distorted guitars, gritty male baritone, pounding live drums, dark moody energy, raw garage production, 110 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "90s grunge rock, distorted guitars, gritty male baritone, pounding live drums, dark moody energy, raw garage production, 110 BPM"
}
JSON
MU
Music
post-punk suno-v5.5

Post-punk, jangly chorus-pedal guitar, driving bass-led groo...

Post-punk, jangly chorus-pedal guitar, driving bass-led groove, deadpan male baritone, atmospheric reverb, moody urgent energy, 132 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Post-punk, jangly chorus-pedal guitar, driving bass-led groove, deadpan male baritone, atmospheric reverb, moody urgent energy, 132 BPM"
}
JSON
MU
Music
psychedelic rock suno-v5.5

Psychedelic rock, phased guitars, sitar texture, hazy male v...

Psychedelic rock, phased guitars, sitar texture, hazy male vocals, swirling reverb, 60s warmth, 104 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Psychedelic rock, phased guitars, sitar texture, hazy male vocals, swirling reverb, 60s warmth, 104 BPM"
}
JSON
MU
Music
modern country suno-v5.5

Modern country, acoustic and electric guitars, pedal steel a...

Modern country, acoustic and electric guitars, pedal steel accents, heartfelt male baritone with slight drawl, Nashville polish, storytelling cadence, 96 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Modern country, acoustic and electric guitars, pedal steel accents, heartfelt male baritone with slight drawl, Nashville polish, storytelling cadence, 96 BPM"
}
JSON
MU
Music
bluegrass suno-v5.5

Bluegrass, fast picking, banjo lead, fiddle, upright bass, h...

Bluegrass, fast picking, banjo lead, fiddle, upright bass, high-lonesome male tenor, live-tracked, 140 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Bluegrass, fast picking, banjo lead, fiddle, upright bass, high-lonesome male tenor, live-tracked, 140 BPM"
}
JSON
MU
Music
synthwave suno-v5.5

Synthwave, pulsing analog arpeggios, gated reverb drums, DX7...

Synthwave, pulsing analog arpeggios, gated reverb drums, DX7 electric piano, wide stereo, nostalgic 80s futurism, 112 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Synthwave, pulsing analog arpeggios, gated reverb drums, DX7 electric piano, wide stereo, nostalgic 80s futurism, 112 BPM"
}
JSON
MU
Music
deep house suno-v5.5

Deep house, warm rolling bassline, subtle vocal chops, Rhode...

Deep house, warm rolling bassline, subtle vocal chops, Rhodes chord stabs, late-night club groove, four-on-the-floor, 124 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Deep house, warm rolling bassline, subtle vocal chops, Rhodes chord stabs, late-night club groove, four-on-the-floor, 124 BPM"
}
JSON
MU
Music
minimal techno suno-v5.5

Minimal techno, stripped-back percussion loop, dark hypnotic...

Minimal techno, stripped-back percussion loop, dark hypnotic warehouse atmosphere, rolling sub-bass, industrial textures, 128 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Minimal techno, stripped-back percussion loop, dark hypnotic warehouse atmosphere, rolling sub-bass, industrial textures, 128 BPM"
}
JSON
MU
Music
acid house suno-v5.5

Acid house, squelchy 303 bassline, raw 90s rave energy, hypn...

Acid house, squelchy 303 bassline, raw 90s rave energy, hypnotic loop, classic analog sound, 128 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Acid house, squelchy 303 bassline, raw 90s rave energy, hypnotic loop, classic analog sound, 128 BPM"
}
JSON
MU
Music
shoegaze suno-v5.5

Shoegaze, wall-of-sound distorted guitars, heavy reverb, bur...

Shoegaze, wall-of-sound distorted guitars, heavy reverb, buried dreamy male vocals, atmospheric noise, swirling textures, 108 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Shoegaze, wall-of-sound distorted guitars, heavy reverb, buried dreamy male vocals, atmospheric noise, swirling textures, 108 BPM"
}
JSON
MU
Music
bebop suno-v5.5

Bebop jazz, uptempo virtuosic saxophone, walking upright bas...

Bebop jazz, uptempo virtuosic saxophone, walking upright bass, piano comping, fast swing feel, complex harmonies, instrumental, 220 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Bebop jazz, uptempo virtuosic saxophone, walking upright bass, piano comping, fast swing feel, complex harmonies, instrumental, 220 BPM"
}
JSON
MU
Music
vocal jazz suno-v5.5

Vocal jazz, sultry female contralto, brushed drums, piano tr...

Vocal jazz, sultry female contralto, brushed drums, piano trio, intimate supper-club mood, 92 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Vocal jazz, sultry female contralto, brushed drums, piano trio, intimate supper-club mood, 92 BPM"
}
JSON
MU
Music
modern R&B suno-v5.5

Modern R&B, atmospheric dark production, smooth male falsett...

Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Modern R&B, atmospheric dark production, smooth male falsetto, heavy 808 sub, reverb-drenched pads, late-night sultry mood, 68 BPM"
}
JSON
MU
Music
neo-soul suno-v5.5

Neo-soul, Rhodes piano, live warm bass, brushed drums, soulf...

Neo-soul, Rhodes piano, live warm bass, brushed drums, soulful female alto with jazzy phrasing, earthy organic production, 88 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Neo-soul, Rhodes piano, live warm bass, brushed drums, soulful female alto with jazzy phrasing, earthy organic production, 88 BPM"
}
JSON
MU
Music
gospel soul suno-v5.5

Gospel soul, powerful lead vocals, full choir harmonies, Ham...

Gospel soul, powerful lead vocals, full choir harmonies, Hammond organ, uplifting major-key energy, 92 BPM

View API Code
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "suno-v5.5",
  "prompt": "Gospel soul, powerful lead vocals, full choir harmonies, Hammond organ, uplifting major-key energy, 92 BPM"
}
JSON
FAQ

Working with Music prompts

What makes a good %{model} prompt?

A useful %{model} prompt names the subject, style, constraints, and output intent clearly. The examples here are short enough to copy, but specific enough for an agent or backend job to preserve the generation goal.

Can I reuse these prompts across models?

Often, yes. Start with a prompt in this modality, then adjust model-specific fields such as aspect ratio, duration, voice settings, or style controls. The detail page shows any saved parameters next to the prompt text.

Where do I find the right model slug?

Every card shows the RunAPI model slug. Open the model page when you want only examples for one model, or follow the model catalog link for pricing and capability details before making a request.

Can agents call these prompts directly?

Yes. After installing the RunAPI MCP Server, paste the agent instruction from a prompt detail page. The page keeps the prompt text, model slug, and endpoint path together so the agent has enough context.