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
VI
视频
product_demo kling-3.0

A sleek smartphone rotates slowly on a minimalist white surf...

A sleek smartphone rotates slowly on a minimalist white surface. Dramatic studio lighting creates elegant shadows. The phone's screen displays vibrant colors that pulse gently. Camera orbits around the device with smooth, professional movement. Clean, premium aesthetic.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/kling/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "kling-3.0",
  "prompt": "A sleek smartphone rotates slowly on a minimalist white surface. Dramatic studio lighting creates elegant shadows. The phone's screen displays vibrant colors that pulse gently. Camera orbits around the device with smooth, professional movement. Clean, premium aesthetic."
}
JSON
VI
视频
product_demo veo-3.1

Artisanal coffee poured into clear glass, golden brown casca...

Artisanal coffee poured into clear glass, golden brown cascading into foam, dark background, warm rim lighting, macro close-up, premium aesthetic.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/veo_3_1/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "veo-3.1",
  "prompt": "Artisanal coffee poured into clear glass, golden brown cascading into foam, dark background, warm rim lighting, macro close-up, premium aesthetic."
}
JSON
VI
视频
product_demo seedance-2.0

Studio product shot, matte black wireless earbuds on a refle...

Studio product shot, matte black wireless earbuds on a reflective acrylic surface, slow 180-degree camera orbit, softbox reflections, premium ecommerce lighting, shallow depth of field, no text, no logo distortion.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/seedance/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "seedance-2.0",
  "prompt": "Studio product shot, matte black wireless earbuds on a reflective acrylic surface, slow 180-degree camera orbit, softbox reflections, premium ecommerce lighting, shallow depth of field, no text, no logo distortion."
}
JSON
VI
视频
product_demo seedance-2.0

Extreme macro of amber liquid pouring into crystal glass in...

Extreme macro of amber liquid pouring into crystal glass in slow motion. Droplets hang in the air, catching backlight. Ice shifts and cracks. Dolly-out reveals full glass and bottle on dark bar counter. No voiceover, only the sound of liquid and ice.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/seedance/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "seedance-2.0",
  "prompt": "Extreme macro of amber liquid pouring into crystal glass in slow motion. Droplets hang in the air, catching backlight. Ice shifts and cracks. Dolly-out reveals full glass and bottle on dark bar counter. No voiceover, only the sound of liquid and ice."
}
JSON
VI
视频
product_demo veo-3.1

A steaming pizza is pulled from a wood-fired oven on a long...

A steaming pizza is pulled from a wood-fired oven on a long wooden peel. Cheese stretches as a slice is lifted. Close-up details of the bubbling crust and charred edges. Warm, rustic Italian restaurant ambiance. Food photography lighting with warm tones.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/veo_3_1/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "veo-3.1",
  "prompt": "A steaming pizza is pulled from a wood-fired oven on a long wooden peel. Cheese stretches as a slice is lifted. Close-up details of the bubbling crust and charred edges. Warm, rustic Italian restaurant ambiance. Food photography lighting with warm tones."
}
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 工具,并带上页面列出的模型。