按模态浏览 PROMPTS

音乐 Prompts — 114 个精选示例

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

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
音乐
cinematic suno-v4

Cinematic orchestral score, string ostinatos, brass swells,...

Cinematic orchestral score, string ostinatos, brass swells, huge drums, emotional arcs, film soundtrack energy, slow build 80-120 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-v4",
  "prompt": "Cinematic orchestral score, string ostinatos, brass swells, huge drums, emotional arcs, film soundtrack energy, slow build 80-120 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
音乐
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
常见问题

使用音乐 prompts

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

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

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

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

在哪里找正确的模型 slug?

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

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

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