PROMPT LIBRARY

AI Prompts for RunAPI models

Browse 1632+ curated prompts for image, video, music, and audio generation. Copy a prompt into Claude Code, Codex, Cursor, Windsurf, or use the API code directly.

CATEGORIES All categories 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
Image
Product & Brand gpt-image-2

{ "master_prompt": { "global_settings": { "resol...

{ "master_prompt": { "global_settings": { "resolution": "8K ultra-high-definition", "aspect_ratio": "3:4 vertical", "style": "hyper-realistic AI-edited commercial product photography", "sharpness": "extreme clarity, micro-detail visibility", "lighting_quality": "cinematic studio lighting with controlled highlights and shadows", "motion_freeze": "high-speed capture, frozen splashes and particles", "noise": "none", "artifacts": "none" }, "module_1_image_1_style": { "subject": { "type": "plastic protein drink bottle", "color": "deep matte blue", "surface_details": "condensation droplets across entire bottle", "label_text_visible": [ "milk & yogurt", "mock up", "protein", "SEPARATED SHADOWS" ] }, "pose_and_orientation": { "position": "slightly tilted to the right", "angle": "three-quarter view", "motion_feel": "dynamic, leaning into splash" }, "liquid_and_motion": { "liquid_color": "white and light beige milk mixture", "texture": "smooth, creamy, fluid", "motion": "swirling splash rising around bottle base and sides" }, "floating_elements": { "blueberries": "whole and halved blueberries at different depths", "mint_leaves": "small green leaves with visible veins", "droplets": "milk droplets and spheres suspended mid-air" }, "background": { "color_gradient": "dark blue to warm amber", "bokeh": "soft circular light particles scattered throughout" }, "surface_and_reflection": { "base": "matte ground with light liquid pooling", "shadow_style": "soft separated shadow under bottle" } }, "module_2_image_2_style": { "subject": { "type": "metal coffee can", "color": "warm gold", "surface_details": "heavy condensation with visible droplets", "branding_text_visible": [ "NESCAFÉ", "Latte", "NEW LOOK", "ICED COFFEE WITH MILK", "SUGAR AND SWEETENER OPTIONAL" ] }, "pose_and_orientation": { "position": "upright, centered", "angle": "front-facing", "presence": "hero product stance" }, "liquid_and_motion": { "liquid_color": "coffee and milk blend", "motion": "splash erupting from base", "droplet_behavior": "fine droplets scattered outward" }, "floating_elements": { "coffee_beans": "whole roasted beans floating around can", "steam": "thick swirling steam rising upward", "embers": "tiny glowing particles in background" }, "background": { "color_palette": "deep brown, amber, gold", "atmosphere": "warm, smoky, intense" }, "surface_and_reflection": { "base": "wet surface with liquid splash crown", "reflection_quality": "subtle reflective highlights" } }

View API Code
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": "{ \"master_prompt\": { \"global_settings\": { \"resolution\": \"8K ultra-high-definition\", \"aspect_ratio\": \"3:4 vertical\", \"style\": \"hyper-realistic AI-edited commercial product photography\", \"sharpness\": \"extreme clarity, micro-detail visibility\", \"lighting_quality\": \"cinematic studio lighting with controlled highlights and shadows\", \"motion_freeze\": \"high-speed capture, frozen splashes and particles\", \"noise\": \"none\", \"artifacts\": \"none\" }, \"module_1_image_1_style\": { \"subject\": { \"type\": \"plastic protein drink bottle\", \"color\": \"deep matte blue\", \"surface_details\": \"condensation droplets across entire bottle\", \"label_text_visible\": [ \"milk & yogurt\", \"mock up\", \"protein\", \"SEPARATED SHADOWS\" ] }, \"pose_and_orientation\": { \"position\": \"slightly tilted to the right\", \"angle\": \"three-quarter view\", \"motion_feel\": \"dynamic, leaning into splash\" }, \"liquid_and_motion\": { \"liquid_color\": \"white and light beige milk mixture\", \"texture\": \"smooth, creamy, fluid\", \"motion\": \"swirling splash rising around bottle base and sides\" }, \"floating_elements\": { \"blueberries\": \"whole and halved blueberries at different depths\", \"mint_leaves\": \"small green leaves with visible veins\", \"droplets\": \"milk droplets and spheres suspended mid-air\" }, \"background\": { \"color_gradient\": \"dark blue to warm amber\", \"bokeh\": \"soft circular light particles scattered throughout\" }, \"surface_and_reflection\": { \"base\": \"matte ground with light liquid pooling\", \"shadow_style\": \"soft separated shadow under bottle\" } }, \"module_2_image_2_style\": { \"subject\": { \"type\": \"metal coffee can\", \"color\": \"warm gold\", \"surface_details\": \"heavy condensation with visible droplets\", \"branding_text_visible\": [ \"NESCAFÉ\", \"Latte\", \"NEW LOOK\", \"ICED COFFEE WITH MILK\", \"SUGAR AND SWEETENER OPTIONAL\" ] }, \"pose_and_orientation\": { \"position\": \"upright, centered\", \"angle\": \"front-facing\", \"presence\": \"hero product stance\" }, \"liquid_and_motion\": { \"liquid_color\": \"coffee and milk blend\", \"motion\": \"splash erupting from base\", \"droplet_behavior\": \"fine droplets scattered outward\" }, \"floating_elements\": { \"coffee_beans\": \"whole roasted beans floating around can\", \"steam\": \"thick swirling steam rising upward\", \"embers\": \"tiny glowing particles in background\" }, \"background\": { \"color_palette\": \"deep brown, amber, gold\", \"atmosphere\": \"warm, smoky, intense\" }, \"surface_and_reflection\": { \"base\": \"wet surface with liquid splash crown\", \"reflection_quality\": \"subtle reflective highlights\" } }"
}
JSON
IM
Image
Product & Brand gpt-image-2

Low-angle fashion campaign photograph of a confident model h...

Low-angle fashion campaign photograph of a confident model holding a large [product name] very close to the camera, exaggerated perspective with the hand and product dominating the foreground, full-body pose visible in the background, wide stance, dynamic posture, clean pure white studio background, high-key lighting, sharp focus on product, slight depth of field on the model, bold colorful outfit with strong contrast tones, modern beauty advertising aesthetic, ultra-clean composition, commercial studio photography, glossy packaging detail visible, crisp shadows

View API Code
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": "Low-angle fashion campaign photograph of a confident model holding a large [product name] very close to the camera, exaggerated perspective with the hand and product dominating the foreground, full-body pose visible in the background, wide stance, dynamic posture, clean pure white studio background, high-key lighting, sharp focus on product, slight depth of field on the model, bold colorful outfit with strong contrast tones, modern beauty advertising aesthetic, ultra-clean composition, commercial studio photography, glossy packaging detail visible, crisp shadows"
}
JSON
IM
Image
Photography gpt-image-2

Create an infographic image of [LANDMARK], combining a real...

Create an infographic image of [LANDMARK], combining a real photograph of the landmark with blueprint-style technical annotations and diagrams overlaid on the image. Include the title “[LANDMARK]” in a hand-drawn box in the corner. Add white chalk-style sketches showing key structural data, important measurements, material quantities, internal diagrams, load-flow arrows, cross-sections, floor plans, and notable architectural or engineering features. Style: blueprint aesthetic with white line drawings on the photograph, technical/architectural annotation style, educational infographic feel, with the real environment visible behind the annotations.

View API Code
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 an infographic image of [LANDMARK], combining a real photograph of the landmark with blueprint-style technical annotations and diagrams overlaid on the image. Include the title “[LANDMARK]” in a hand-drawn box in the corner. Add white chalk-style sketches showing key structural data, important measurements, material quantities, internal diagrams, load-flow arrows, cross-sections, floor plans, and notable architectural or engineering features. Style: blueprint aesthetic with white line drawings on the photograph, technical/architectural annotation style, educational infographic feel, with the real environment visible behind the annotations."
}
JSON
IM
Image
Poster Design gpt-image-2

请根据[主题]自动生成一张[博物馆图鉴式中文拆解信息图]。 要求整张图兼具真实写实主视觉、结构拆解、中文标注、材质说明...

请根据[主题]自动生成一张[博物馆图鉴式中文拆解信息图]。 要求整张图兼具真实写实主视觉、结构拆解、中文标注、材质说明、纹样寓意、色彩含义和核心特征总结。你需要根据[主题]自动判断最合适的主体对象、服饰体系、器物结构、时代风格、关键部件、材质工艺、颜色方案与版式结构,用户无需再提供其他信息。 整体风格应为:国家博物馆展板、历史服饰图鉴、文博专题信息图,而不是普通海报、古风写真、电商详情页或动漫插画。背景采用米白、绢纸白、浅茶色等纸张质感,整体高级、克制、专业、可收藏。 版式固定为: - 顶部:中文主标题 + 副标题 + 导语 - 左侧:结构拆解区,中文引线标注关键部件,并配局部特写 - 右上:材质 / 工艺 / 质感区,展示真实纹理小样并附说明 - 右中:纹样 / 色彩 / 寓意区,展示主色板、纹样样本和文化解释 - 底部:穿着顺序 / 构成流程图 + 核心特征总结 若主题适合人物展示,则以真实人物全身站姿为中央主体;若更适合器物或单体结构,则改为中心主体拆解图,但整体仍保持完整中文信息图形式。所有文字必须为简体中文,清晰、规整、可读,不要乱码、错字、英文或拼音。重点突出真实结构、材质差异、文化说明与图鉴气质。 避免:海报感、影楼感、电商感、动漫感、cosplay感、乱标注、错结构、糊字、假材质、过度装饰。

View API Code
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": "请根据[主题]自动生成一张[博物馆图鉴式中文拆解信息图]。 要求整张图兼具真实写实主视觉、结构拆解、中文标注、材质说明、纹样寓意、色彩含义和核心特征总结。你需要根据[主题]自动判断最合适的主体对象、服饰体系、器物结构、时代风格、关键部件、材质工艺、颜色方案与版式结构,用户无需再提供其他信息。 整体风格应为:国家博物馆展板、历史服饰图鉴、文博专题信息图,而不是普通海报、古风写真、电商详情页或动漫插画。背景采用米白、绢纸白、浅茶色等纸张质感,整体高级、克制、专业、可收藏。 版式固定为: - 顶部:中文主标题 + 副标题 + 导语 - 左侧:结构拆解区,中文引线标注关键部件,并配局部特写 - 右上:材质 / 工艺 / 质感区,展示真实纹理小样并附说明 - 右中:纹样 / 色彩 / 寓意区,展示主色板、纹样样本和文化解释 - 底部:穿着顺序 / 构成流程图 + 核心特征总结 若主题适合人物展示,则以真实人物全身站姿为中央主体;若更适合器物或单体结构,则改为中心主体拆解图,但整体仍保持完整中文信息图形式。所有文字必须为简体中文,清晰、规整、可读,不要乱码、错字、英文或拼音。重点突出真实结构、材质差异、文化说明与图鉴气质。 避免:海报感、影楼感、电商感、动漫感、cosplay感、乱标注、错结构、糊字、假材质、过度装饰。"
}
JSON
IM
Image
Poster Design gpt-image-2

生成一张[餐饮品牌触点矩阵]系列视觉图,用于展示一个完整的餐饮品牌视觉系统与包装应用方案。 这是一个面向餐饮行业的品牌...

生成一张[餐饮品牌触点矩阵]系列视觉图,用于展示一个完整的餐饮品牌视觉系统与包装应用方案。 这是一个面向餐饮行业的品牌VI样机展示板 / 包装系统陈列图 / 品牌提案页。画面不是单张宣传海报,而是将品牌主视觉、主打产品、包装物料、菜单信息、促销内容与小型延展物料整合成一张系统化品牌展示图。 【用户输入信息】 - 品牌名:[品牌名] - 经营类目:[经营类目] 【可选补充信息】 - 主打产品:[主打产品] - 品牌口号:[品牌口号] - 风格方向:[风格方向] - 主色调:[主色调] - 辅助色:[辅助色] - 客群定位:[客群定位] - 价格定位:[价格定位] - 地域风格:[地域风格] - 画幅比例:[画幅比例] 【自动补全规则】 如果用户没有提供完整品牌信息,请根据【品牌名】与【经营类目】自动推导并完成最优组合,包括: 1. 判断品牌调性(年轻、亲和、国潮、复古、清新、治愈、精致、快餐感等) 2. 匹配适合该类目的视觉风格 3. 自动设定合理的主色、辅助色与点缀色 4. 自动补全主打产品与辅助产品 5. 自动生成适合餐饮传播的品牌口号、卖点文案、价格信息与推荐标签 6. 自动匹配合适的餐饮物料类型与展示内容 【画面内容要求】 画面中应围绕【品牌名】构建一整套餐饮品牌物料系统,包含但不限于以下内容: - 核心包装:手提袋、外卖袋、包装盒、打包盒、纸袋、塑料袋 - 饮品 / 食品容器:纸杯、杯套、碗、餐盒、封口贴、标签 - 信息传播物料:菜单、促销海报、价格牌、桌牌、立牌、小卡片 - 小型品牌延展:贴纸、徽章、纸巾、餐具、包装封条、吊牌 - 产品表现:主打餐品照片、单品主视觉、食物特写、切面图、推荐组合图 【构图与版式要求】 采用竖版【画幅比例】构图,整体为白色、米白色或浅灰色背景,以品牌提案板 / 样机矩阵板的方式组织画面。 通过大中小物料混排形成视觉层级: - 大型包装和主视觉物料作为视觉锚点 - 中型菜单、海报和价格模块负责信息传达 - 小型贴纸、餐具、标签与周边物料增强系统完整度 整体构图应具有明确秩序感,接近品牌方案展示页、作品集陈列页、包装提案页的视觉效果。元素要排列整齐但不呆板,丰富但不杂乱,具有模块化与可阅读性。 【风格与质感要求】 整体风格应符合【经营类目】与【品牌名】气质,具有明显的餐饮品牌感、商业传播感、样机展示感与系统设计感。 可融合以下风格倾向:现代简洁、国潮趣味、轻复古、生活方式感、快消感、温暖治愈感、年轻化传播感。 材质真实,包含纸张、塑料、布袋、包装盒、杯体、贴纸、餐具等真实物料质感;光影柔和统一,像在干净摄影棚环境中拍摄的品牌物料合集。 【文字与图形要求】 所有物料上应统一出现品牌名、Logo、品牌符号、主色块、口号或卖点文案。 文案可为中文或中英混排,但要符合餐饮传播表达,简洁直接,具备商品售卖感。 图形系统可以根据品牌调性选择简洁插画、几何图形、卡通吉祥物、符号化图标或辅助纹样,用于增强品牌记忆点。 【输出目标】 最终生成一张完整的【品牌名】餐饮品牌视觉系统展示图,像设计团队为该餐饮品牌制作的整套品牌提案样机板。 要求画面统一、精致、具备商业落地感与作品集展示质量,并能清楚体现品牌风格、主打类目与多触点包装延展能力。 Make the aspect ratio 9:16

View API Code
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": "生成一张[餐饮品牌触点矩阵]系列视觉图,用于展示一个完整的餐饮品牌视觉系统与包装应用方案。 这是一个面向餐饮行业的品牌VI样机展示板 / 包装系统陈列图 / 品牌提案页。画面不是单张宣传海报,而是将品牌主视觉、主打产品、包装物料、菜单信息、促销内容与小型延展物料整合成一张系统化品牌展示图。 【用户输入信息】 - 品牌名:[品牌名] - 经营类目:[经营类目] 【可选补充信息】 - 主打产品:[主打产品] - 品牌口号:[品牌口号] - 风格方向:[风格方向] - 主色调:[主色调] - 辅助色:[辅助色] - 客群定位:[客群定位] - 价格定位:[价格定位] - 地域风格:[地域风格] - 画幅比例:[画幅比例] 【自动补全规则】 如果用户没有提供完整品牌信息,请根据【品牌名】与【经营类目】自动推导并完成最优组合,包括: 1. 判断品牌调性(年轻、亲和、国潮、复古、清新、治愈、精致、快餐感等) 2. 匹配适合该类目的视觉风格 3. 自动设定合理的主色、辅助色与点缀色 4. 自动补全主打产品与辅助产品 5. 自动生成适合餐饮传播的品牌口号、卖点文案、价格信息与推荐标签 6. 自动匹配合适的餐饮物料类型与展示内容 【画面内容要求】 画面中应围绕【品牌名】构建一整套餐饮品牌物料系统,包含但不限于以下内容: - 核心包装:手提袋、外卖袋、包装盒、打包盒、纸袋、塑料袋 - 饮品 / 食品容器:纸杯、杯套、碗、餐盒、封口贴、标签 - 信息传播物料:菜单、促销海报、价格牌、桌牌、立牌、小卡片 - 小型品牌延展:贴纸、徽章、纸巾、餐具、包装封条、吊牌 - 产品表现:主打餐品照片、单品主视觉、食物特写、切面图、推荐组合图 【构图与版式要求】 采用竖版【画幅比例】构图,整体为白色、米白色或浅灰色背景,以品牌提案板 / 样机矩阵板的方式组织画面。 通过大中小物料混排形成视觉层级: - 大型包装和主视觉物料作为视觉锚点 - 中型菜单、海报和价格模块负责信息传达 - 小型贴纸、餐具、标签与周边物料增强系统完整度 整体构图应具有明确秩序感,接近品牌方案展示页、作品集陈列页、包装提案页的视觉效果。元素要排列整齐但不呆板,丰富但不杂乱,具有模块化与可阅读性。 【风格与质感要求】 整体风格应符合【经营类目】与【品牌名】气质,具有明显的餐饮品牌感、商业传播感、样机展示感与系统设计感。 可融合以下风格倾向:现代简洁、国潮趣味、轻复古、生活方式感、快消感、温暖治愈感、年轻化传播感。 材质真实,包含纸张、塑料、布袋、包装盒、杯体、贴纸、餐具等真实物料质感;光影柔和统一,像在干净摄影棚环境中拍摄的品牌物料合集。 【文字与图形要求】 所有物料上应统一出现品牌名、Logo、品牌符号、主色块、口号或卖点文案。 文案可为中文或中英混排,但要符合餐饮传播表达,简洁直接,具备商品售卖感。 图形系统可以根据品牌调性选择简洁插画、几何图形、卡通吉祥物、符号化图标或辅助纹样,用于增强品牌记忆点。 【输出目标】 最终生成一张完整的【品牌名】餐饮品牌视觉系统展示图,像设计团队为该餐饮品牌制作的整套品牌提案样机板。 要求画面统一、精致、具备商业落地感与作品集展示质量,并能清楚体现品牌风格、主打类目与多触点包装延展能力。 Make the aspect ratio 9:16"
}
JSON
IM
Image
Food & Drink gpt-image-2

{ "global_settings": { "resolution": "8K ultra high de...

{ "global_settings": { "resolution": "8K ultra high definition", "aspect_ratio": "3:4", "camera_style": "studio food photography with cinematic lighting", "depth_of_field": "shallow depth of field, sharp subject, soft background", "lighting": "soft directional key light, subtle rim light, controlled highlights", "style": "hyper-realistic food illustration with editorial infographic overlays", "composition_rules": [ "no zoom", "no crop", "center-weighted vertical composition", "floating elements frozen in motion" ], "text_design": { "ingredient_name_color": "metallic gold", "ingredient_description_color": "pure white", "font_style": "elegant serif for titles, clean sans-serif for descriptions", "indicator_lines": "long, thin, smooth golden lines with rounded corners" } }, "module_1_image_1_style": { "scene_description": "A vertical stack of assorted cake slices floating above a white ceramic plate against a soft pink gradient background.", "background": { "color": "soft pastel pink", "texture": "smooth gradient", "lighting": "even, studio-lit, no harsh shadows" }, "main_subjects": [ "multiple layered sponge cake slices", "white whipped cream layers", "raspberry cream layer", "chocolate cream topping" ], "visible_ingredients": [ "vanilla sponge cake", "whipped cream", "raspberries", "blueberries", "strawberries", "macarons (vanilla and chocolate)", "chocolate bar pieces", "mint leaves", "small nut fragments" ], "motion_elements": [ "floating fruits", "floating macarons", "crumbs suspended in air" ], "text_labels": [ "Vanilla Cake – soft, fluffy sponge cake layered with white cream filling", "Macaron – creamy filling between almond meringue shells", "Raspberries – juicy, fresh raspberries", "Chocolate Bar – chunks of smooth milk chocolate", "Raspberry Cream – soft sponge cake layered with creamy, fruity raspberry cream" ] }, "module_2_image_2_style": { "scene_description": "Rolled Syrian dessert presented vertically with syrup pouring from above, placed in a warm, rustic kitchen environment.", "background": { "environment": "traditional kitchen", "elements": [ "warm lantern light", "wooden surfaces", "brass and copper utensils" ], "lighting": "warm ambient lighting with soft highlights" }, "main_subjects": [ "rolled white dessert dough", "cream filling spilling out", "golden syrup stream" ], "visible_ingredients": [ "white cheese dough", "cream filling", "pistachios", "sugar syrup" ], "motion_elements": [ "syrup dripping vertically", "pistachio crumbs falling" ], "text_labels": [ "White Cheese Dough – soft outer layer made from cheese and semolina", "Cream Filling – creamy filling inside the roll", "Pistachios – crushed pistachios sprinkled over and inside the rolls" ] }

View API Code
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": "{ \"global_settings\": { \"resolution\": \"8K ultra high definition\", \"aspect_ratio\": \"3:4\", \"camera_style\": \"studio food photography with cinematic lighting\", \"depth_of_field\": \"shallow depth of field, sharp subject, soft background\", \"lighting\": \"soft directional key light, subtle rim light, controlled highlights\", \"style\": \"hyper-realistic food illustration with editorial infographic overlays\", \"composition_rules\": [ \"no zoom\", \"no crop\", \"center-weighted vertical composition\", \"floating elements frozen in motion\" ], \"text_design\": { \"ingredient_name_color\": \"metallic gold\", \"ingredient_description_color\": \"pure white\", \"font_style\": \"elegant serif for titles, clean sans-serif for descriptions\", \"indicator_lines\": \"long, thin, smooth golden lines with rounded corners\" } }, \"module_1_image_1_style\": { \"scene_description\": \"A vertical stack of assorted cake slices floating above a white ceramic plate against a soft pink gradient background.\", \"background\": { \"color\": \"soft pastel pink\", \"texture\": \"smooth gradient\", \"lighting\": \"even, studio-lit, no harsh shadows\" }, \"main_subjects\": [ \"multiple layered sponge cake slices\", \"white whipped cream layers\", \"raspberry cream layer\", \"chocolate cream topping\" ], \"visible_ingredients\": [ \"vanilla sponge cake\", \"whipped cream\", \"raspberries\", \"blueberries\", \"strawberries\", \"macarons (vanilla and chocolate)\", \"chocolate bar pieces\", \"mint leaves\", \"small nut fragments\" ], \"motion_elements\": [ \"floating fruits\", \"floating macarons\", \"crumbs suspended in air\" ], \"text_labels\": [ \"Vanilla Cake – soft, fluffy sponge cake layered with white cream filling\", \"Macaron – creamy filling between almond meringue shells\", \"Raspberries – juicy, fresh raspberries\", \"Chocolate Bar – chunks of smooth milk chocolate\", \"Raspberry Cream – soft sponge cake layered with creamy, fruity raspberry cream\" ] }, \"module_2_image_2_style\": { \"scene_description\": \"Rolled Syrian dessert presented vertically with syrup pouring from above, placed in a warm, rustic kitchen environment.\", \"background\": { \"environment\": \"traditional kitchen\", \"elements\": [ \"warm lantern light\", \"wooden surfaces\", \"brass and copper utensils\" ], \"lighting\": \"warm ambient lighting with soft highlights\" }, \"main_subjects\": [ \"rolled white dessert dough\", \"cream filling spilling out\", \"golden syrup stream\" ], \"visible_ingredients\": [ \"white cheese dough\", \"cream filling\", \"pistachios\", \"sugar syrup\" ], \"motion_elements\": [ \"syrup dripping vertically\", \"pistachio crumbs falling\" ], \"text_labels\": [ \"White Cheese Dough – soft outer layer made from cheese and semolina\", \"Cream Filling – creamy filling inside the roll\", \"Pistachios – crushed pistachios sprinkled over and inside the rolls\" ] }"
}
JSON
IM
Image
Poster Design gpt-image-2

Create a complete visual worldbuilding set for a futuristic...

Create a complete visual worldbuilding set for a futuristic desert civilization powered by solar technology, multiple images including architecture, characters, clothing, vehicles, and maps, cohesive design language, cinematic realism, ultra detailed.

View API Code
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 complete visual worldbuilding set for a futuristic desert civilization powered by solar technology, multiple images including architecture, characters, clothing, vehicles, and maps, cohesive design language, cinematic realism, ultra detailed."
}
JSON
IM
Image
Poster Design gpt-image-2

[INPUT IMAGE: USER_PHOTO] Use the person in the input image...

[INPUT IMAGE: USER_PHOTO] Use the person in the input image as the ONLY subject. Preserve their identity and facial features clearly. Create a hyper-realistic high-fashion editorial photo inside a surreal 3D geometric “color box” room (a hollow cube / tilted cube set). Each render MUST randomly choose: 1) a bold single-color box (monochrome environment, vivid and saturated), 2) a dynamic “cool” fashion pose (gravity-defying or extreme stretch / leap / sideways bracing against the walls), 3) a dramatic camera angle (wide-angle 24–35mm equivalent, tilted horizon, strong perspective). The subject appears full-body and sharp, wearing an avant-garde fashion styling that feels modern and editorial (clean silhouette, stylish layering, premium fabric texture). Keep clothing tasteful and fashion-forward. The subject’s pose should feel athletic, stylish, and unusual—like a magazine campaign shot. Lighting: studio quality, crisp and cinematic; strong key light with controlled soft shadows, subtle rim light; realistic reflections and bounce light from the colored walls. Ultra-detailed skin texture, natural pores, realistic fabric weave, clean edges, high dynamic range. Composition: subject centered with plenty of negative space and strong geometric lines; the box perspective frames the subject. Color: the box color is a SINGLE bold color and MUST be different each run (random vivid hue). The subject’s outfit contrasts well with the box color. Output: hyper-real, photorealistic, 8k detail, editorial campaign quality, sharp focus on subject, no motion blur, no distortion of face, natural proportions.

View API Code
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": "[INPUT IMAGE: USER_PHOTO] Use the person in the input image as the ONLY subject. Preserve their identity and facial features clearly. Create a hyper-realistic high-fashion editorial photo inside a surreal 3D geometric “color box” room (a hollow cube / tilted cube set). Each render MUST randomly choose: 1) a bold single-color box (monochrome environment, vivid and saturated), 2) a dynamic “cool” fashion pose (gravity-defying or extreme stretch / leap / sideways bracing against the walls), 3) a dramatic camera angle (wide-angle 24–35mm equivalent, tilted horizon, strong perspective). The subject appears full-body and sharp, wearing an avant-garde fashion styling that feels modern and editorial (clean silhouette, stylish layering, premium fabric texture). Keep clothing tasteful and fashion-forward. The subject’s pose should feel athletic, stylish, and unusual—like a magazine campaign shot. Lighting: studio quality, crisp and cinematic; strong key light with controlled soft shadows, subtle rim light; realistic reflections and bounce light from the colored walls. Ultra-detailed skin texture, natural pores, realistic fabric weave, clean edges, high dynamic range. Composition: subject centered with plenty of negative space and strong geometric lines; the box perspective frames the subject. Color: the box color is a SINGLE bold color and MUST be different each run (random vivid hue). The subject’s outfit contrasts well with the box color. Output: hyper-real, photorealistic, 8k detail, editorial campaign quality, sharp focus on subject, no motion blur, no distortion of face, natural proportions."
}
JSON
IM
Image
Poster Design gpt-image-2

武则天同款皇后内衣广告大片,明黄底色龙纹刺绣,大红丝绸飘带衬托

武则天同款皇后内衣广告大片,明黄底色龙纹刺绣,大红丝绸飘带衬托

View API Code
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": "武则天同款皇后内衣广告大片,明黄底色龙纹刺绣,大红丝绸飘带衬托"
}
JSON
IM
Image
Food & Drink gpt-image-2

{ "resolution": "8K UHD", "aspect_ratio": "3:4", "imag...

{ "resolution": "8K UHD", "aspect_ratio": "3:4", "image_style": "hyper-realistic commercial food photography", "global_settings": { "quality": "Ultra-high detail, sharp focus, studio-grade clarity", "lighting": "Soft but controlled studio lighting with visible highlights and splash definition", "motion": "Frozen mid-air action, ingredients suspended", "background_style": "Solid or smooth gradient background, color varies per module", "camera": "High-speed photography look, shallow to medium depth of field", "post_processing": "Balanced contrast, natural saturation, no artificial glow" }, "modules": { "module_1_berry_smoothie_explosion": { "scene_description": "A vibrant smoothie bowl exploding with fruit and liquid splashes", "bowl": { "color": "Deep blue ceramic bowl", "finish": "Glossy", "position": "Centered, floating mid-air" }, "base_contents": { "type": "Thick berry smoothie", "color": "Deep purple-magenta", "texture": "Creamy with visible swirl marks" }, "ingredients": { "fruits": [ "Banana slices (round, pale yellow)", "Blueberries (whole, dark blue)", "Raspberries (whole, red)" ], "herbs": [ "Fresh mint leaves (bright green)" ] }, "motion_effects": { "liquid": "Berry smoothie splashing upward and outward", "particles": "Small droplets suspended in air" }, "background": { "color": "Bright pink", "texture": "Smooth, seamless" } }, "module_2_minimal_pink_smoothie_bowl": { "scene_description": "Minimalist floating smoothie bowl with granola and berries", "bowl": { "color": "Light pink ceramic bowl with dark speckles", "finish": "Matte", "position": "Floating centrally" }, "base_contents": { "type": "Smoothie", "color": "Soft pink with purple undertones", "texture": "Thick and smooth" }, "toppings": { "granola": "Golden-brown oat clusters", "seeds": "Small black seeds scattered", "fruits": [ "Strawberries (halved)", "Raspberries (whole)", "Blackberries (whole)" ] }, "motion_effects": { "ingredients": "Granola flakes, seeds, and berries floating gently" }, "background": { "color": "Pastel lavender", "gradient": "Subtle, soft gradient" } }, "module_3_cereal_milk_honey_splash": { "scene_description": "Dynamic cereal stack with milk splash and honey drizzle", "bowl": { "color": "Blue ceramic bowl", "finish": "Glossy", "position": "Centered, resting visually but surrounded by motion" }, "contents": { "cereal": "Golden cornflakes stacked vertically", "milk": "White milk splashing and dripping over flakes", "fruits": [ "Raspberries", "Blueberries" ] }, "additional_elements": { "honey": { "source": "Wooden honey dipper", "state": "Honey dripping mid-air" } }, "motion_effects": { "splashes": "Milk splashes frozen in dramatic arcs", "particles": "Floating flakes and droplets" }, "background": { "color": "Deep blue", "tone": "High contrast" } }, }

View API Code
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": "{ \"resolution\": \"8K UHD\", \"aspect_ratio\": \"3:4\", \"image_style\": \"hyper-realistic commercial food photography\", \"global_settings\": { \"quality\": \"Ultra-high detail, sharp focus, studio-grade clarity\", \"lighting\": \"Soft but controlled studio lighting with visible highlights and splash definition\", \"motion\": \"Frozen mid-air action, ingredients suspended\", \"background_style\": \"Solid or smooth gradient background, color varies per module\", \"camera\": \"High-speed photography look, shallow to medium depth of field\", \"post_processing\": \"Balanced contrast, natural saturation, no artificial glow\" }, \"modules\": { \"module_1_berry_smoothie_explosion\": { \"scene_description\": \"A vibrant smoothie bowl exploding with fruit and liquid splashes\", \"bowl\": { \"color\": \"Deep blue ceramic bowl\", \"finish\": \"Glossy\", \"position\": \"Centered, floating mid-air\" }, \"base_contents\": { \"type\": \"Thick berry smoothie\", \"color\": \"Deep purple-magenta\", \"texture\": \"Creamy with visible swirl marks\" }, \"ingredients\": { \"fruits\": [ \"Banana slices (round, pale yellow)\", \"Blueberries (whole, dark blue)\", \"Raspberries (whole, red)\" ], \"herbs\": [ \"Fresh mint leaves (bright green)\" ] }, \"motion_effects\": { \"liquid\": \"Berry smoothie splashing upward and outward\", \"particles\": \"Small droplets suspended in air\" }, \"background\": { \"color\": \"Bright pink\", \"texture\": \"Smooth, seamless\" } }, \"module_2_minimal_pink_smoothie_bowl\": { \"scene_description\": \"Minimalist floating smoothie bowl with granola and berries\", \"bowl\": { \"color\": \"Light pink ceramic bowl with dark speckles\", \"finish\": \"Matte\", \"position\": \"Floating centrally\" }, \"base_contents\": { \"type\": \"Smoothie\", \"color\": \"Soft pink with purple undertones\", \"texture\": \"Thick and smooth\" }, \"toppings\": { \"granola\": \"Golden-brown oat clusters\", \"seeds\": \"Small black seeds scattered\", \"fruits\": [ \"Strawberries (halved)\", \"Raspberries (whole)\", \"Blackberries (whole)\" ] }, \"motion_effects\": { \"ingredients\": \"Granola flakes, seeds, and berries floating gently\" }, \"background\": { \"color\": \"Pastel lavender\", \"gradient\": \"Subtle, soft gradient\" } }, \"module_3_cereal_milk_honey_splash\": { \"scene_description\": \"Dynamic cereal stack with milk splash and honey drizzle\", \"bowl\": { \"color\": \"Blue ceramic bowl\", \"finish\": \"Glossy\", \"position\": \"Centered, resting visually but surrounded by motion\" }, \"contents\": { \"cereal\": \"Golden cornflakes stacked vertically\", \"milk\": \"White milk splashing and dripping over flakes\", \"fruits\": [ \"Raspberries\", \"Blueberries\" ] }, \"additional_elements\": { \"honey\": { \"source\": \"Wooden honey dipper\", \"state\": \"Honey dripping mid-air\" } }, \"motion_effects\": { \"splashes\": \"Milk splashes frozen in dramatic arcs\", \"particles\": \"Floating flakes and droplets\" }, \"background\": { \"color\": \"Deep blue\", \"tone\": \"High contrast\" } }, }"
}
JSON
IM
Image
Poster Design gpt-image-2

请根据【主题】生成一张高质量竖版「科普百科图」。 这张图不是普通海报,也不是单纯插画,而是一张兼具“图鉴感、百科感、...

请根据【主题】生成一张高质量竖版「科普百科图」。 这张图不是普通海报,也不是单纯插画,而是一张兼具“图鉴感、百科感、信息结构感、收藏感”的模块化科普信息图。整体风格参考高级博物图鉴、现代百科书页、生活方式知识卡和社交媒体高传播信息图的结合。 请让画面包含: - 一个清晰漂亮的主题主视觉 - 若干局部特征放大细节 - 多个圆角模块化信息分区 - 清楚的标题层级与重点标签 - 简洁但丰富的百科内容 - 可视化评分、要点总结或Top 5模块 内容栏目请根据主题自动适配,优先从这些方向中选择并合理组合: 基础档案、分类信息、外观特征、习性/生态、形成机制/结构组成、生长或使用条件、养护或维护建议、风险与注意事项、适合人群或适用场景、优缺点对比、快速评分卡。 视觉要求: 浅色干净背景,柔和配色,轻阴影,精致小图标,圆角信息框,整洁排版,信息密度高但不拥挤,阅读体验好。整体必须像真正可以发布、阅读、收藏、系列化生产的科普百科卡,而不是广告图。 请不要做成普通商业宣传海报。要突出“知识整理 + 模块信息 + 图鉴式展示”的特征。

View API Code
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": "请根据【主题】生成一张高质量竖版「科普百科图」。 这张图不是普通海报,也不是单纯插画,而是一张兼具“图鉴感、百科感、信息结构感、收藏感”的模块化科普信息图。整体风格参考高级博物图鉴、现代百科书页、生活方式知识卡和社交媒体高传播信息图的结合。 请让画面包含: - 一个清晰漂亮的主题主视觉 - 若干局部特征放大细节 - 多个圆角模块化信息分区 - 清楚的标题层级与重点标签 - 简洁但丰富的百科内容 - 可视化评分、要点总结或Top 5模块 内容栏目请根据主题自动适配,优先从这些方向中选择并合理组合: 基础档案、分类信息、外观特征、习性/生态、形成机制/结构组成、生长或使用条件、养护或维护建议、风险与注意事项、适合人群或适用场景、优缺点对比、快速评分卡。 视觉要求: 浅色干净背景,柔和配色,轻阴影,精致小图标,圆角信息框,整洁排版,信息密度高但不拥挤,阅读体验好。整体必须像真正可以发布、阅读、收藏、系列化生产的科普百科卡,而不是广告图。 请不要做成普通商业宣传海报。要突出“知识整理 + 模块信息 + 图鉴式展示”的特征。"
}
JSON
IM
Image
Illustration & 3D gpt-image-2

{ "global_settings": { "resolution": "8K", "qualit...

{ "global_settings": { "resolution": "8K", "quality": "ultra-high definition", "aspect_ratio": "2:3", "render_style": "AI-edited, high-detail 3D render", "lighting_quality": "soft studio lighting with realistic shadows", "sharpness": "extreme clarity, crisp edges", "noise": "none", "compression": "none" }, "Module_1_Image_1_Style": { "subject": { "character_type": "stylized 3D cartoon female", "pose": "standing, body slightly angled, one hand raised with index finger touching lips", "expression": "cheerful smile, wide eyes", "hair": { "color": "black", "style": "two braided pigtails", "accessories": "green cap" }, "face": { "eyes": "large, rounded, dark pupils", "skin": "smooth, matte, stylized texture" } }, "clothing": { "top": "sleeveless green crop top", "bottom": "loose green jogger-style pants with drawstring", "footwear": "white sneakers" }, "accessories": { "luggage": "green hard-shell suitcase with extended handle" }, "color_palette": [ "multiple shades of green", "white accents" ], "background": { "color": "solid green", "texture": "soft, slightly grainy studio backdrop" }, "composition": { "framing": "full body", "camera_angle": "eye-level", "depth": "subject sharply separated from background" } }, "Module_2_Image_2_Style": { "subject": { "character_type": "stylized 3D cartoon female", "pose": "leaning slightly backward against background", "expression": "playful, lips slightly pursed, eyes looking sideways", "hair": { "color": "brown", "style": "short, tousled", "accessories": "red sunglasses resting on head" } }, "clothing": { "dress": "form-fitting blue ribbed dress with thin straps", "footwear": "red high-heel sandals with bow detail" }, "color_palette": [ "bold red", "deep blue" ], "background": { "color": "solid red", "texture": "smooth matte surface" }, "lighting": { "direction": "soft directional light from one side", "shadow": "defined shadow cast on red background" }, "composition": { "framing": "full body", "pose_emphasis": "curved posture, crossed legs" } }, "Module_3_Image_3_Style": { "subject": { "characters": [ { "type": "stylized 3D cartoon female", "position": "left", "wrapped_in": "red textured blanket", "expression": "calm, slight smile, eyes looking upward" }, { "type": "stylized 3D cartoon male", "position": "right", "wrapped_in": "orange textured blanket", "expression": "neutral, gentle gaze upward" } ] }, "environment": { "furniture": "red sofa", "floor": "red surface", "background": { "color": "deep red", "texture": "fabric-like horizontal texture" } }, "details": { "feet": "female barefoot, male wearing socks", "blanket_texture": "thick, knitted fabric" }, "composition": { "framing": "centered, medium-wide shot", "symmetry": "balanced left and right composition" } },

View API Code
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": "{ \"global_settings\": { \"resolution\": \"8K\", \"quality\": \"ultra-high definition\", \"aspect_ratio\": \"2:3\", \"render_style\": \"AI-edited, high-detail 3D render\", \"lighting_quality\": \"soft studio lighting with realistic shadows\", \"sharpness\": \"extreme clarity, crisp edges\", \"noise\": \"none\", \"compression\": \"none\" }, \"Module_1_Image_1_Style\": { \"subject\": { \"character_type\": \"stylized 3D cartoon female\", \"pose\": \"standing, body slightly angled, one hand raised with index finger touching lips\", \"expression\": \"cheerful smile, wide eyes\", \"hair\": { \"color\": \"black\", \"style\": \"two braided pigtails\", \"accessories\": \"green cap\" }, \"face\": { \"eyes\": \"large, rounded, dark pupils\", \"skin\": \"smooth, matte, stylized texture\" } }, \"clothing\": { \"top\": \"sleeveless green crop top\", \"bottom\": \"loose green jogger-style pants with drawstring\", \"footwear\": \"white sneakers\" }, \"accessories\": { \"luggage\": \"green hard-shell suitcase with extended handle\" }, \"color_palette\": [ \"multiple shades of green\", \"white accents\" ], \"background\": { \"color\": \"solid green\", \"texture\": \"soft, slightly grainy studio backdrop\" }, \"composition\": { \"framing\": \"full body\", \"camera_angle\": \"eye-level\", \"depth\": \"subject sharply separated from background\" } }, \"Module_2_Image_2_Style\": { \"subject\": { \"character_type\": \"stylized 3D cartoon female\", \"pose\": \"leaning slightly backward against background\", \"expression\": \"playful, lips slightly pursed, eyes looking sideways\", \"hair\": { \"color\": \"brown\", \"style\": \"short, tousled\", \"accessories\": \"red sunglasses resting on head\" } }, \"clothing\": { \"dress\": \"form-fitting blue ribbed dress with thin straps\", \"footwear\": \"red high-heel sandals with bow detail\" }, \"color_palette\": [ \"bold red\", \"deep blue\" ], \"background\": { \"color\": \"solid red\", \"texture\": \"smooth matte surface\" }, \"lighting\": { \"direction\": \"soft directional light from one side\", \"shadow\": \"defined shadow cast on red background\" }, \"composition\": { \"framing\": \"full body\", \"pose_emphasis\": \"curved posture, crossed legs\" } }, \"Module_3_Image_3_Style\": { \"subject\": { \"characters\": [ { \"type\": \"stylized 3D cartoon female\", \"position\": \"left\", \"wrapped_in\": \"red textured blanket\", \"expression\": \"calm, slight smile, eyes looking upward\" }, { \"type\": \"stylized 3D cartoon male\", \"position\": \"right\", \"wrapped_in\": \"orange textured blanket\", \"expression\": \"neutral, gentle gaze upward\" } ] }, \"environment\": { \"furniture\": \"red sofa\", \"floor\": \"red surface\", \"background\": { \"color\": \"deep red\", \"texture\": \"fabric-like horizontal texture\" } }, \"details\": { \"feet\": \"female barefoot, male wearing socks\", \"blanket_texture\": \"thick, knitted fabric\" }, \"composition\": { \"framing\": \"centered, medium-wide shot\", \"symmetry\": \"balanced left and right composition\" } },"
}
JSON
IM
Image
Poster Design gpt-image-2

4:5 vertical social poster, ultra high resolution, 8K SCENE...

4:5 vertical social poster, ultra high resolution, 8K SCENE / BACKGROUND: Flat racing yellow with subtle gradient (light → deep amber) Grain texture 2–3% Soft rectangular overlays at 3% opacity PRODUCT: Porsche 911 GT3 RS Gloss yellow with carbon details Rear 3/4 angle, slightly elevated Wing dominant Position: Right of center TYPOGRAPHY: “PORSCHE” Ultra tall, condensed, stretched Deep charcoal Secondary: “PORSCHE 911 GT3 RS” EDITORIAL: “Porsche — Where Precision Meets Passion” Focus: engineering, obsession, track DNA FADED TEXT: “GT3 RS” at 3–5% SPECS: 386 kW / 525 PS 3.2 s 296 km/h LIGHTING: Clean studio, sharp highlights MOOD: Precision. Iconic. Timeless performance. FORMAT: 4:5 vertical social poster, ultra high resolution, 8K, print-quality sharpness SCENE / BACKGROUND: Flat, high-saturation BMW blue background Gradient: Top → slightly lighter electric blue Bottom → deep navy blue Surface: - Subtle grain texture (2–3%) - Faint rectangular overlays (2–4% opacity) - Clean, graphic — no realism Shadow: Soft contact shadow under car PRODUCT (CAR): BMW M4 CSL Color: Matte frozen blue / deep metallic navy Angle: Rear 3/4 perspective (IMPORTANT — match Porsche angle for consistency) Slightly elevated camera Position: Slightly right of center Details: - Carbon roof visible - Aggressive diffuser - Sharp reflections - Subtle brake detail COMPOSITION: IDENTICAL to Porsche: Top → branding Middle → giant type Center → car overlap Bottom → editorial + specs TYPOGRAPHY: PRIMARY: “BMW” Style: Ultra condensed bold sans serif Tall vertical scaling (same as Porsche) Color: Deep navy / near black Behavior: Static (NO distortion — unlike previous version) Acts as structural backdrop SECONDARY HEADER: “BMW M4 CSL” Thin, wide tracking LOGO AREA: BMW roundel centered above EDITORIAL BLOCK: Headline: “BMW — Where Driving Becomes Instinct” Body: Focus on: - driver connection - control - performance precision Boxed layout, same structure as Porsche FADED TEXT: “CSL” large, 3–5% opacity behind box BOTTOM LEFT: “M4 CSL” BOTTOM RIGHT SPECS: 405 kW / 550 PS 3.4 s 307 km/h LIGHTING: Clean studio lighting Sharp but controlled highlights COLOR GRADING: Deep blues, high contrast, clean blacks CAMERA: 50mm, slightly elevated rear 3/4 MOOD: Performance. Precision. Driver focus.

View API Code
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": "4:5 vertical social poster, ultra high resolution, 8K SCENE / BACKGROUND: Flat racing yellow with subtle gradient (light → deep amber) Grain texture 2–3% Soft rectangular overlays at 3% opacity PRODUCT: Porsche 911 GT3 RS Gloss yellow with carbon details Rear 3/4 angle, slightly elevated Wing dominant Position: Right of center TYPOGRAPHY: “PORSCHE” Ultra tall, condensed, stretched Deep charcoal Secondary: “PORSCHE 911 GT3 RS” EDITORIAL: “Porsche — Where Precision Meets Passion” Focus: engineering, obsession, track DNA FADED TEXT: “GT3 RS” at 3–5% SPECS: 386 kW / 525 PS 3.2 s 296 km/h LIGHTING: Clean studio, sharp highlights MOOD: Precision. Iconic. Timeless performance. FORMAT: 4:5 vertical social poster, ultra high resolution, 8K, print-quality sharpness SCENE / BACKGROUND: Flat, high-saturation BMW blue background Gradient: Top → slightly lighter electric blue Bottom → deep navy blue Surface: - Subtle grain texture (2–3%) - Faint rectangular overlays (2–4% opacity) - Clean, graphic — no realism Shadow: Soft contact shadow under car PRODUCT (CAR): BMW M4 CSL Color: Matte frozen blue / deep metallic navy Angle: Rear 3/4 perspective (IMPORTANT — match Porsche angle for consistency) Slightly elevated camera Position: Slightly right of center Details: - Carbon roof visible - Aggressive diffuser - Sharp reflections - Subtle brake detail COMPOSITION: IDENTICAL to Porsche: Top → branding Middle → giant type Center → car overlap Bottom → editorial + specs TYPOGRAPHY: PRIMARY: “BMW” Style: Ultra condensed bold sans serif Tall vertical scaling (same as Porsche) Color: Deep navy / near black Behavior: Static (NO distortion — unlike previous version) Acts as structural backdrop SECONDARY HEADER: “BMW M4 CSL” Thin, wide tracking LOGO AREA: BMW roundel centered above EDITORIAL BLOCK: Headline: “BMW — Where Driving Becomes Instinct” Body: Focus on: - driver connection - control - performance precision Boxed layout, same structure as Porsche FADED TEXT: “CSL” large, 3–5% opacity behind box BOTTOM LEFT: “M4 CSL” BOTTOM RIGHT SPECS: 405 kW / 550 PS 3.4 s 307 km/h LIGHTING: Clean studio lighting Sharp but controlled highlights COLOR GRADING: Deep blues, high contrast, clean blacks CAMERA: 50mm, slightly elevated rear 3/4 MOOD: Performance. Precision. Driver focus."
}
JSON
IM
Image
Illustration & 3D gpt-image-2

A handcrafted felt miniature illustration of [Celebrity] rei...

A handcrafted felt miniature illustration of [Celebrity] reimagined as a soft wool doll character. The figure has simplified facial features, button-like eyes, subtle smile, and carefully crafted felt textures. He is wearing an outfit inspired by his iconic casual tech style—dark jacket, simple t-shirt, and trousers—recreated in knitted wool and fabric. The scene has a whimsical, storybook feel with grassy felt terrain, pastel hills, and a bright sky with soft clouds. Macro photography look, shallow depth of field, soft natural lighting, stop-motion animation aesthetic, ultra-detailed fibers and fabric textures, cozy yet futuristic mood, cinematic composition, high quality.

View API Code
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 handcrafted felt miniature illustration of [Celebrity] reimagined as a soft wool doll character. The figure has simplified facial features, button-like eyes, subtle smile, and carefully crafted felt textures. He is wearing an outfit inspired by his iconic casual tech style—dark jacket, simple t-shirt, and trousers—recreated in knitted wool and fabric. The scene has a whimsical, storybook feel with grassy felt terrain, pastel hills, and a bright sky with soft clouds. Macro photography look, shallow depth of field, soft natural lighting, stop-motion animation aesthetic, ultra-detailed fibers and fabric textures, cozy yet futuristic mood, cinematic composition, high quality."
}
JSON
IM
Image
Product & Brand gpt-image-2

Create a polished multi-page (multiple images) brand kit for...

Create a polished multi-page (multiple images) brand kit for a company called [YOYOYO]. The brand should feel playful, futuristic, vibrant, and design-forward, blending the energy of a toy-inspired product with the sophistication of a premium creative tech brand. Use a bold, experimental visual identity with bright color, clean geometry, modern typography, dynamic motion cues, and slightly surreal imagery. The overall mood should feel inventive, youthful, rhythmic, tactile, and high-concept, with a balance of fun consumer product culture, fashionlike presentation, and contemporary digital design. Include a sense of product obsession, visual experimentation, packaging exploration, editorial photography, immersive retail, and cross-platform brand application. Make it feel like a confident, contemporary brand world that is both accessible and art-directed, with strong graphic cohesion and a premium creative-studio aesthetic.

View API Code
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 polished multi-page (multiple images) brand kit for a company called [YOYOYO]. The brand should feel playful, futuristic, vibrant, and design-forward, blending the energy of a toy-inspired product with the sophistication of a premium creative tech brand. Use a bold, experimental visual identity with bright color, clean geometry, modern typography, dynamic motion cues, and slightly surreal imagery. The overall mood should feel inventive, youthful, rhythmic, tactile, and high-concept, with a balance of fun consumer product culture, fashionlike presentation, and contemporary digital design. Include a sense of product obsession, visual experimentation, packaging exploration, editorial photography, immersive retail, and cross-platform brand application. Make it feel like a confident, contemporary brand world that is both accessible and art-directed, with strong graphic cohesion and a premium creative-studio aesthetic."
}
JSON
IM
Image
Poster Design gpt-image-2

生成一张适合小红书发布的 3:4 竖版九宫格海报,整体为 3列 × 3行 排版,九个宫格边界清晰,方便后期直接切割成 9...

生成一张适合小红书发布的 3:4 竖版九宫格海报,整体为 3列 × 3行 排版,九个宫格边界清晰,方便后期直接切割成 9 张单图发布。整体风格干净、高级、统一,适合女性向健康生活方式内容,具有小红书爆款封面气质。画面要求 信息排版清晰、文字大、可读性强、留白舒服、配色温柔治愈。 整体视觉风格: 奶油白、浅米色、淡燕麦色、浅焦糖色为主色调,搭配少量深棕色文字,ins风、治愈感、睡眠疗愈主题,简约排版,轻拟物插画点缀,可加入枕头、月亮、星星、热牛奶、香薰、书本、眼罩、窗帘、床铺等元素。整体像专业新媒体设计图,字体工整,适合做知识科普类小红书九宫格。 排版要求: 整张图必须是标准九宫格构图,切分后每一格都能独立成图 每个宫格内容完整居中,不要把标题或正文压在分割线附近 每个格子之间保留明显间隔或细边框,保证裁切后不影响阅读 所有文字使用中文,清晰易读,不要乱码,不要英文 每个宫格都像独立的小红书图文卡片,但视觉风格保持统一 画面精致、真实、自然,不要廉价营销感,不要过度花哨 九宫格具体内容: 第1格(封面) 大标题:让你倒头就睡的8个 tips 副标题:失眠党、熬夜党一定要收藏 封面视觉最吸睛,适合做首图,加入柔软床铺、月亮、枕头、眼罩等治愈睡眠元素,标题突出,排版高级。 第2格 标题:1. 睡前1小时别玩手机 正文:蓝光会让大脑更清醒,越刷越睡不着。 配图元素:手机、月亮、困倦表情的小插画 第3格 标题:2. 睡前把灯光调暗 正文:暖光环境能帮助身体进入“准备睡觉”的状态。 配图元素:床头灯、暖黄色灯光、窗帘 第4格 标题:3. 房间温度别太高 正文:稍微凉一点,更容易快速入睡。 配图元素:空调、温度计、被子 第5格 标题:4. 晚上别喝浓茶咖啡 正文:咖啡因会延迟困意,让你躺很久还睡不着。 配图元素:咖啡杯、茶杯、禁止符号 第6格 标题:5. 睡前洗个热水澡 正文:能让身体放松下来,入睡速度更快。 配图元素:浴室蒸汽、毛巾、热水 第7格 标题:6. 脑子停不下来就写下来 正文:把烦心事和待办清单写下,大脑会更容易放松。 配图元素:笔记本、钢笔、小台灯 第8格 标题:7. 固定上床时间 正文:每天差不多时间睡,生物钟会越来越稳定。 配图元素:时钟、月亮、床 第9格 标题:8. 试试深呼吸放松法 正文:吸气4秒,停4秒,呼气6秒,慢慢就有困意了。 底部小字:收藏这组,今晚试试看 配图元素:呼吸线条、闭眼人物、星星 画质要求: 高清,高级排版,杂志感,真实可发布,新媒体运营审美,小红书爆款图文风格,文字布局规整,适合直接切图。

View API Code
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": "生成一张适合小红书发布的 3:4 竖版九宫格海报,整体为 3列 × 3行 排版,九个宫格边界清晰,方便后期直接切割成 9 张单图发布。整体风格干净、高级、统一,适合女性向健康生活方式内容,具有小红书爆款封面气质。画面要求 信息排版清晰、文字大、可读性强、留白舒服、配色温柔治愈。 整体视觉风格: 奶油白、浅米色、淡燕麦色、浅焦糖色为主色调,搭配少量深棕色文字,ins风、治愈感、睡眠疗愈主题,简约排版,轻拟物插画点缀,可加入枕头、月亮、星星、热牛奶、香薰、书本、眼罩、窗帘、床铺等元素。整体像专业新媒体设计图,字体工整,适合做知识科普类小红书九宫格。 排版要求: 整张图必须是标准九宫格构图,切分后每一格都能独立成图 每个宫格内容完整居中,不要把标题或正文压在分割线附近 每个格子之间保留明显间隔或细边框,保证裁切后不影响阅读 所有文字使用中文,清晰易读,不要乱码,不要英文 每个宫格都像独立的小红书图文卡片,但视觉风格保持统一 画面精致、真实、自然,不要廉价营销感,不要过度花哨 九宫格具体内容: 第1格(封面) 大标题:让你倒头就睡的8个 tips 副标题:失眠党、熬夜党一定要收藏 封面视觉最吸睛,适合做首图,加入柔软床铺、月亮、枕头、眼罩等治愈睡眠元素,标题突出,排版高级。 第2格 标题:1. 睡前1小时别玩手机 正文:蓝光会让大脑更清醒,越刷越睡不着。 配图元素:手机、月亮、困倦表情的小插画 第3格 标题:2. 睡前把灯光调暗 正文:暖光环境能帮助身体进入“准备睡觉”的状态。 配图元素:床头灯、暖黄色灯光、窗帘 第4格 标题:3. 房间温度别太高 正文:稍微凉一点,更容易快速入睡。 配图元素:空调、温度计、被子 第5格 标题:4. 晚上别喝浓茶咖啡 正文:咖啡因会延迟困意,让你躺很久还睡不着。 配图元素:咖啡杯、茶杯、禁止符号 第6格 标题:5. 睡前洗个热水澡 正文:能让身体放松下来,入睡速度更快。 配图元素:浴室蒸汽、毛巾、热水 第7格 标题:6. 脑子停不下来就写下来 正文:把烦心事和待办清单写下,大脑会更容易放松。 配图元素:笔记本、钢笔、小台灯 第8格 标题:7. 固定上床时间 正文:每天差不多时间睡,生物钟会越来越稳定。 配图元素:时钟、月亮、床 第9格 标题:8. 试试深呼吸放松法 正文:吸气4秒,停4秒,呼气6秒,慢慢就有困意了。 底部小字:收藏这组,今晚试试看 配图元素:呼吸线条、闭眼人物、星星 画质要求: 高清,高级排版,杂志感,真实可发布,新媒体运营审美,小红书爆款图文风格,文字布局规整,适合直接切图。"
}
JSON
IM
Image
Poster Design gpt-image-2

Cute Y2K style affordable cosmetics advertising image design...

Cute Y2K style affordable cosmetics advertising image designed for Gen Z. Using vibrant color schemes, including neon colors. Aspect ratio is 3:4.

View API Code
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": "Cute Y2K style affordable cosmetics advertising image designed for Gen Z. Using vibrant color schemes, including neon colors. Aspect ratio is 3:4."
}
JSON
IM
Image
Photography gpt-image-2

Hyper-realistic cinematic Create an 8k close-up portrait of...

Hyper-realistic cinematic Create an 8k close-up portrait of a beautiful woman with medium, brown, slightly wind-swept hair falling across her face. Her striking, light-colored eyes gaze upwards and to the right, catching a sharp, diagonal beam of natural light that illuminates the high points of her cheekbone, nose, and plump, fair skin, glossy, mauve-toned lips a slightly light weight silk shirt. The rest of her face and the background are cast in deep,dramatic shadow (chiaroscuro) emphasizing the play of light and shadow Subtle textures of her dark clothing are visible on her left shoulder. The image should capture a mysterious and introspective mood, with incredible detail in her skin, hair strands, and the subtle reflections in her eyes and lips. Outfit should white.

View API Code
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": "Hyper-realistic cinematic Create an 8k close-up portrait of a beautiful woman with medium, brown, slightly wind-swept hair falling across her face. Her striking, light-colored eyes gaze upwards and to the right, catching a sharp, diagonal beam of natural light that illuminates the high points of her cheekbone, nose, and plump, fair skin, glossy, mauve-toned lips a slightly light weight silk shirt. The rest of her face and the background are cast in deep,dramatic shadow (chiaroscuro) emphasizing the play of light and shadow Subtle textures of her dark clothing are visible on her left shoulder. The image should capture a mysterious and introspective mood, with incredible detail in her skin, hair strands, and the subtle reflections in her eyes and lips. Outfit should white."
}
JSON
IM
Image
Photography gpt-image-2

A [person type] standing full-body near the edge of the fram...

A [person type] standing full-body near the edge of the frame, slightly to the left, in [real-world incomplete / empty / damaged environment]. The camera is positioned behind and slightly to the right of the person, capturing them from a three-quarter rear angle. The person stands calmly and thoughtfully, looking toward the space ahead. The environment is [describe the real space as it exists now: empty, unfinished, decayed, rigid, lifeless]. The atmosphere feels [emotional tone: quiet, dry, historical, minimal, raw]. Natural light illuminates the scene, creating realistic shadows and depth. Floating hand-drawn sketch lines appear over and within the environment, aligned precisely in perspective with the real space. These sketches represent [what is missing / what once existed / what could exist in the future]. The sketch lines are black, clean, and hand-drawn, resembling [architectural / interior / restoration / urban planning] concept sketches made with pencil or ink. The strokes are expressive, slightly imperfect, and organic — not rigid or mechanical. The sketched elements occupy the foreground and midground, appearing closer to the person than expected. Some sketch lines subtly overlap the person’s silhouette and the real surfaces, visually merging imagination with reality. The sketches float naturally within the scene, seamlessly blending with the environment and conveying the idea of [vision / restoration / transformation / potential] coming to life.

View API Code
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 [person type] standing full-body near the edge of the frame, slightly to the left, in [real-world incomplete / empty / damaged environment]. The camera is positioned behind and slightly to the right of the person, capturing them from a three-quarter rear angle. The person stands calmly and thoughtfully, looking toward the space ahead. The environment is [describe the real space as it exists now: empty, unfinished, decayed, rigid, lifeless]. The atmosphere feels [emotional tone: quiet, dry, historical, minimal, raw]. Natural light illuminates the scene, creating realistic shadows and depth. Floating hand-drawn sketch lines appear over and within the environment, aligned precisely in perspective with the real space. These sketches represent [what is missing / what once existed / what could exist in the future]. The sketch lines are black, clean, and hand-drawn, resembling [architectural / interior / restoration / urban planning] concept sketches made with pencil or ink. The strokes are expressive, slightly imperfect, and organic — not rigid or mechanical. The sketched elements occupy the foreground and midground, appearing closer to the person than expected. Some sketch lines subtly overlap the person’s silhouette and the real surfaces, visually merging imagination with reality. The sketches float naturally within the scene, seamlessly blending with the environment and conveying the idea of [vision / restoration / transformation / potential] coming to life."
}
JSON
IM
Image
Poster Design gpt-image-2

画像生成: 商品広告写真, 夏にぴったりの季節商品, 炭酸飲料, 名称="夏柑SODA", 形状=ペットボトル500ml...

画像生成: 商品広告写真, 夏にぴったりの季節商品, 炭酸飲料, 名称="夏柑SODA", 形状=ペットボトル500ml, 2025年に飲料広告として高CTAだったデザインをリサーチしてから画像仕様をデザインして生成, アスペクト比=3:4

View API Code
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": "画像生成: 商品広告写真, 夏にぴったりの季節商品, 炭酸飲料, 名称=\"夏柑SODA\", 形状=ペットボトル500ml, 2025年に飲料広告として高CTAだったデザインをリサーチしてから画像仕様をデザインして生成, アスペクト比=3:4"
}
JSON
IM
Image
Food & Drink gpt-image-2

{ "global_settings": { "resolution": "8K ultra high de...

{ "global_settings": { "resolution": "8K ultra high definition", "aspect_ratio": "2:3 vertical", "image_type": "AI-edited cinematic food photography", "detail_level": "extreme micro-detail, sharp focus, clean edges", "style_constraint": "enhanced realism, minimal alteration from original composition" }, "module_1_image_1_style": { "subject": "single hard-shell taco", "composition": { "orientation": "diagonal, floating in mid-air", "foreground_focus": "taco shell and filling", "motion": "ingredients suspended, sauce splash frozen mid-air" }, "visible_elements": { "shell": "golden yellow hard taco shell with crisp texture", "filling": [ "shredded cooked meat with visible fibers", "green sauce layered on top", "small red diced pieces", "white crumbled cheese" ], "floating_garnish": [ "avocado slices", "purple onion rings", "green herb leaves", "small reddish-brown meat cubes", "tiny white crumbs" ], "liquid": "orange-red sauce splash erupting upward behind taco" }, "lighting": { "type": "high-contrast studio lighting", "highlights": "glossy reflections on sauce and meat", "background_lights": "soft circular bokeh in warm and cool tones" }, "background": { "color": "dark with neon-like blurred lights", "depth": "strong depth of field, background fully defocused" } }, "module_2_image_2_style": { "subject": "three grilled meat skewers", "composition": { "orientation": "vertical skewers, slightly angled", "foreground_focus": "center skewer", "motion": "ingredients and sauce suspended" }, "visible_elements": { "skewers": "wooden sticks with pointed ends", "meat": "chunked grilled meat with char marks and uneven texture", "garnish": "small green herb leaves attached to meat", "floating_items": [ "round cucumber slices", "thin onion rings" ], "sauce": { "container": "small white ramekin", "action": "thick orange sauce splashing upward from bowl" }, "particles": "tiny spice or crumb particles scattered in air" }, "lighting": { "type": "dramatic directional lighting", "highlights": "strong sheen on meat surface", "contrast": "deep shadows" }, "background": { "color": "solid deep red", "texture": "soft grain with floating particles" } }, "module_3_image_3_style": { "subject": "four sushi rolls", "composition": { "orientation": "floating cluster", "spacing": "uneven depth, some closer, some blurred behind", "motion": "sesame seeds and herbs suspended" }, "visible_elements": { "sushi_structure": { "outer_layer": "white rice", "inner_layer": "dark seaweed", "fillings": [ "orange fish slice", "green avocado" ] }, "toppings": [ "toasted sesame seeds", "brown crunchy coating", "finely chopped green herbs" ], "particles": [ "sesame seeds", "small green herb pieces" ] }, "lighting": { "type": "soft but crisp studio lighting", "focus": "front sushi pieces sharp, rear slightly blurred" }, "background": { "color": "dark blue-grey", "depth": "clean bokeh-free backdrop with floating particles" } }, "post_processing": { "clarity": "ultra-sharp", "noise": "minimal", "color_balance": "rich but natural", "ai_signature": "clean AI-edited look without exaggeration" } }

View API Code
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": "{ \"global_settings\": { \"resolution\": \"8K ultra high definition\", \"aspect_ratio\": \"2:3 vertical\", \"image_type\": \"AI-edited cinematic food photography\", \"detail_level\": \"extreme micro-detail, sharp focus, clean edges\", \"style_constraint\": \"enhanced realism, minimal alteration from original composition\" }, \"module_1_image_1_style\": { \"subject\": \"single hard-shell taco\", \"composition\": { \"orientation\": \"diagonal, floating in mid-air\", \"foreground_focus\": \"taco shell and filling\", \"motion\": \"ingredients suspended, sauce splash frozen mid-air\" }, \"visible_elements\": { \"shell\": \"golden yellow hard taco shell with crisp texture\", \"filling\": [ \"shredded cooked meat with visible fibers\", \"green sauce layered on top\", \"small red diced pieces\", \"white crumbled cheese\" ], \"floating_garnish\": [ \"avocado slices\", \"purple onion rings\", \"green herb leaves\", \"small reddish-brown meat cubes\", \"tiny white crumbs\" ], \"liquid\": \"orange-red sauce splash erupting upward behind taco\" }, \"lighting\": { \"type\": \"high-contrast studio lighting\", \"highlights\": \"glossy reflections on sauce and meat\", \"background_lights\": \"soft circular bokeh in warm and cool tones\" }, \"background\": { \"color\": \"dark with neon-like blurred lights\", \"depth\": \"strong depth of field, background fully defocused\" } }, \"module_2_image_2_style\": { \"subject\": \"three grilled meat skewers\", \"composition\": { \"orientation\": \"vertical skewers, slightly angled\", \"foreground_focus\": \"center skewer\", \"motion\": \"ingredients and sauce suspended\" }, \"visible_elements\": { \"skewers\": \"wooden sticks with pointed ends\", \"meat\": \"chunked grilled meat with char marks and uneven texture\", \"garnish\": \"small green herb leaves attached to meat\", \"floating_items\": [ \"round cucumber slices\", \"thin onion rings\" ], \"sauce\": { \"container\": \"small white ramekin\", \"action\": \"thick orange sauce splashing upward from bowl\" }, \"particles\": \"tiny spice or crumb particles scattered in air\" }, \"lighting\": { \"type\": \"dramatic directional lighting\", \"highlights\": \"strong sheen on meat surface\", \"contrast\": \"deep shadows\" }, \"background\": { \"color\": \"solid deep red\", \"texture\": \"soft grain with floating particles\" } }, \"module_3_image_3_style\": { \"subject\": \"four sushi rolls\", \"composition\": { \"orientation\": \"floating cluster\", \"spacing\": \"uneven depth, some closer, some blurred behind\", \"motion\": \"sesame seeds and herbs suspended\" }, \"visible_elements\": { \"sushi_structure\": { \"outer_layer\": \"white rice\", \"inner_layer\": \"dark seaweed\", \"fillings\": [ \"orange fish slice\", \"green avocado\" ] }, \"toppings\": [ \"toasted sesame seeds\", \"brown crunchy coating\", \"finely chopped green herbs\" ], \"particles\": [ \"sesame seeds\", \"small green herb pieces\" ] }, \"lighting\": { \"type\": \"soft but crisp studio lighting\", \"focus\": \"front sushi pieces sharp, rear slightly blurred\" }, \"background\": { \"color\": \"dark blue-grey\", \"depth\": \"clean bokeh-free backdrop with floating particles\" } }, \"post_processing\": { \"clarity\": \"ultra-sharp\", \"noise\": \"minimal\", \"color_balance\": \"rich but natural\", \"ai_signature\": \"clean AI-edited look without exaggeration\" } }"
}
JSON
IM
Image
Poster Design gpt-image-2

Cinematic portrait of [Athlete Name] showing his/her journey...

Cinematic portrait of [Athlete Name] showing his/her journey, with bold text of achievements and best performances

View API Code
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": "Cinematic portrait of [Athlete Name] showing his/her journey, with bold text of achievements and best performances"
}
JSON
IM
Image
Illustration & 3D gpt-image-2

Transform the input photo into a refined monochromatic ink p...

Transform the input photo into a refined monochromatic ink portrait on a pure white background. Clean side profile facing left, preserving exact facial identity and proportions. Soft charcoal-gray ink with subtle tonal variation, controlled splatter accents, delicate watercolor diffusion, and faint mist-like dispersion along the edges.

View API Code
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": "Transform the input photo into a refined monochromatic ink portrait on a pure white background. Clean side profile facing left, preserving exact facial identity and proportions. Soft charcoal-gray ink with subtle tonal variation, controlled splatter accents, delicate watercolor diffusion, and faint mist-like dispersion along the edges."
}
JSON
IM
Image
Photography gpt-image-2

{ "type": "image_generation_prompt", "language": "en",...

{ "type": "image_generation_prompt", "language": "en", "style": "hyper-realistic cinematic selfie photography", "aspect_ratio": "9:16", "identity_preservation": { "use_reference_image": true, "strict_identity_lock": true, "alter_face": false, "alter_skin": false, "alter_hair": false, "alter_gender": false, "notes": "Preserve identical facial features, skin texture, hair, glasses, age, and gender from the uploaded reference image. No synthetic skin or sculptural look." }, "subject": { "gender": "female", "capture_method": "selfie taken by the subject herself", "pose": { "selfie_arm": { "description": "one arm fully straight and completely extended upward holding the camera that takes the selfie", "visibility": "arm clearly visible, straight and dominant in frame", "camera_visibility": "the selfie camera device itself must NOT be visible in the frame" }, "product_arm": { "description": "the other arm fully extended toward the camera holding the attached Canon camera", "importance": "product is closest to the camera and visually dominant" }, "head": { "tilt": "slightly tilted toward the selfie camera" }, "expression": "natural and relaxed facial expression" }, "body_visibility": "full body visible from head to toe", "feet": "feet clearly touching the road surface" }, "composition": { "perspective": "natural selfie perspective at chest height", "camera_angle": "extreme top-down angle, camera above the subject looking directly downward", "layer_depth": [ "product (closest to camera)", "face", "full body", "city environment (background)" ] }, "scale_and_perspective": { "effect": "forced perspective", "subject_scale": "the woman appears extremely giant", "buildings_scale": "buildings appear much smaller, reaching no higher than her knees", "dominance": "the subject visually dominates the entire scene", "realism": "inspiring scale while remaining physically believable" }, "environment": { "location": "real urban intersection", "elements": [ "pedestrian crosswalk", "road markings", "traffic signs", "cars", "bicycles", "pedestrians at realistic human scale" ], "setting": "ground-level urban environment" }, "lighting": { "type": "natural daylight", "conditions": "clear or lightly cloudy sky", "shadows": "soft and realistic", "restrictions": "no fantasy or dramatic lighting" }, "product_rules": { "usage": "use the uploaded Canon product exactly as provided", "distortion": "none", "logo": "unchanged", "appearance": "natural reflections and realistic highlights only" }, "camera_quality": { "realism": "maximum photorealism", "depth": "clear separation of foreground, subject, and background", "artifacts": "none" }, "constraints": [ "No AI-art look", "No plastic or sculpted skin", "No distortion of face or body", "No extra limbs or incorrect anatomy", "No text or watermarks", "No visible selfie camera device" ], "output_goal": "Create a hyper-realistic cinematic selfie image of a woman using her exact reference identity, captured from an extreme top-down perspective in a real urban crosswalk, with forced perspective scale, natural daylight, and a Canon camera product prominently held toward the lens." }

View API Code
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": "{ \"type\": \"image_generation_prompt\", \"language\": \"en\", \"style\": \"hyper-realistic cinematic selfie photography\", \"aspect_ratio\": \"9:16\", \"identity_preservation\": { \"use_reference_image\": true, \"strict_identity_lock\": true, \"alter_face\": false, \"alter_skin\": false, \"alter_hair\": false, \"alter_gender\": false, \"notes\": \"Preserve identical facial features, skin texture, hair, glasses, age, and gender from the uploaded reference image. No synthetic skin or sculptural look.\" }, \"subject\": { \"gender\": \"female\", \"capture_method\": \"selfie taken by the subject herself\", \"pose\": { \"selfie_arm\": { \"description\": \"one arm fully straight and completely extended upward holding the camera that takes the selfie\", \"visibility\": \"arm clearly visible, straight and dominant in frame\", \"camera_visibility\": \"the selfie camera device itself must NOT be visible in the frame\" }, \"product_arm\": { \"description\": \"the other arm fully extended toward the camera holding the attached Canon camera\", \"importance\": \"product is closest to the camera and visually dominant\" }, \"head\": { \"tilt\": \"slightly tilted toward the selfie camera\" }, \"expression\": \"natural and relaxed facial expression\" }, \"body_visibility\": \"full body visible from head to toe\", \"feet\": \"feet clearly touching the road surface\" }, \"composition\": { \"perspective\": \"natural selfie perspective at chest height\", \"camera_angle\": \"extreme top-down angle, camera above the subject looking directly downward\", \"layer_depth\": [ \"product (closest to camera)\", \"face\", \"full body\", \"city environment (background)\" ] }, \"scale_and_perspective\": { \"effect\": \"forced perspective\", \"subject_scale\": \"the woman appears extremely giant\", \"buildings_scale\": \"buildings appear much smaller, reaching no higher than her knees\", \"dominance\": \"the subject visually dominates the entire scene\", \"realism\": \"inspiring scale while remaining physically believable\" }, \"environment\": { \"location\": \"real urban intersection\", \"elements\": [ \"pedestrian crosswalk\", \"road markings\", \"traffic signs\", \"cars\", \"bicycles\", \"pedestrians at realistic human scale\" ], \"setting\": \"ground-level urban environment\" }, \"lighting\": { \"type\": \"natural daylight\", \"conditions\": \"clear or lightly cloudy sky\", \"shadows\": \"soft and realistic\", \"restrictions\": \"no fantasy or dramatic lighting\" }, \"product_rules\": { \"usage\": \"use the uploaded Canon product exactly as provided\", \"distortion\": \"none\", \"logo\": \"unchanged\", \"appearance\": \"natural reflections and realistic highlights only\" }, \"camera_quality\": { \"realism\": \"maximum photorealism\", \"depth\": \"clear separation of foreground, subject, and background\", \"artifacts\": \"none\" }, \"constraints\": [ \"No AI-art look\", \"No plastic or sculpted skin\", \"No distortion of face or body\", \"No extra limbs or incorrect anatomy\", \"No text or watermarks\", \"No visible selfie camera device\" ], \"output_goal\": \"Create a hyper-realistic cinematic selfie image of a woman using her exact reference identity, captured from an extreme top-down perspective in a real urban crosswalk, with forced perspective scale, natural daylight, and a Canon camera product prominently held toward the lens.\" }"
}
JSON
FAQ

Finding and using RunAPI prompts

What are RunAPI prompts?

RunAPI prompts are curated input examples for image, video, music, and audio models. Each prompt is paired with the model slug and endpoint path so developers can copy the text into an agent or reuse it in backend calls.

Can I filter prompts by model or category?

Yes. Use the modality and category links to narrow the library, then open a model page for examples tied to one specific model slug. Each model page keeps the prompt cards, install steps, and API examples together.

Do I need an API key to browse prompts?

No. Browsing, filtering, and copying prompt text is public. You only need a RunAPI key when you ask an agent or your application to call a model and create a generation task.

How should agents use these prompts?

Install the RunAPI MCP Server in Claude Code, Codex, Cursor, or Windsurf, then paste the prompt instruction shown on the page. The agent can choose the matching RunAPI tool and send the prompt with the listed model.