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
视频
abstract

Photorealistic closeup video of two pirate ships battling ea...

Photorealistic closeup video of two pirate ships battling each other as they sail inside a cup of coffee.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runapi/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Photorealistic closeup video of two pirate ships battling each other as they sail inside a cup of coffee."
}
JSON
VI
视频
abstract

3D animation of a small, round, fluffy creature with big, ex...

3D animation of a small, round, fluffy creature with big, expressive eyes explores a vibrant, enchanted forest. The creature, a whimsical blend of a rabbit and a squirrel, has soft blue fur and a bushy, striped tail. It hops along a sparkling stream, its eyes wide with wonder.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runapi/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "3D animation of a small, round, fluffy creature with big, expressive eyes explores a vibrant, enchanted forest. The creature, a whimsical blend of a rabbit and a squirrel, has soft blue fur and a bushy, striped tail. It hops along a sparkling stream, its eyes wide with wonder."
}
JSON
VI
视频
abstract kling-3.0

A magical fairy with translucent wings walking gracefully th...

A magical fairy with translucent wings walking gracefully through an enchanted forest filled with blooming cherry blossoms. The soft petals gently float in the air, glowing sparkles trail her steps, and golden sunlight filters through the misty trees.

查看 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 magical fairy with translucent wings walking gracefully through an enchanted forest filled with blooming cherry blossoms. The soft petals gently float in the air, glowing sparkles trail her steps, and golden sunlight filters through the misty trees."
}
JSON
VI
视频
abstract veo-3.1

Abstract liquid metal shapes morphing and flowing in silver...

Abstract liquid metal shapes morphing and flowing in silver and gold tones, slow sphere-to-waves-to-geometric transformation, hypnotic meditative energy, rendered 3D quality.

查看 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": "Abstract liquid metal shapes morphing and flowing in silver and gold tones, slow sphere-to-waves-to-geometric transformation, hypnotic meditative energy, rendered 3D quality."
}
JSON
VI
视频
abstract wan-2.7-text-to-video

Impressionist style, dusk, soft light, side light, low satur...

Impressionist style, dusk, soft light, side light, low saturation, cold tone, center composition, medium shot, following shot. Watercolor-style fox walks slowly through forest, figure dissolving and integrating with blurred forest colors.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/wan/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "wan-2.7-text-to-video",
  "prompt": "Impressionist style, dusk, soft light, side light, low saturation, cold tone, center composition, medium shot, following shot. Watercolor-style fox walks slowly through forest, figure dissolving and integrating with blurred forest colors."
}
JSON
VI
视频
abstract veo-3.1

Paint drops into clear water in extreme slow motion. Colors...

Paint drops into clear water in extreme slow motion. Colors bloom and swirl in organic patterns — deep blues mixing with golden yellows. Camera captures the moment from directly above. Studio lighting makes every droplet sparkle.

查看 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": "Paint drops into clear water in extreme slow motion. Colors bloom and swirl in organic patterns — deep blues mixing with golden yellows. Camera captures the moment from directly above. Studio lighting makes every droplet sparkle."
}
JSON
IM
图像
abstract z-image

Abstract generative art — topographic lines

Abstract generative art composed of hundreds of parallel flowing lines that create a topographic map effect. The lines are thin and precise, drawn in varying shades of teal and coral against a deep navy background. Where the lines converge, they create the illusion of valleys and peaks in an imaginary terrain. The overall composition suggests a bird's-eye view of an alien landscape. Clean vector aesthetic with no texture or noise. Suitable for a large format print at 60x40 inches.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/z_image/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "z-image",
  "prompt": "Abstract generative art composed of hundreds of parallel flowing lines that create a topographic map effect. The lines are thin and precise, drawn in varying shades of teal and coral against a deep navy background. Where the lines converge, they create the illusion of valleys and peaks in an imaginary terrain. The overall composition suggests a bird's-eye view of an alien landscape. Clean vector aesthetic with no texture or noise. Suitable for a large format print at 60x40 inches."
}
JSON
VI
视频
abstract wan-2.7-text-to-video

Abstract motion graphics — liquid metal morphing

Abstract motion graphics of a floating sphere of liquid mercury that continuously morphs between geometric shapes — sphere to cube to tetrahedron to torus and back to sphere. Each transition is smooth and organic, with the reflective surface rippling and stretching. The metallic surface reflects a colorful studio environment with pink and blue gradient lighting visible in the reflections. The object floats in the center of frame against a soft gradient background that shifts from deep purple at the bottom to pale lavender at the top. Slow, hypnotic movement. Perfect loop.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/wan/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "wan-2.7-text-to-video",
  "prompt": "Abstract motion graphics of a floating sphere of liquid mercury that continuously morphs between geometric shapes — sphere to cube to tetrahedron to torus and back to sphere. Each transition is smooth and organic, with the reflective surface rippling and stretching. The metallic surface reflects a colorful studio environment with pink and blue gradient lighting visible in the reflections. The object floats in the center of frame against a soft gradient background that shifts from deep purple at the bottom to pale lavender at the top. Slow, hypnotic movement. Perfect loop."
}
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 工具,并带上页面列出的模型。