按模态浏览 PROMPTS

视频 Prompts — 38 个精选示例

面向 视频 生成工作流的 prompt 示例。按分类筛选,复制 prompt,或打开模型专属 API 代码。

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
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
常见问题

使用视频 prompts

好的%{model} prompt 应该包含什么?

有用的%{model} prompt 会清楚写出主体、风格、约束和输出目标。这里的示例足够短,便于复制;同时也足够具体,agent 或后端任务能保留生成意图。

这些 prompts 可以跨模型复用吗?

多数情况下可以。先从同一模态的 prompt 开始,再按模型调整画幅、时长、声音设置或风格控制。详情页会把保存过的参数列在 prompt 文本旁边。

在哪里找正确的模型 slug?

每张卡片都会显示 RunAPI 模型 slug。只想看一个模型的示例时,打开模型页;需要定价和能力细节时,进入模型目录页查看。

agent 可以直接调用这些 prompts 吗?

可以。安装 RunAPI MCP Server 后,复制 prompt 详情页里的 agent 指令。页面会把 prompt 文本、模型 slug 和 endpoint 路径放在一起,给 agent 足够上下文。