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
IM
图像
Vintage and Retro gpt-image-2

Modern pencil illustration of a vintage travel poster for th

Modern pencil illustration of a vintage travel poster for the Amalfi Coast, Italy. Classic 1960s white convertible car on a curved seaside road, deep blue Mediterranean sea with small white sailboats, pastel-colored hillside village cascading down the cliff, warm golden sunlight, retro 1950s tourism poster style, subtle screen print texture with slight color misregistration

查看 API 代码
curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "gpt-image-2",
  "prompt": "Modern pencil illustration of a vintage travel poster for the Amalfi Coast, Italy. Classic 1960s white convertible car on a curved seaside road, deep blue Mediterranean sea with small white sailboats, pastel-colored hillside village cascading down the cliff, warm golden sunlight, retro 1950s tourism poster style, subtle screen print texture with slight color misregistration"
}
JSON
IM
图像
Vintage and Retro gpt-image-2

Realistic front page of a vintage newspaper with cinematic b

Realistic front page of a vintage newspaper with cinematic black-and-white aesthetic. Bold sans-serif headline across the top. Multiple columns of small justified text. Fictitious publication name, date, and issue number in the masthead. Decorative horizontal rules between sections. Fine aged paper texture with visible grain, subtle ink imperfections, and slight yellowing. 4:5 aspect ratio.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "gpt-image-2",
  "prompt": "Realistic front page of a vintage newspaper with cinematic black-and-white aesthetic. Bold sans-serif headline across the top. Multiple columns of small justified text. Fictitious publication name, date, and issue number in the masthead. Decorative horizontal rules between sections. Fine aged paper texture with visible grain, subtle ink imperfections, and slight yellowing. 4:5 aspect ratio."
}
JSON
IM
图像
Vintage and Retro

Retro 80s sci-fi movie poster, neon typography in hot pink a

Retro 80s sci-fi movie poster, neon typography in hot pink and electric blue, bright saturated colors, grain texture, vaporwave aesthetic, synthwave sunset gradient in background, illustrated central layout with a chrome robot silhouette, palm trees flanking the sides, scan lines across the image

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Retro 80s sci-fi movie poster, neon typography in hot pink and electric blue, bright saturated colors, grain texture, vaporwave aesthetic, synthwave sunset gradient in background, illustrated central layout with a chrome robot silhouette, palm trees flanking the sides, scan lines across the image"
}
JSON
IM
图像
Vintage and Retro

pixel art, 16-bit retro game style, warrior knight character

pixel art, 16-bit retro game style, warrior knight character sprite with sword and shield, standing pose, clean pixel borders, limited color palette of 16 colors, inspired by classic SNES RPG games, game asset, transparent background, 32x32 pixel grid visible

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "pixel art, 16-bit retro game style, warrior knight character sprite with sword and shield, standing pose, clean pixel borders, limited color palette of 16 colors, inspired by classic SNES RPG games, game asset, transparent background, 32x32 pixel grid visible"
}
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 工具,并带上页面列出的模型。