模型 PROMPTS

suno-v5.5 Prompts — 51 个精选示例

通过 RunAPI 使用 suno-v5.5 的示例。复制 prompt 后,可在 Claude Code、Codex、Cursor、Windsurf 或后端 API 中使用。

模型

suno-v5.5

模态
音乐
提供方
Suno
Endpoint
Text To Music
查看模型详情和定价 →
1. claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
2. 重启 Claude Code
3. 粘贴这个 prompt:生成音乐:"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. 重启 Codex
3. 粘贴这个 prompt:生成音乐:"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. 重启 Cursor
3. 粘贴这个 prompt:生成音乐:"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. 重启 Windsurf
3. 粘贴这个 prompt:生成音乐:"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 获取 API Key
MU
音乐
amapiano suno-v5.5

Amapiano, deep log-drum bassline, slick piano chords, soft r...

Amapiano, deep log-drum bassline, slick piano chords, soft rolling shaker percussion, smooth male vocals in English + Zulu, late-night SA groove, 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": "Amapiano, deep log-drum bassline, slick piano chords, soft rolling shaker percussion, smooth male vocals in English + Zulu, late-night SA groove, 112 BPM"
}
JSON
MU
音乐
reggaeton suno-v5.5

Modern reggaeton, dembow rhythm, deep booming bass, melodic...

Modern reggaeton, dembow rhythm, deep booming bass, melodic male vocals in Spanish, atmospheric synths, reverb-heavy, 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": "Modern reggaeton, dembow rhythm, deep booming bass, melodic male vocals in Spanish, atmospheric synths, reverb-heavy, 92 BPM"
}
JSON
MU
音乐
bossa nova suno-v5.5

Bossa nova, gentle nylon-string guitar, brushed drums, soft...

Bossa nova, gentle nylon-string guitar, brushed drums, soft Portuguese vocals, intimate Rio warmth, 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": "Bossa nova, gentle nylon-string guitar, brushed drums, soft Portuguese vocals, intimate Rio warmth, 92 BPM"
}
JSON
MU
音乐
drift phonk suno-v5.5

Drift phonk, distorted cowbell loop, aggressive 808 sub-bass...

Drift phonk, distorted cowbell loop, aggressive 808 sub-bass, dark atmospheric pads, pitched-down male vocals, heavy lo-fi grit, 140 BPM half-time

查看 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": "Drift phonk, distorted cowbell loop, aggressive 808 sub-bass, dark atmospheric pads, pitched-down male vocals, heavy lo-fi grit, 140 BPM half-time"
}
JSON
MU
音乐
K-pop suno-v5.5

Modern K-pop, glossy polished production, bright layered fem...

Modern K-pop, glossy polished production, bright layered female vocals in Korean + English, dance-pop groove with hip-hop breaks, high-energy, 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": "Modern K-pop, glossy polished production, bright layered female vocals in Korean + English, dance-pop groove with hip-hop breaks, high-energy, 124 BPM"
}
JSON
MU
音乐
city-pop suno-v5.5

80s Japanese city-pop, silky female soprano in Japanese, gat...

80s Japanese city-pop, silky female soprano in Japanese, gated reverb drums, DX7 electric piano, slap bass, saxophone, wide stereo, 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": "80s Japanese city-pop, silky female soprano in Japanese, gated reverb drums, DX7 electric piano, slap bass, saxophone, wide stereo, 104 BPM"
}
JSON
MU
音乐
metalcore suno-v5.5

Metalcore, aggressive downtuned guitars, blast beats, scream...

Metalcore, aggressive downtuned guitars, blast beats, screamed male vocals into melodic clean chorus, modern polished production, 170 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": "Metalcore, aggressive downtuned guitars, blast beats, screamed male vocals into melodic clean chorus, modern polished production, 170 BPM"
}
JSON
MU
音乐
doom metal suno-v5.5

Doom metal, slow downtuned sludge riffs, crushing low tempo,...

Doom metal, slow downtuned sludge riffs, crushing low tempo, dark atmospheric despair, gritty male vocals, heavy analog tone, 66 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": "Doom metal, slow downtuned sludge riffs, crushing low tempo, dark atmospheric despair, gritty male vocals, heavy analog tone, 66 BPM"
}
JSON
MU
音乐
cinematic suno-v5.5

Epic cinematic orchestral, soaring triumphant strings, timpa...

Epic cinematic orchestral, soaring triumphant strings, timpani drums, French horn melody, full choir swells, heroic rising mood, instrumental, 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": "Epic cinematic orchestral, soaring triumphant strings, timpani drums, French horn melody, full choir swells, heroic rising mood, instrumental, 112 BPM"
}
JSON
MU
音乐
dark cinematic suno-v5.5

Dark cinematic, dissonant strings, deep low brass, tense anx...

Dark cinematic, dissonant strings, deep low brass, tense anxious atmosphere, 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": "Dark cinematic, dissonant strings, deep low brass, tense anxious atmosphere, instrumental, 84 BPM"
}
JSON
MU
音乐
fantasy suno-v5.5

Fantasy orchestral, Celtic-influenced strings, tin whistle,...

Fantasy orchestral, Celtic-influenced strings, tin whistle, ethereal female vocalise, mystical wondrous mood, 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": "Fantasy orchestral, Celtic-influenced strings, tin whistle, ethereal female vocalise, mystical wondrous mood, 98 BPM"
}
JSON
MU
音乐
post-rock suno-v5.5

Post-rock instrumental, clean tremolo guitars, slow-building...

Post-rock instrumental, clean tremolo guitars, slow-building crescendo dynamics, warm analog production, emotional cinematic arc, instrumental, 82 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-rock instrumental, clean tremolo guitars, slow-building crescendo dynamics, warm analog production, emotional cinematic arc, instrumental, 82 BPM"
}
JSON
MU
音乐
drone ambient suno-v5.5

Drone ambient, slow-evolving sustained pads, deep sub-drone,...

Drone ambient, slow-evolving sustained pads, deep sub-drone, subtle harmonic textures, meditative spaciousness, instrumental, 52 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": "Drone ambient, slow-evolving sustained pads, deep sub-drone, subtle harmonic textures, meditative spaciousness, instrumental, 52 BPM"
}
JSON
MU
音乐
Celtic folk suno-v5.5

Celtic folk, tin whistle lead, bodhran drum, acoustic guitar...

Celtic folk, tin whistle lead, bodhran drum, acoustic guitar, fiddle harmonies, airy female soprano, rolling traditional feel, 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": "Celtic folk, tin whistle lead, bodhran drum, acoustic guitar, fiddle harmonies, airy female soprano, rolling traditional feel, 128 BPM"
}
JSON
MU
音乐
Scandinavian folk suno-v5.5

Scandinavian folk, nyckelharpa, sparse acoustic guitar, ethe...

Scandinavian folk, nyckelharpa, sparse acoustic guitar, ethereal female vocals, nature-inspired mood, 82 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": "Scandinavian folk, nyckelharpa, sparse acoustic guitar, ethereal female vocals, nature-inspired mood, 82 BPM"
}
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
MU
音乐
meditation suno-v5.5

Meditation music, gentle ethereal pads, Tibetan bowls, natur...

Meditation music, gentle ethereal pads, Tibetan bowls, nature ambience, calming peaceful mood, instrumental, 58 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": "Meditation music, gentle ethereal pads, Tibetan bowls, nature ambience, calming peaceful mood, instrumental, 58 BPM"
}
JSON
MU
音乐
Berlin school suno-v5.5

Berlin school, sequenced analog synths, slow-evolving arpegg...

Berlin school, sequenced analog synths, slow-evolving arpeggios, 70s kosmische warmth, instrumental, 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": "Berlin school, sequenced analog synths, slow-evolving arpeggios, 70s kosmische warmth, instrumental, 88 BPM"
}
JSON
MU
音乐
lo-fi suno-v5.5

Lo-fi hip hop study beat

A warm lo-fi hip hop beat perfect for late-night studying. Dusty vinyl crackle throughout. A mellow Rhodes electric piano plays a repeating four-chord jazz progression in a minor key. Boom-bap drums with a lazy swing feel, heavy on the snare with low-passed hi-hats. A subtle upright bass plucks root notes on the downbeats. Occasional tape wow and flutter effects. Tempo around 75 BPM. The overall mood is cozy, introspective, and slightly melancholic, like rain on a window at 2 AM.

查看 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": "A warm lo-fi hip hop beat perfect for late-night studying. Dusty vinyl crackle throughout. A mellow Rhodes electric piano plays a repeating four-chord jazz progression in a minor key. Boom-bap drums with a lazy swing feel, heavy on the snare with low-passed hi-hats. A subtle upright bass plucks root notes on the downbeats. Occasional tape wow and flutter effects. Tempo around 75 BPM. The overall mood is cozy, introspective, and slightly melancholic, like rain on a window at 2 AM."
}
JSON
常见问题

使用 suno-v5.5 prompts

%{model} 是什么?

%{model} 是 RunAPI 统一模型目录中的模型。这些 prompts 展示了 agent 和后端服务可以复用的实际输入模式。

如何使用这些 prompts?

安装 RunAPI MCP Server 后,复制任意 prompt 并粘贴到 Claude Code、Codex、Cursor 或 Windsurf。开发者也可以复制 API 示例直接调用。

浏览这些 prompts 要付费吗?

浏览和复制 prompt 示例是免费的。只有当你使用 API key 调用 RunAPI 模型生成内容时,才会产生费用。

这些 prompts 可以用于生产环境吗?

可以。把每个 prompt 当作起点,再补充品牌规则、输出尺寸、安全约束和你的业务上下文。