按模态浏览 PROMPTS

图像 Prompts — 1438 个精选示例

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

IM
图像
Poster and Graphic Design

Swiss Alps in 1930s lithograph tourism poster style, bold si

Swiss Alps in 1930s lithograph tourism poster style, bold simplified mountain silhouettes in deep ultramarine blue and white, steam train crossing a stone viaduct in the middle ground, geometric graphic style with limited palette of ultramarine, red, cream, and gold, illegible placeholder lettering at top, slight print registration imperfection 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": "Swiss Alps in 1930s lithograph tourism poster style, bold simplified mountain silhouettes in deep ultramarine blue and white, steam train crossing a stone viaduct in the middle ground, geometric graphic style with limited palette of ultramarine, red, cream, and gold, illegible placeholder lettering at top, slight print registration imperfection visible"
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

Create a vertical launch poster for a fictional design confe

Create a vertical launch poster for a fictional design conference called 'FRAME 2026'. Large headline: 'FRAME 2026'. Subtitle: 'DESIGNING WITH MACHINE IMAGINATION'. Clean Swiss grid layout, off-white textured background, black typography, one red geometric accent shape, generous negative space, perfectly legible text, no extra words, no watermark. Aspect ratio 9:16.

查看 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": "Create a vertical launch poster for a fictional design conference called 'FRAME 2026'. Large headline: 'FRAME 2026'. Subtitle: 'DESIGNING WITH MACHINE IMAGINATION'. Clean Swiss grid layout, off-white textured background, black typography, one red geometric accent shape, generous negative space, perfectly legible text, no extra words, no watermark. Aspect ratio 9:16."
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

A clean infographic titled 'HOW IMAGE PROMPTS WORK' with fiv

A clean infographic titled 'HOW IMAGE PROMPTS WORK' with five labeled steps arranged horizontally: 'Scene', 'Subject', 'Text', 'Composition', 'Constraints'. Flat editorial icons for each step, directional arrows between them, high contrast design, white background, readable sans-serif labels, consistent spacing throughout, no extra text, no watermark. 16:9 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": "A clean infographic titled 'HOW IMAGE PROMPTS WORK' with five labeled steps arranged horizontally: 'Scene', 'Subject', 'Text', 'Composition', 'Constraints'. Flat editorial icons for each step, directional arrows between them, high contrast design, white background, readable sans-serif labels, consistent spacing throughout, no extra text, no watermark. 16:9 aspect ratio."
}
JSON
IM
图像
Poster and Graphic Design ideogram-v3-text-to-image

A stylish movie poster with the title 'MIDNIGHT ECHO' in bol

A stylish movie poster with the title 'MIDNIGHT ECHO' in bold art deco typography at the top. A silhouetted figure standing in a neon-lit rain-soaked alley below. 'Coming Summer 2026' in smaller text at the bottom. Moody teal and magenta color scheme. Dramatic backlighting creating long shadows. Film noir atmosphere.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "ideogram-v3-text-to-image",
  "prompt": "A stylish movie poster with the title 'MIDNIGHT ECHO' in bold art deco typography at the top. A silhouetted figure standing in a neon-lit rain-soaked alley below. 'Coming Summer 2026' in smaller text at the bottom. Moody teal and magenta color scheme. Dramatic backlighting creating long shadows. Film noir atmosphere."
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

A minimalist album cover with the title 'SOFT SIGNALS' in ce

A minimalist album cover with the title 'SOFT SIGNALS' in centered elegant serif typography, artist name 'MIRA VALE' in smaller tracking below, muted blue handmade paper texture background, a small silver line illustration of a radio tower centered between the text, elegant spacing throughout, no extra text, no logo. Square 1:1 format.

查看 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": "A minimalist album cover with the title 'SOFT SIGNALS' in centered elegant serif typography, artist name 'MIRA VALE' in smaller tracking below, muted blue handmade paper texture background, a small silver line illustration of a radio tower centered between the text, elegant spacing throughout, no extra text, no logo. Square 1:1 format."
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

A bookstore window poster reading 'READ MORE SLOWLY' in larg

A bookstore window poster reading 'READ MORE SLOWLY' in large serif type with a smaller line 'SPRING READING WEEK' beneath it, warm evening street reflections visible in the glass surface, cream paper texture, all typography perfectly readable, no extra words, no watermark. 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": "A bookstore window poster reading 'READ MORE SLOWLY' in large serif type with a smaller line 'SPRING READING WEEK' beneath it, warm evening street reflections visible in the glass surface, cream paper texture, all typography perfectly readable, no extra words, no watermark. 4:5 aspect ratio."
}
JSON
IM
图像
Poster and Graphic Design flux-kontext-pro

Replace 'GALACTIC ODYSSEY' with 'FLUX KONTEXT' while keeping

Replace 'GALACTIC ODYSSEY' with 'FLUX KONTEXT' while keeping the same font style, size, color, and position. Maintain the exact same background, composition, and all other visual elements unchanged.

查看 API 代码
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "flux-kontext-pro",
  "prompt": "Replace 'GALACTIC ODYSSEY' with 'FLUX KONTEXT' while keeping the same font style, size, color, and position. Maintain the exact same background, composition, and all other visual elements unchanged."
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

Create a horizontal Chinese blockbuster movie poster for a f

Create a horizontal Chinese blockbuster movie poster for a fantasy adventure film titled '天机启明' with subtitle '失落的文明'. The poster features a dramatic ensemble cast composition with five to six realistic character headshots arranged in a pyramid formation. Behind them, a glowing ancient tower emits golden circular energy rings against a dramatic stormy sky. Burning ruins and traditional Chinese architecture visible in the middle ground. The title rendered in large stylized golden Chinese calligraphy. Format badges for 3D, IMAX, and Dolby visible at the bottom.

查看 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": "Create a horizontal Chinese blockbuster movie poster for a fantasy adventure film titled '天机启明' with subtitle '失落的文明'. The poster features a dramatic ensemble cast composition with five to six realistic character headshots arranged in a pyramid formation. Behind them, a glowing ancient tower emits golden circular energy rings against a dramatic stormy sky. Burning ruins and traditional Chinese architecture visible in the middle ground. The title rendered in large stylized golden Chinese calligraphy. Format badges for 3D, IMAX, and Dolby visible at the bottom."
}
JSON
IM
图像
Poster and Graphic Design gpt-image-2

Science encyclopedia vertical card based on the theme of dee

Science encyclopedia vertical card based on the theme of deep-sea bioluminescent creatures. Beautiful main visual of a glowing anglerfish in the deep ocean. Detail close-up insets showing the bioluminescent organ structure. Rounded modular information sections with facts about depth range, diet, and size. Clear title hierarchy with the creature name prominent. Information-dense but not crowded layout, like a publishable museum card. Dark ocean blue background.

查看 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": "Science encyclopedia vertical card based on the theme of deep-sea bioluminescent creatures. Beautiful main visual of a glowing anglerfish in the deep ocean. Detail close-up insets showing the bioluminescent organ structure. Rounded modular information sections with facts about depth range, diet, and size. Clear title hierarchy with the creature name prominent. Information-dense but not crowded layout, like a publishable museum card. Dark ocean blue background."
}
JSON
常见问题

使用图像 prompts

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

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

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

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

在哪里找正确的模型 slug?

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

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

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