PROMPT 库

RunAPI 模型 Prompt 示例

浏览 1632+ 个精选图像、视频、音乐和音频生成 prompts。复制到 Claude Code、Codex、Cursor、Windsurf,或直接使用 API 代码。

分类 全部分类 1980s abstract Abstract and Artistic acid house acoustic soul Afrobeats Afro-trap alternative rock alt-rock amapiano ambience ambient ambient electronic anime opening architecture Architecture and Interior audiobook background-removal Balkan baroque pop bebop bedroom bedroom pop Berlin school bluegrass Bollywood boom bap bossa nova bossa-nova Brazilian phonk build-up camera_motion Celtic folk character-design character_voice chiptune cinematic cinematic boom cinematic piano cinematic R&B cinematic whoosh city-pop cityscape coffee shop comedy commercial dark ambient dark cinematic deep house dialogue digital glitch documentary doom metal double-exposure dream pop drift phonk drone ambient edit electro-pop explainer fantasy fashion Fashion Photography folk food Food & Drink Food Photography forest funk funk-pop game-art garage rock gospel soul gqom gregorian chorale grunge hip-hop horror illustration Illustration & 3D Illustration and 2D Art indie folk indie-pop indie rock indie surf rock infographic jazz-funk K-pop landscape Landscape and Nature lifestyle lo-fi lo-fi hip-hop lo-fi jazz logo Logo and Brand Design macro math rock mechanical meditation melodic house melodic trap Memphis phonk metalcore Minimalist and Modern minimal techno modern country modern pop modern R&B multilingual narration nature neo-soul notification orchestral outro parameterized metatags pentatonic scale Photography podcast pop pop ballad portrait Portrait Photography Poster and Graphic Design Poster Design post-punk post-rock product Product & Brand product_demo Product Photography progressive house psychedelic funk psychedelic rock R&B reggae reggaeton remix rnb Scandinavian folk sci-fi Sci-Fi and Concept Art shoegaze slow R&B social-media soul-gospel sound-effect Sufi synth-pop synthwave timelapse trap tropical house typography UI & Graphic ui-mockup UI/UX Mockups UK drill upscale urban vaporwave verse-chorus structure vintage Vintage and Retro vocal jazz warehouse techno worship
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
常见问题

查找并使用 RunAPI prompts

RunAPI prompts 是什么?

RunAPI prompts 是面向图像、视频、音乐和音频模型的精选输入示例。每个 prompt 都配有模型 slug 和 endpoint 路径,开发者可以复制到 agent,也可以放进后端调用。

可以按模型或分类筛选 prompts 吗?

可以。用模态和分类链接缩小范围,再打开模型页查看某个模型 slug 对应的示例。模型页会把 prompt 卡片、安装步骤和 API 示例放在一起。

浏览 prompts 需要 API key 吗?

不需要。浏览、筛选和复制 prompt 文本都是公开的。只有当你让 agent 或应用调用模型并创建生成任务时,才需要 RunAPI key。

agent 应该如何使用这些 prompts?

在 Claude Code、Codex、Cursor 或 Windsurf 中安装 RunAPI MCP Server,然后粘贴页面上的 prompt 指令。agent 可以选择匹配的 RunAPI 工具,并带上页面列出的模型。