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

A stylish woman walks down a Tokyo street filled with warm g...

A stylish woman walks down a Tokyo street filled with warm glowing neon and animated city signage. She wears a black leather jacket, a long red dress, and black boots, and carries a black purse. She wears sunglasses and red lipstick. She walks confidently and casually. The street is damp and reflective, creating a mirror effect of the colorful lights. Many pedestrians walk about.

查看 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": "A stylish woman walks down a Tokyo street filled with warm glowing neon and animated city signage. She wears a black leather jacket, a long red dress, and black boots, and carries a black purse. She wears sunglasses and red lipstick. She walks confidently and casually. The street is damp and reflective, creating a mirror effect of the colorful lights. Many pedestrians walk about."
}
JSON
VI
视频
cinematic

Extreme close up of a 24 year old woman's eye blinking, stan...

Extreme close up of a 24 year old woman's eye blinking, standing in Marrakech during magic hour, cinematic film shot in 70mm, depth of field, vivid colors, cinematic

查看 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": "Extreme close up of a 24 year old woman's eye blinking, standing in Marrakech during magic hour, cinematic film shot in 70mm, depth of field, vivid colors, cinematic"
}
JSON
VI
视频
cinematic

A cinematic vertical shot (9:16) begins with a slow dolly in...

A cinematic vertical shot (9:16) begins with a slow dolly in on a glass greenhouse at dawn, inside which delicate dew drops glisten on spiderwebs. A semi-transparent robotic hummingbird enters through broken glass, hovers near an orchid, and speaks in a whisper with mechanical echo.

查看 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": "A cinematic vertical shot (9:16) begins with a slow dolly in on a glass greenhouse at dawn, inside which delicate dew drops glisten on spiderwebs. A semi-transparent robotic hummingbird enters through broken glass, hovers near an orchid, and speaks in a whisper with mechanical echo."
}
JSON
VI
视频
cinematic runway

Hyperspeed timelapse: The camera ascends from street level t...

Hyperspeed timelapse: The camera ascends from street level to a rooftop, showcasing a city's transformation from day to night. Neon signs flicker to life, traffic becomes streams of light, and skyscrapers illuminate against the darkening sky.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runway/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "runway",
  "prompt": "Hyperspeed timelapse: The camera ascends from street level to a rooftop, showcasing a city's transformation from day to night. Neon signs flicker to life, traffic becomes streams of light, and skyscrapers illuminate against the darkening sky."
}
JSON
VI
视频
cinematic

Close-up portrait of a young woman wearing a hooded jacket,...

Close-up portrait of a young woman wearing a hooded jacket, standing in a rainy city street at night, neon reflections, cinematic lighting, shallow depth of field, 35mm film look, slow dolly-in, smooth stabilized camera, ultra-detailed, no text, no watermark.

查看 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": "Close-up portrait of a young woman wearing a hooded jacket, standing in a rainy city street at night, neon reflections, cinematic lighting, shallow depth of field, 35mm film look, slow dolly-in, smooth stabilized camera, ultra-detailed, no text, no watermark."
}
JSON
VI
视频
cinematic wan-2.7-text-to-video

In the depths of a dense tropical jungle with dappled sunlig...

In the depths of a dense tropical jungle with dappled sunlight filtering through leaves, an explorer in a khaki jacket kneels brushing soil from ancient fragments, reveals shimmering symbols. Camera pushes from wide angle to close-up of his brown pupils dilating.

查看 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": "In the depths of a dense tropical jungle with dappled sunlight filtering through leaves, an explorer in a khaki jacket kneels brushing soil from ancient fragments, reveals shimmering symbols. Camera pushes from wide angle to close-up of his brown pupils dilating."
}
JSON
VI
视频
cinematic wan-2.7-text-to-video

Backlight, medium shot, sunset, soft light, silhouette, cent...

Backlight, medium shot, sunset, soft light, silhouette, center composition, orbiting shot, the lens follows the character from back to front showing rugged cowboy clutching holster, looking alertly around desolate western ghost town.

查看 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": "Backlight, medium shot, sunset, soft light, silhouette, center composition, orbiting shot, the lens follows the character from back to front showing rugged cowboy clutching holster, looking alertly around desolate western ghost town."
}
JSON
VI
视频
cinematic wan-2.7-text-to-video

Drone lens, fast passing through, looking up from the inside...

Drone lens, fast passing through, looking up from the inside of a circular pipe covered with frost and cracks. Then, the lens flies out of pipe revealing polar snowfield at sunrise with golden light.

查看 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": "Drone lens, fast passing through, looking up from the inside of a circular pipe covered with frost and cracks. Then, the lens flies out of pipe revealing polar snowfield at sunrise with golden light."
}
JSON
VI
视频
cinematic seedance-2.0

Single continuous cinematic shot, no music. From outside the...

Single continuous cinematic shot, no music. From outside the glass window, the dim camera slowly pushes inward into a pizza shop. A bearded white male employee is baking pizza. He removes the pizza from the oven with a metal tray, places it into a red takeaway box, closes the lid, and then hands it to a customer with a warm smile.

查看 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": "Single continuous cinematic shot, no music. From outside the glass window, the dim camera slowly pushes inward into a pizza shop. A bearded white male employee is baking pizza. He removes the pizza from the oven with a metal tray, places it into a red takeaway box, closes the lid, and then hands it to a customer with a warm smile."
}
JSON
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
VI
视频
cinematic seedance-2.0

Cinematic aerial — coastal cliffs at sunrise

Slow cinematic aerial drone shot pulling back from rugged coastal cliffs at sunrise. The camera starts close to the cliff face where waves crash against dark volcanic rock, sending white spray upward, then gradually rises and pulls back to reveal the full coastline stretching into the distance. Morning sunlight paints the cliff tops gold while the ocean below remains deep blue-green. Seabirds glide below camera level. The movement is smooth and steady with no shaking or sudden turns. Cinematic 24fps feel with a wide dynamic range preserving detail in both bright spray and dark rock faces.

查看 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": "Slow cinematic aerial drone shot pulling back from rugged coastal cliffs at sunrise. The camera starts close to the cliff face where waves crash against dark volcanic rock, sending white spray upward, then gradually rises and pulls back to reveal the full coastline stretching into the distance. Morning sunlight paints the cliff tops gold while the ocean below remains deep blue-green. Seabirds glide below camera level. The movement is smooth and steady with no shaking or sudden turns. Cinematic 24fps feel with a wide dynamic range preserving detail in both bright spray and dark rock faces."
}
JSON
VI
视频
cinematic runway

Cinematic dolly — abandoned library

Slow forward dolly shot through an abandoned grand library. The camera glides at waist height between towering bookshelves that stretch to a vaulted ceiling covered in peeling frescoes. Dust motes float in shafts of golden light entering through tall arched windows with broken panes. Books are scattered on the floor, some open with pages curling. Ivy creeps through a crack in the far wall. The movement is perfectly smooth and linear, never deviating from the central aisle. Atmospheric, melancholic mood. Warm color palette with deep shadows in the shelf recesses.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/runway/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "runway",
  "prompt": "Slow forward dolly shot through an abandoned grand library. The camera glides at waist height between towering bookshelves that stretch to a vaulted ceiling covered in peeling frescoes. Dust motes float in shafts of golden light entering through tall arched windows with broken panes. Books are scattered on the floor, some open with pages curling. Ivy creeps through a crack in the far wall. The movement is perfectly smooth and linear, never deviating from the central aisle. Atmospheric, melancholic mood. Warm color palette with deep shadows in the shelf recesses."
}
JSON
VI
视频
cinematic grok-imagine-text-to-video

Cinematic — lone astronaut on Mars surface

Wide establishing shot of a lone astronaut walking across a vast Martian desert. The terrain is flat oxidized red soil with scattered dark basalt rocks. The astronaut's white suit is the only bright element in the frame, creating a strong focal point. They walk slowly from left to right, leaving boot prints in the fine dust. A low dust haze near the ground softens the distant horizon. The sky is a pale butterscotch color with thin high-altitude clouds. Two small moons are faintly visible. Camera is static on a tripod, letting the astronaut's slow movement tell the story of isolation and scale.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/grok_imagine/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "grok-imagine-text-to-video",
  "prompt": "Wide establishing shot of a lone astronaut walking across a vast Martian desert. The terrain is flat oxidized red soil with scattered dark basalt rocks. The astronaut's white suit is the only bright element in the frame, creating a strong focal point. They walk slowly from left to right, leaving boot prints in the fine dust. A low dust haze near the ground softens the distant horizon. The sky is a pale butterscotch color with thin high-altitude clouds. Two small moons are faintly visible. Camera is static on a tripod, letting the astronaut's slow movement tell the story of isolation and scale."
}
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 工具,并带上页面列出的模型。