MODEL PROMPTS

suno-v5.5 Prompts — 51 curated examples

Examples for using suno-v5.5 through RunAPI from agent tools or API calls. Copy a prompt, then use it in Claude Code, Codex, Cursor, Windsurf, or your backend.

MODELS

suno-v5.5

Modality
Music
Provider
Suno
Endpoint
Text To Music
View model details and pricing →
1. claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
2. Restart Claude Code
3. Paste this prompt: Generate music: "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
1. codex plugin install runapi-mcp@agents
2. Restart Codex
3. Paste this prompt: Generate music: "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
1. npx @runapi.ai/mcp init cursor
2. Restart Cursor
3. Paste this prompt: Generate music: "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
1. npx @runapi.ai/mcp init windsurf
2. Restart Windsurf
3. Paste this prompt: Generate music: "Dream pop, shimmering reverb-drenched guitars, airy ethereal female soprano, lush synth pads, nostalgic dreamy atmosphere, wide stereo, 98 BPM"
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
import { SunoClient } from "@runapi.ai/suno";

const client = new SunoClient({
  apiKey: process.env.RUNAPI_API_KEY,
});

const result = await client.textToMusic.run({
  "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"
});
console.log(result.id);
require "runapi/suno"

client = RunApi::Suno::Client.new
result = client.text_to_music.run(
  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"
)
puts result.id
package main

import (
  "context"
  "fmt"
  "log"
  "net/http"
  "os"
  "strings"
)

func main() {
  body := strings.NewReader("{\"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\"}")
  req, err := http.NewRequestWithContext(context.Background(), http.MethodPost, "https://runapi.ai/api/v1/suno/text_to_music", body)
  if err != nil {
    log.Fatal(err)
  }

  req.Header.Set("Authorization", "Bearer "+os.Getenv("RUNAPI_API_KEY"))
  req.Header.Set("Content-Type", "application/json")

  resp, err := http.DefaultClient.Do(req)
  if err != nil {
    log.Fatal(err)
  }
  defer resp.Body.Close()

  fmt.Println(resp.Status)
}
suno-v5.5 /api/v1/suno/text_to_music Get API Key
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

Using suno-v5.5 prompts

What is %{model}?

%{model} is available through RunAPI as part of the unified model catalog. These prompts show practical input patterns that agents and backend services can reuse.

How do I use these prompts?

Copy any prompt and paste it into Claude Code, Codex, Cursor, or Windsurf after installing the RunAPI MCP Server. Developers can also copy the API example and send the prompt directly.

Do these prompts cost money to browse?

Browsing and copying prompt examples is free. Generation requests only cost money when you call a RunAPI model with your API key.

Can I adapt the prompts for production?

Yes. Treat each prompt as a starting point, then add your brand rules, output dimensions, safety constraints, and application-specific context before using it in production.