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
Food Photography gpt-image-2

Professional overhead shot of a gourmet burger with sesame b

Professional overhead shot of a gourmet burger with sesame bun, melted cheddar cheese dripping over the edge, crispy bacon, fresh lettuce and tomato slices, served on a rustic wooden cutting board, hand-cut golden fries on the side, small ceramic dish of garlic aioli, natural window lighting from the left, shallow depth of field, warm color grading, restaurant menu photography

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": "Professional overhead shot of a gourmet burger with sesame bun, melted cheddar cheese dripping over the edge, crispy bacon, fresh lettuce and tomato slices, served on a rustic wooden cutting board, hand-cut golden fries on the side, small ceramic dish of garlic aioli, natural window lighting from the left, shallow depth of field, warm color grading, restaurant menu photography"
}
JSON
IM
Image
Food Photography

Single bowl of miso ramen on dark oak table, overhead camera

Single bowl of miso ramen on dark oak table, overhead camera angle, steam rising caught by directional light from the right, perfectly arranged toppings — sliced chashu pork, halved soft-boiled egg showing jammy orange yolk, crispy nori sheet, sliced scallions, bamboo shoots — rich amber broth catching light, scattered sesame seeds, dark moody background, 50mm lens

View API Code
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": "Single bowl of miso ramen on dark oak table, overhead camera angle, steam rising caught by directional light from the right, perfectly arranged toppings — sliced chashu pork, halved soft-boiled egg showing jammy orange yolk, crispy nori sheet, sliced scallions, bamboo shoots — rich amber broth catching light, scattered sesame seeds, dark moody background, 50mm lens"
}
JSON
IM
Image
Food Photography gpt-image-2

Ultra-realistic product photography of strawberry soft-serve

Ultra-realistic product photography of strawberry soft-serve ice cream in a waffle cone. Vibrant natural pink color, thick and creamy texture, sculpted into a smooth elegant swirl. Soft beige background. Natural sunlight with subtle leaf shadows falling across the scene. Modern English typography for branding. High-end commercial food photography style with sharp 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": "Ultra-realistic product photography of strawberry soft-serve ice cream in a waffle cone. Vibrant natural pink color, thick and creamy texture, sculpted into a smooth elegant swirl. Soft beige background. Natural sunlight with subtle leaf shadows falling across the scene. Modern English typography for branding. High-end commercial food photography style with sharp focus."
}
JSON
IM
Image
Food Photography

Grilled salmon fillet with lemon herb butter, roasted root v

Grilled salmon fillet with lemon herb butter, roasted root vegetables, and fresh microgreens arranged on a white ceramic plate, dark marble table surface, single stem wineglass with white wine in soft focus background, warm directional side lighting from the left, professional food photography, appetizing and inviting mood, shallow depth of field

View API Code
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": "Grilled salmon fillet with lemon herb butter, roasted root vegetables, and fresh microgreens arranged on a white ceramic plate, dark marble table surface, single stem wineglass with white wine in soft focus background, warm directional side lighting from the left, professional food photography, appetizing and inviting mood, shallow depth of field"
}
JSON
IM
Image
Food Photography

Elegant seared duck breast with cherry reduction sauce drizz

Elegant seared duck breast with cherry reduction sauce drizzled artfully, microgreens and edible flowers as garnish on a white porcelain plate, dark moody background, dramatic side lighting creating strong shadows, fine dining food photography, shallow depth of field with sharp focus on the meat's sear

View API Code
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": "Elegant seared duck breast with cherry reduction sauce drizzled artfully, microgreens and edible flowers as garnish on a white porcelain plate, dark moody background, dramatic side lighting creating strong shadows, fine dining food photography, shallow depth of field with sharp focus on the meat's sear"
}
JSON
IM
Image
Food Photography gpt-image-2

Food specimen dissected like a museum natural history discov

Food specimen dissected like a museum natural history discovery: one half showing the natural exterior surface, the other half precisely cut to reveal the core structure. Pure black velvet background. Handwritten serif annotations pointing to each layer with thin leader lines. Audubon naturalist illustration meets Caravaggio dramatic lighting. Every material rendered with true physical texture — seeds, juice, cellular structure visible.

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": "Food specimen dissected like a museum natural history discovery: one half showing the natural exterior surface, the other half precisely cut to reveal the core structure. Pure black velvet background. Handwritten serif annotations pointing to each layer with thin leader lines. Audubon naturalist illustration meets Caravaggio dramatic lighting. Every material rendered with true physical texture — seeds, juice, cellular structure visible."
}
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.