Examples for using gpt-image-2 through RunAPI from agent tools or API calls. Copy a prompt, then use it in Claude Code, Codex, Cursor, Windsurf, or your backend.
A hyper-realistic iPhone screenshot of a fictional Instagram profile page for Leonardo da Vinci, username @davinci_official, as if he were a modern influencer in 2026. Profile photo is a Renaissance self-portrait in a circle crop. Bio reads: 'Artist, Engineer, Inventor | Currently dissecting things | DM for commissions.' Grid shows 9 posts including the Mona Lisa reframed as a mirror selfie, a helicopter sketch captioned 'just dropped my new drone design', an anatomy study as a gym progress photo. 12.4M followers. Story highlights: Sketches, Inventions, Florence Life. Dark mode UI. Photorealistic screenshot quality, aspect ratio 9:16.
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 hyper-realistic iPhone screenshot of a fictional Instagram profile page for Leonardo da Vinci, username @davinci_official, as if he were a modern influencer in 2026. Profile photo is a Renaissance self-portrait in a circle crop. Bio reads: 'Artist, Engineer, Inventor | Currently dissecting things | DM for commissions.' Grid shows 9 posts including the Mona Lisa reframed as a mirror selfie, a helicopter sketch captioned 'just dropped my new drone design', an anatomy study as a gym progress photo. 12.4M followers. Story highlights: Sketches, Inventions, Florence Life. Dark mode UI. Photorealistic screenshot quality, aspect ratio 9:16."
}
JSON
Hyper-realistic UI/UX mockup displayed on a slim modern laptop. Screen shows a clean SaaS dashboard with elegant typography, glassmorphism cards with frosted glass effect, smooth purple-to-blue gradients. Visible charts, analytics panels, sidebar navigation, and macOS-style window frame with traffic light buttons. Laptop sits on a cozy workspace desk with a coffee cup and plant. Soft warm ambient lighting.
A realistic mobile onboarding screen for a fictional habit tracking app called 'LUMA' with headline 'BUILD BETTER DAYS', two buttons labeled 'Start now' and 'View demo', clean iOS-style layout with rounded corners, soft white background with soft blue accent color, readable UI text at proper sizes, shown straight-on inside a modern phone frame with thin bezels. 9:16.
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 realistic mobile onboarding screen for a fictional habit tracking app called 'LUMA' with headline 'BUILD BETTER DAYS', two buttons labeled 'Start now' and 'View demo', clean iOS-style layout with rounded corners, soft white background with soft blue accent color, readable UI text at proper sizes, shown straight-on inside a modern phone frame with thin bezels. 9:16."
}
JSON
A desktop SaaS dashboard for an e-commerce analytics tool. Left sidebar with navigation icons. Top row of KPI cards showing Revenue, Orders, Conversion Rate with green/red trend indicators. A line chart showing monthly sales trend. A table of top-selling products below. Clean white interface with consistent spacing, readable labels throughout, realistic UI proportions, no real brand names. 16:9.
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 desktop SaaS dashboard for an e-commerce analytics tool. Left sidebar with navigation icons. Top row of KPI cards showing Revenue, Orders, Conversion Rate with green/red trend indicators. A line chart showing monthly sales trend. A table of top-selling products below. Clean white interface with consistent spacing, readable labels throughout, realistic UI proportions, no real brand names. 16:9."
}
JSON
Create one pitch-deck slide titled 'Market Opportunity' that looks like a real Series A fundraising slide from a YC-backed startup. Clean white background, modern sans-serif typography like Inter, crisp minimal layout. Show a TAM/SAM/SOM nested circle diagram with dollar figures, a key insight callout box, and a footnote source citation. No decorative elements. 16:9.
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 one pitch-deck slide titled 'Market Opportunity' that looks like a real Series A fundraising slide from a YC-backed startup. Clean white background, modern sans-serif typography like Inter, crisp minimal layout. Show a TAM/SAM/SOM nested circle diagram with dollar figures, a key insight callout box, and a footnote source citation. No decorative elements. 16:9."
}
JSON
Dating app match success screen mockup. Two profile cards colliding with a glowing heart effect between them. Headline text 'It's a Match!' in bold white. Pink 'Chat Now' button and lighter 'Continue Browsing' button below. Dark purple gradient background with floating translucent heart particles. Glassmorphism frosted glass edges on the profile cards. Realistic mobile app UI with proper spacing. 9:16.
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": "Dating app match success screen mockup. Two profile cards colliding with a glowing heart effect between them. Headline text 'It's a Match!' in bold white. Pink 'Chat Now' button and lighter 'Continue Browsing' button below. Dark purple gradient background with floating translucent heart particles. Glassmorphism frosted glass edges on the profile cards. Realistic mobile app UI with proper spacing. 9:16."
}
JSON
FAQ
Using gpt-image-2 prompts
What is %{model}?
%{model} is available through RunAPI as part of the unified model catalog. These prompts show practical input patterns that agents and backend services can reuse.
How do I use these prompts?
Copy any prompt and paste it into Claude Code, Codex, Cursor, or Windsurf after installing the RunAPI MCP Server. Developers can also copy the API example and send the prompt directly.
Do these prompts cost money to browse?
Browsing and copying prompt examples is free. Generation requests only cost money when you call a RunAPI model with your API key.
Can I adapt the prompts for production?
Yes. Treat each prompt as a starting point, then add your brand rules, output dimensions, safety constraints, and application-specific context before using it in production.