按模态浏览 PROMPTS

音乐 Prompts — 114 个精选示例

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

MU
音乐
psychedelic funk suno-v4

Psychedelic funk, groovy bass lines, wah-wah guitars, trippy...

Psychedelic funk, groovy bass lines, wah-wah guitars, trippy effects, and energetic brass sections

查看 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-v4",
  "prompt": "Psychedelic funk, groovy bass lines, wah-wah guitars, trippy effects, and energetic brass sections"
}
JSON
MU
音乐
Balkan suno-v4

Balkan electro swing, energetic brass ensembles, electronic...

Balkan electro swing, energetic brass ensembles, electronic beats, folk melodies, and dance rhythms

查看 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-v4",
  "prompt": "Balkan electro swing, energetic brass ensembles, electronic beats, folk melodies, and dance rhythms"
}
JSON
MU
音乐
dark ambient suno-v4

Dark ambient, atmospheric soundscapes, slow-moving textures,...

Dark ambient, atmospheric soundscapes, slow-moving textures, and an unsettling, eerie mood

查看 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-v4",
  "prompt": "Dark ambient, atmospheric soundscapes, slow-moving textures, and an unsettling, eerie mood"
}
JSON
MU
音乐
indie surf rock suno-v4

Indie surf rock, jangly guitars, beachy vibes, carefree voca...

Indie surf rock, jangly guitars, beachy vibes, carefree vocals, and upbeat, sunny melodies

查看 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-v4",
  "prompt": "Indie surf rock, jangly guitars, beachy vibes, carefree vocals, and upbeat, sunny melodies"
}
JSON
MU
音乐
lo-fi hip-hop suno-v5

lo-fi hip-hop, chill and nostalgic, pitched-down vocal sampl...

lo-fi hip-hop, chill and nostalgic, pitched-down vocal sample, Rhodes piano, tape-saturated drums, vinyl crackle, warm analog bass, lo-fi tape hiss, 75 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",
  "prompt": "lo-fi hip-hop, chill and nostalgic, pitched-down vocal sample, Rhodes piano, tape-saturated drums, vinyl crackle, warm analog bass, lo-fi tape hiss, 75 BPM"
}
JSON
MU
音乐
trap suno-v5

trap, dark and aggressive, melodic rap delivery, heavy 808 s...

trap, dark and aggressive, melodic rap delivery, heavy 808 sub-bass, hi-hat rolls, atmospheric pads, distorted vocal effects, modern hip-hop production, 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",
  "prompt": "trap, dark and aggressive, melodic rap delivery, heavy 808 sub-bass, hi-hat rolls, atmospheric pads, distorted vocal effects, modern hip-hop production, 140 BPM"
}
JSON
MU
音乐
pop ballad suno-v5

Piano-driven pop ballad, raw intimate female vocals, subtle...

Piano-driven pop ballad, raw intimate female vocals, subtle string pads, builds from sparse verse to soaring chorus, reverb on vocals in chorus, stripped acoustic bridge, BPM: 72, Key: G Minor

查看 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",
  "prompt": "Piano-driven pop ballad, raw intimate female vocals, subtle string pads, builds from sparse verse to soaring chorus, reverb on vocals in chorus, stripped acoustic bridge, BPM: 72, Key: G Minor"
}
JSON
MU
音乐
boom bap suno-v5

boom bap, gritty confident mood, chopped soul sample, dusty...

boom bap, gritty confident mood, chopped soul sample, dusty drum break, vinyl crackle, punchy male rap flow, classic New York feel, 90 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",
  "prompt": "boom bap, gritty confident mood, chopped soul sample, dusty drum break, vinyl crackle, punchy male rap flow, classic New York feel, 90 BPM"
}
JSON
MU
音乐
progressive house suno-v5

Progressive house EDM, euphoric synth lead, powerful drop, f...

Progressive house EDM, euphoric synth lead, powerful drop, festival anthem, female vocal chop, driving 4/4 kick drum, 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",
  "prompt": "Progressive house EDM, euphoric synth lead, powerful drop, festival anthem, female vocal chop, driving 4/4 kick drum, 128 BPM"
}
JSON
MU
音乐
cinematic suno-v4

Cinematic gospel arrangement with choir support, organ, wide...

Cinematic gospel arrangement with choir support, organ, wider reverb, slower rise into chorus, and a more dramatic lead vocal

查看 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-v4",
  "prompt": "Cinematic gospel arrangement with choir support, organ, wider reverb, slower rise into chorus, and a more dramatic lead vocal"
}
JSON
MU
音乐
acoustic soul suno-v4

Transform this into a warm acoustic soul version with gentle...

Transform this into a warm acoustic soul version with gentle electric piano, restrained drums, intimate male vocal, steady groove, preserve the original chorus melody, avoid EDM drops and heavy distortion

查看 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-v4",
  "prompt": "Transform this into a warm acoustic soul version with gentle electric piano, restrained drums, intimate male vocal, steady groove, preserve the original chorus melody, avoid EDM drops and heavy distortion"
}
JSON
MU
音乐
parameterized metatags suno-v4

[Intro: ambient pads, reversed guitar, ethereal] [Verse 1:...

[Intro: ambient pads, reversed guitar, ethereal] [Verse 1: lo-fi drums, muted bass, whispered vocals] Walking through the rain at midnight Neon signs reflecting off the street [Pre-Chorus: building energy, adding layers] Something in the air is changing I can feel it pulling at my feet [Chorus: full production, soaring vocals, epic drums] We are the light that never fades Burning through the endless maze [Bridge: stripped down, piano only, vulnerable vocals] All the words I never said Echo softly in my head [Outro: fade out, ambient reprise]

查看 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-v4",
  "prompt": "[Intro: ambient pads, reversed guitar, ethereal] [Verse 1: lo-fi drums, muted bass, whispered vocals] Walking through the rain at midnight Neon signs reflecting off the street [Pre-Chorus: building energy, adding layers] Something in the air is changing I can feel it pulling at my feet [Chorus: full production, soaring vocals, epic drums] We are the light that never fades Burning through the endless maze [Bridge: stripped down, piano only, vulnerable vocals] All the words I never said Echo softly in my head [Outro: fade out, ambient reprise]"
}
JSON
MU
音乐
verse-chorus structure suno-v4

[Verse] soft acoustic guitar the morning light filters throu...

[Verse] soft acoustic guitar the morning light filters through [Chorus] soaring vocals with full band we rise above the clouds [Bridge: piano only, vulnerable vocals] all the weight we carry [Outro: fade out]

查看 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-v4",
  "prompt": "[Verse] soft acoustic guitar the morning light filters through [Chorus] soaring vocals with full band we rise above the clouds [Bridge: piano only, vulnerable vocals] all the weight we carry [Outro: fade out]"
}
JSON
MU
音乐
garage rock suno-v4

Garage rock, raw and aggressive, distorted bass, room mic dr...

Garage rock, raw and aggressive, distorted bass, room mic drums, shouted male vocals, lo-fi production

查看 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-v4",
  "prompt": "Garage rock, raw and aggressive, distorted bass, room mic drums, shouted male vocals, lo-fi production"
}
JSON
MU
音乐
jazz-funk suno-v4

Jazz-funk fusion, slap bass, Rhodes piano, syncopated drums,...

Jazz-funk fusion, slap bass, Rhodes piano, syncopated drums, groovy and sophisticated

查看 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-v4",
  "prompt": "Jazz-funk fusion, slap bass, Rhodes piano, syncopated drums, groovy and sophisticated"
}
JSON
MU
音乐
synthwave suno-v4

80s synthwave meets modern trap, analog synths, 808 bass, re...

80s synthwave meets modern trap, analog synths, 808 bass, retro-futuristic

查看 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-v4",
  "prompt": "80s synthwave meets modern trap, analog synths, 808 bass, retro-futuristic"
}
JSON
MU
音乐
cinematic suno-v4

Cinematic orchestral score, sweeping strings, French horns,...

Cinematic orchestral score, sweeping strings, French horns, timpani rolls, epic and triumphant, Hans Zimmer inspired

查看 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-v4",
  "prompt": "Cinematic orchestral score, sweeping strings, French horns, timpani rolls, epic and triumphant, Hans Zimmer inspired"
}
JSON
MU
音乐
ambient electronic suno-v4

Ambient electronic, pad textures, slow evolving synths, ethe...

Ambient electronic, pad textures, slow evolving synths, ethereal and spacious, Brian Eno inspired

查看 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-v4",
  "prompt": "Ambient electronic, pad textures, slow evolving synths, ethereal and spacious, Brian Eno inspired"
}
JSON
MU
音乐
Bollywood suno-v5.5

Modern Bollywood, dhol drums, sitar accents, bright female v...

Modern Bollywood, dhol drums, sitar accents, bright female vocals in Hindi + English, dance-pop energy, glossy polished production, 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": "Modern Bollywood, dhol drums, sitar accents, bright female vocals in Hindi + English, dance-pop energy, glossy polished production, 118 BPM"
}
JSON
MU
音乐
Sufi suno-v5.5

Sufi-influenced, qawwali vocals in Urdu, harmonium, tabla, s...

Sufi-influenced, qawwali vocals in Urdu, harmonium, tabla, spiritual rising energy, warm live recording, 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": "Sufi-influenced, qawwali vocals in Urdu, harmonium, tabla, spiritual rising energy, warm live recording, 92 BPM"
}
JSON
MU
音乐
gqom suno-v5.5

Gqom, dark minimal percussion, deep bass, chanted vocals, ag...

Gqom, dark minimal percussion, deep bass, chanted vocals, aggressive SA dance energy, 125 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": "Gqom, dark minimal percussion, deep bass, chanted vocals, aggressive SA dance energy, 125 BPM"
}
JSON
MU
音乐
Memphis phonk suno-v5.5

Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-c...

Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-chant male vocals, gritty tape warmth, 90s Three-6-Mafia-era aesthetic, 135 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": "Memphis phonk, lo-fi 808s, dusty vintage samples, dark rap-chant male vocals, gritty tape warmth, 90s Three-6-Mafia-era aesthetic, 135 BPM"
}
JSON
MU
音乐
Brazilian phonk suno-v5.5

Brazilian phonk, slapping 808s, distorted bass drops, Portug...

Brazilian phonk, slapping 808s, distorted bass drops, Portuguese-language chopped vocals, high-energy aggressive, 145 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": "Brazilian phonk, slapping 808s, distorted bass drops, Portuguese-language chopped vocals, high-energy aggressive, 145 BPM"
}
JSON
MU
音乐
Afro-trap suno-v5.5

Afro-trap, African percussion over trap drums, melodic male...

Afro-trap, African percussion over trap drums, melodic male delivery in English + Yoruba, atmospheric pads, 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": "Afro-trap, African percussion over trap drums, melodic male delivery in English + Yoruba, atmospheric pads, 110 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 足够上下文。