按模态浏览 PROMPTS

音乐 Prompts — 114 个精选示例

面向 音乐 生成工作流的 prompt 示例。按分类筛选,复制 prompt,或打开模型专属 API 代码。

MU
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
音乐
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

查看 API 代码
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
常见问题

使用音乐 prompts

好的%{model} prompt 应该包含什么?

有用的%{model} prompt 会清楚写出主体、风格、约束和输出目标。这里的示例足够短,便于复制;同时也足够具体,agent 或后端任务能保留生成意图。

这些 prompts 可以跨模型复用吗?

多数情况下可以。先从同一模态的 prompt 开始,再按模型调整画幅、时长、声音设置或风格控制。详情页会把保存过的参数列在 prompt 文本旁边。

在哪里找正确的模型 slug?

每张卡片都会显示 RunAPI 模型 slug。只想看一个模型的示例时,打开模型页;需要定价和能力细节时,进入模型目录页查看。

agent 可以直接调用这些 prompts 吗?

可以。安装 RunAPI MCP Server 后,复制 prompt 详情页里的 agent 指令。页面会把 prompt 文本、模型 slug 和 endpoint 路径放在一起,给 agent 足够上下文。