MODEL IDopenai:1@2
deprecated

GPT Image 1 Mini

OpenAI
by OpenAI

GPT Image 1 Mini is a lighter variant of OpenAI's GPT Image 1 model. It offers faster generation at a lower cost while retaining core capabilities including text-to-image generation, image editing, and text rendering. It is suited for high-volume workflows, rapid prototyping, and cost-sensitive applications where the full GPT Image 1 model may be excessive.

GPT Image 1 Mini

This model is deprecated and will be deactivated on December 1, 2026. Migrate to GPT Image 2.

text-to-image

Polar Research Vessel Christening Invitation

Polar Research Vessel Christening Invitation

Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography. Render the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words: YOU ARE INVITED CHRISTENING OF R/V AURORA VALE SATURDAY 17 OCTOBER 2026 · 16:00 NORTH QUAY · TROMSØ CEREMONY, SHIP TOUR & HARBOR SUPPER RSVP BY 25 SEPTEMBER AURORAVALE.NO/RSVP Keep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography.\n\nRender the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words:\n\nYOU ARE INVITED\n\nCHRISTENING OF\nR/V AURORA VALE\n\nSATURDAY 17 OCTOBER 2026 · 16:00\nNORTH QUAY · TROMSØ\n\nCEREMONY, SHIP TOUR\n& HARBOR SUPPER\n\nRSVP BY 25 SEPTEMBER\nAURORAVALE.NO/RSVP\n\nKeep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering.',
  width: 1536,
  height: 1024
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography.\n\nRender the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words:\n\nYOU ARE INVITED\n\nCHRISTENING OF\nR/V AURORA VALE\n\nSATURDAY 17 OCTOBER 2026 · 16:00\nNORTH QUAY · TROMSØ\n\nCEREMONY, SHIP TOUR\n& HARBOR SUPPER\n\nRSVP BY 25 SEPTEMBER\nAURORAVALE.NO/RSVP\n\nKeep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering.",
            "width": 1536,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "e723eee8-fd21-448a-b11b-752fb218461a",
      "model": "openai:1@2",
      "positivePrompt": "Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography.\n\nRender the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words:\n\nYOU ARE INVITED\n\nCHRISTENING OF\nR/V AURORA VALE\n\nSATURDAY 17 OCTOBER 2026 · 16:00\nNORTH QUAY · TROMSØ\n\nCEREMONY, SHIP TOUR\n& HARBOR SUPPER\n\nRSVP BY 25 SEPTEMBER\nAURORAVALE.NO/RSVP\n\nKeep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering.",
      "width": 1536,
      "height": 1024
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography.

Render the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words:

YOU ARE INVITED

CHRISTENING OF
R/V AURORA VALE

SATURDAY 17 OCTOBER 2026 · 16:00
NORTH QUAY · TROMSØ

CEREMONY, SHIP TOUR
& HARBOR SUPPER

RSVP BY 25 SEPTEMBER
AURORAVALE.NO/RSVP

Keep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering." \
  width=1536 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "e723eee8-fd21-448a-b11b-752fb218461a",
  "model": "openai:1@2",
  "positivePrompt": "Create a finished landscape invitation card for the christening of a polar climate research vessel, composed edge-to-edge at a 3:2 ratio. This is the flat invitation artwork itself, not a photograph, mockup, envelope, or card displayed on a table. Sophisticated contemporary Nordic art direction combining precise nautical technical drawing with bold screen-printed shapes. On the left two-thirds, show the research vessel R/V Aurora Vale in crisp side profile moving through a dark Arctic harbor at blue hour, with a white angular hull, small illuminated bridge windows, scientific cranes, antenna arrays, and a single safety-orange stripe. Beneath the waterline, include elegant contour lines suggesting ocean-depth mapping; above, use sparse geometric snow and a pale arc of aurora. On the right third, create a calm warm-ivory typography panel separated by a thin safety-orange vertical rule. Strong visual hierarchy, generous margins, refined condensed sans-serif capitals paired with a highly legible modern serif for details. Palette limited to midnight navy, glacier blue, warm ivory, and vivid safety orange. Premium cultural-institution print design, subtle paper grain, clean registration, restrained celebratory mood, crisp professional typography.\n\nRender the following invitation copy exactly, with correct spelling, punctuation, capitalization, and line breaks, and include no other words:\n\nYOU ARE INVITED\n\nCHRISTENING OF\nR/V AURORA VALE\n\nSATURDAY 17 OCTOBER 2026 · 16:00\nNORTH QUAY · TROMSØ\n\nCEREMONY, SHIP TOUR\n& HARBOR SUPPER\n\nRSVP BY 25 SEPTEMBER\nAURORAVALE.NO/RSVP\n\nKeep every line fully readable and unobstructed. No logos, QR codes, borders, hands, envelopes, photographic props, UI elements, or extra decorative lettering.",
  "width": 1536,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e723eee8-fd21-448a-b11b-752fb218461a",
  "imageUUID": "fb955a35-d03c-4968-ba03-f91f7125a48c",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/fb955a35-d03c-4968-ba03-f91f7125a48c.jpg",
  "cost": 0.052
}
reference-to-image

Pipe Organ Workshop Cover

Pipe Organ Workshop Cover

Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands.',
  width: 1024,
  height: 1536,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/80f79d00-9fa5-43e0-8f5e-0e92260ec2ff.jpg',
      'https://assets.runware.ai/assets/inputs/421442ab-f3bd-4b41-9d4e-4554738537e2.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands.",
            "width": 1024,
            "height": 1536,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/80f79d00-9fa5-43e0-8f5e-0e92260ec2ff.jpg",
                    "https://assets.runware.ai/assets/inputs/421442ab-f3bd-4b41-9d4e-4554738537e2.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "168f68cc-c180-43ff-aa70-24e95763bb2e",
      "model": "openai:1@2",
      "positivePrompt": "Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands.",
      "width": 1024,
      "height": 1536,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/80f79d00-9fa5-43e0-8f5e-0e92260ec2ff.jpg",
          "https://assets.runware.ai/assets/inputs/421442ab-f3bd-4b41-9d4e-4554738537e2.jpg"
        ]
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands." \
  width=1024 \
  height=1536 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/80f79d00-9fa5-43e0-8f5e-0e92260ec2ff.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/421442ab-f3bd-4b41-9d4e-4554738537e2.jpg
{
  "taskType": "imageInference",
  "taskUUID": "168f68cc-c180-43ff-aa70-24e95763bb2e",
  "model": "openai:1@2",
  "positivePrompt": "Create a seamless portrait outpaint of the first reference image for a premium pipe-organ building trade-journal cover. Preserve the artisan from reference image 1 exactly as the central subject: same identity, face, hands, navy apron, pose, voicing tool, organ pipe, bench, documentary realism, lighting direction, color, perspective, and photographic grain. Do not redesign or replace the existing central scene. Expand the canvas substantially above and below to reach a 2:3 portrait composition. Use reference image 2 only to guide the surrounding workshop architecture, materials, pipe storage, tools, and atmosphere. Above the artisan, reveal tall orderly ranks of silver organ pipes rising toward dark timber rafters and a softly glowing high workshop window, with a calm area of low-detail shadow near the upper edge suitable for a magazine masthead. Below, continue the worn oak workbench, apron, drawers, shavings, and a few precise organ-making tools naturally toward the bottom edge. Match all seams, lens perspective, depth of field, scale, north-window illumination, muted walnut brown, oxidized silver, charcoal blue, and dusty cream tones. Quiet, exacting, tactile editorial photography; dignified European craft workshop; realistic metal reflections and aged wood. One finished full-bleed photograph only, no border, no masthead, no typography, no logos, no watermark, no duplicated person, no extra hands.",
  "width": 1024,
  "height": 1536,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/80f79d00-9fa5-43e0-8f5e-0e92260ec2ff.jpg",
      "https://assets.runware.ai/assets/inputs/421442ab-f3bd-4b41-9d4e-4554738537e2.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "168f68cc-c180-43ff-aa70-24e95763bb2e",
  "imageUUID": "d8dc3ce4-370f-4148-bbe9-1bca405a0473",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/d8dc3ce4-370f-4148-bbe9-1bca405a0473.jpg",
  "cost": 0.052
}
inpaint

Observatory Architecture Square Outpaint

Observatory Architecture Square Outpaint

Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0d6051e1-5f99-480e-aa18-7200a785638b.jpg'
    ],
    maskImage: 'https://assets.runware.ai/assets/inputs/f0e35714-3fca-4d9b-b1cb-734905cfa24f.png'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0d6051e1-5f99-480e-aa18-7200a785638b.jpg"
                ],
                "maskImage": "https://assets.runware.ai/assets/inputs/f0e35714-3fca-4d9b-b1cb-734905cfa24f.png"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "1baa9431-164f-4f2a-8d4a-50ab96ddcba9",
      "model": "openai:1@2",
      "positivePrompt": "Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0d6051e1-5f99-480e-aa18-7200a785638b.jpg"
        ],
        "maskImage": "https://assets.runware.ai/assets/inputs/f0e35714-3fca-4d9b-b1cb-734905cfa24f.png"
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0d6051e1-5f99-480e-aa18-7200a785638b.jpg \
  inputs.maskImage=https://assets.runware.ai/assets/inputs/f0e35714-3fca-4d9b-b1cb-734905cfa24f.png
{
  "taskType": "imageInference",
  "taskUUID": "1baa9431-164f-4f2a-8d4a-50ab96ddcba9",
  "model": "openai:1@2",
  "positivePrompt": "Create a finished square architectural tourism photograph from the supplied observatory image. Remove the entire orange boom lift and reconstruct the white concrete wall, paving, shadows, and subtle surface weathering naturally behind it. Expand the scene laterally into a balanced 1:1 composition, revealing more of the observatory complex on both sides while preserving the original dome, perspective, materials, blue-hour light, and realistic mountain atmosphere. Add restrained peripheral details such as low concrete terraces, dark volcanic gravel, and distant ridgelines beneath a deep cobalt sky. Premium large-format architectural photography, crisp geometry, cool white and blue palette, quiet scientific mood, physically plausible lighting, seamless continuity, no people, no vehicles, no text, no logos.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0d6051e1-5f99-480e-aa18-7200a785638b.jpg"
    ],
    "maskImage": "https://assets.runware.ai/assets/inputs/f0e35714-3fca-4d9b-b1cb-734905cfa24f.png"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "1baa9431-164f-4f2a-8d4a-50ab96ddcba9",
  "imageUUID": "7bc8ebe9-1d6b-4cd9-8cf8-9c05caf568f6",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/7bc8ebe9-1d6b-4cd9-8cf8-9c05caf568f6.jpg",
  "cost": 0.036
}
Image to Image

Artisan Matchbox Label Illustration

Artisan Matchbox Label Illustration

Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called 'Golden Mantis'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: 'GOLDEN MANTIS' large at top, 'SAFETY MATCHES' beneath it, and small text at bottom: '75 STICKS'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called \'Golden Mantis\'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: \'GOLDEN MANTIS\' large at top, \'SAFETY MATCHES\' beneath it, and small text at bottom: \'75 STICKS\'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background.',
  width: 1024,
  height: 1536,
  providerSettings: {
    openai: {
      quality: 'medium',
      background: 'opaque'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/8c830f17-de66-4dc8-be64-711e2665612e.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called 'Golden Mantis'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: 'GOLDEN MANTIS' large at top, 'SAFETY MATCHES' beneath it, and small text at bottom: '75 STICKS'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background.",
            "width": 1024,
            "height": 1536,
            "providerSettings": {
                "openai": {
                    "quality": "medium",
                    "background": "opaque"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/8c830f17-de66-4dc8-be64-711e2665612e.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "cf66f2c0-1dab-4ce8-b24b-a679588236e0",
      "model": "openai:1@2",
      "positivePrompt": "Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called 'Golden Mantis'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: 'GOLDEN MANTIS' large at top, 'SAFETY MATCHES' beneath it, and small text at bottom: '75 STICKS'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background.",
      "width": 1024,
      "height": 1536,
      "providerSettings": {
        "openai": {
          "quality": "medium",
          "background": "opaque"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/8c830f17-de66-4dc8-be64-711e2665612e.jpg"
        ]
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called 'Golden Mantis'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: 'GOLDEN MANTIS' large at top, 'SAFETY MATCHES' beneath it, and small text at bottom: '75 STICKS'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background." \
  width=1024 \
  height=1536 \
  providerSettings.openai.quality=medium \
  providerSettings.openai.background=opaque \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/8c830f17-de66-4dc8-be64-711e2665612e.jpg
{
  "taskType": "imageInference",
  "taskUUID": "cf66f2c0-1dab-4ce8-b24b-a679588236e0",
  "model": "openai:1@2",
  "positivePrompt": "Using the reference image as the package layout guide, create an ornate vintage matchbox label for a fictional brand called 'Golden Mantis'. Front-facing box design with intricate filigree borders, a dramatic illustrated praying mantis in emerald and amber, tiny sparks and curling smoke motifs, antique printmaking texture, aged ink, rich cream, forest green, burnt orange, and muted gold palette. Include elegant readable display text: 'GOLDEN MANTIS' large at top, 'SAFETY MATCHES' beneath it, and small text at bottom: '75 STICKS'. Highly detailed packaging artwork, authentic letterpress feel, symmetrical composition, decorative corner emblems, premium collectible ephemera aesthetic, opaque background.",
  "width": 1024,
  "height": 1536,
  "providerSettings": {
    "openai": {
      "quality": "medium",
      "background": "opaque"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/8c830f17-de66-4dc8-be64-711e2665612e.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "cf66f2c0-1dab-4ce8-b24b-a679588236e0",
  "imageUUID": "7f207035-9ee1-4e92-87c7-fe100069e1f8",
  "imageURL": "https://im.runware.ai/image/os/a16d07/ws/3/ii/7f207035-9ee1-4e92-87c7-fe100069e1f8.jpg",
  "cost": 0.015
}
Text to Image

Kite-Strewn Salt Flats Procession

Kite-Strewn Salt Flats Procession

A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as "North Wind", "Keep Singing", and "Turn Home". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as "North Wind", "Keep Singing", and "Turn Home". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding.',
  width: 1536,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'medium',
      background: 'opaque'
    }
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as \"North Wind\", \"Keep Singing\", and \"Turn Home\". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding.",
            "width": 1536,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "medium",
                    "background": "opaque"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "df1e14ba-7238-4727-95d3-960fb0035dc7",
      "model": "openai:1@2",
      "positivePrompt": "A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as \"North Wind\", \"Keep Singing\", and \"Turn Home\". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "medium",
          "background": "opaque"
        }
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as \"North Wind\", \"Keep Singing\", and \"Turn Home\". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding." \
  width=1536 \
  height=1024 \
  providerSettings.openai.quality=medium \
  providerSettings.openai.background=opaque
{
  "taskType": "imageInference",
  "taskUUID": "df1e14ba-7238-4727-95d3-960fb0035dc7",
  "model": "openai:1@2",
  "positivePrompt": "A surreal processional scene across vast white salt flats at golden afternoon, inspired by seed 94063: dozens of giant handmade kites shaped like fish, bells, and geometric masks drifting low in the wind, their strings held by travelers in layered patchwork garments with copper ornaments and indigo scarves. In the center, a narrow wheeled platform carries a small mechanical orchard of potted citrus trees and spinning pinwheels. The ground reflects the sky like polished glass, creating elegant symmetry. Far in the distance, striped hills shimmer with heat haze and flocks of tiny birds arc overhead. Include several readable hand-painted words on kite fabric such as \"North Wind\", \"Keep Singing\", and \"Turn Home\". Style: richly detailed editorial fantasy illustration with crisp forms, expressive color contrast, tactile fabric textures, luminous atmosphere, and a sense of quiet wonder. Wide-angle composition, dynamic diagonal kite lines, highly imaginative yet believable worldbuilding.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "medium",
      "background": "opaque"
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "df1e14ba-7238-4727-95d3-960fb0035dc7",
  "imageUUID": "61178dae-ff6b-414a-93aa-62f334d74d56",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/61178dae-ff6b-414a-93aa-62f334d74d56.jpg",
  "cost": 0.015
}
Image to Image

Festival Mask Style Fusion

Festival Mask Style Fusion

Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original.',
  width: 1024,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'medium',
      background: 'opaque'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/b681fd3d-f0f5-4745-9003-6a8ce5d66c90.jpg',
      'https://assets.runware.ai/assets/inputs/f2c79825-b040-4ee4-99ce-5908c65ab8be.jpg',
      'https://assets.runware.ai/assets/inputs/0a2ca742-17c1-42f8-a5af-27c4bee30058.jpg',
      'https://assets.runware.ai/assets/inputs/ce3f3bd8-c213-4885-aaf2-008b7613046e.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original.",
            "width": 1024,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "medium",
                    "background": "opaque"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/b681fd3d-f0f5-4745-9003-6a8ce5d66c90.jpg",
                    "https://assets.runware.ai/assets/inputs/f2c79825-b040-4ee4-99ce-5908c65ab8be.jpg",
                    "https://assets.runware.ai/assets/inputs/0a2ca742-17c1-42f8-a5af-27c4bee30058.jpg",
                    "https://assets.runware.ai/assets/inputs/ce3f3bd8-c213-4885-aaf2-008b7613046e.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "43d11cf7-6b54-4c3e-be8f-8395b161f2bf",
      "model": "openai:1@2",
      "positivePrompt": "Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original.",
      "width": 1024,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "medium",
          "background": "opaque"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/b681fd3d-f0f5-4745-9003-6a8ce5d66c90.jpg",
          "https://assets.runware.ai/assets/inputs/f2c79825-b040-4ee4-99ce-5908c65ab8be.jpg",
          "https://assets.runware.ai/assets/inputs/0a2ca742-17c1-42f8-a5af-27c4bee30058.jpg",
          "https://assets.runware.ai/assets/inputs/ce3f3bd8-c213-4885-aaf2-008b7613046e.jpg"
        ]
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original." \
  width=1024 \
  height=1024 \
  providerSettings.openai.quality=medium \
  providerSettings.openai.background=opaque \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/b681fd3d-f0f5-4745-9003-6a8ce5d66c90.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f2c79825-b040-4ee4-99ce-5908c65ab8be.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/0a2ca742-17c1-42f8-a5af-27c4bee30058.jpg \
  inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/ce3f3bd8-c213-4885-aaf2-008b7613046e.jpg
{
  "taskType": "imageInference",
  "taskUUID": "43d11cf7-6b54-4c3e-be8f-8395b161f2bf",
  "model": "openai:1@2",
  "positivePrompt": "Create a singular ceremonial mask design by fusing all four reference images into one cohesive object. Preserve the fox-like silhouette and carved handmade character from the wooden mask, apply porcelain surface treatment with cobalt floral brushwork and delicate crackle glaze, add selective feather accents around the brow and cheeks in saffron, magenta, teal, and cream, and incorporate intricate silver filigree trims with tiny coin and bell ornaments. Centered composition, highly detailed craftsmanship, refined studio lighting, crisp edges, elegant cultural-festival aesthetic, premium product photography feel, visually balanced and original.",
  "width": 1024,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "medium",
      "background": "opaque"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/b681fd3d-f0f5-4745-9003-6a8ce5d66c90.jpg",
      "https://assets.runware.ai/assets/inputs/f2c79825-b040-4ee4-99ce-5908c65ab8be.jpg",
      "https://assets.runware.ai/assets/inputs/0a2ca742-17c1-42f8-a5af-27c4bee30058.jpg",
      "https://assets.runware.ai/assets/inputs/ce3f3bd8-c213-4885-aaf2-008b7613046e.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "43d11cf7-6b54-4c3e-be8f-8395b161f2bf",
  "imageUUID": "a3f8b7a9-0a6b-40c7-9ffd-28708a2a8437",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/2/ii/a3f8b7a9-0a6b-40c7-9ffd-28708a2a8437.jpg",
  "cost": 0.011
}
transparent-background

Battery Safety Book Character Sticker

Battery Safety Book Character Sticker

Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  outputFormat: 'PNG',
  model: 'openai:1@2',
  positivePrompt: 'Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background.',
  width: 1024,
  height: 1024,
  settings: {
    background: 'transparent'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "outputFormat": "PNG",
            "model": "openai:1@2",
            "positivePrompt": "Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background.",
            "width": 1024,
            "height": 1024,
            "settings": {
                "background": "transparent"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "9e097459-850d-4640-abf7-5bf526f7eb67",
      "outputFormat": "PNG",
      "model": "openai:1@2",
      "positivePrompt": "Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background.",
      "width": 1024,
      "height": 1024,
      "settings": {
        "background": "transparent"
      }
    }
  ]'
runware run openai:1@2 \
  outputFormat=PNG \
  positivePrompt="Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background." \
  width=1024 \
  height=1024 \
  settings.background=transparent
{
  "taskType": "imageInference",
  "taskUUID": "9e097459-850d-4640-abf7-5bf526f7eb67",
  "outputFormat": "PNG",
  "model": "openai:1@2",
  "positivePrompt": "Create one isolated children’s-book character: a friendly spectacled flying fox acting as a battery-safety helper, standing upright and wearing oversized orange insulated gloves and a small aqua utility vest. The bat carefully holds a single AA battery with both terminals visibly covered by neat cream-colored safety tape. Warm, reassuring expression, large expressive ears, clear silhouette, anatomically readable wings folded like arms. Contemporary editorial children’s illustration combining opaque gouache shapes, subtle wax-crayon texture, and crisp screen-printed edges. Limited palette of deep aubergine, safety orange, aqua, and warm cream. Full-body centered composition with generous clear space around the character, suitable as a reusable sticker or spot illustration in an educational activity book. No words, letters, symbols, border, ground plane, cast shadow, scenery, backdrop, frame, or additional objects. Clean transparent surroundings and fully transparent background.",
  "width": 1024,
  "height": 1024,
  "settings": {
    "background": "transparent"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "9e097459-850d-4640-abf7-5bf526f7eb67",
  "imageUUID": "29cdd2e2-9c96-4348-bfa8-872b86feed36",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/4/ii/29cdd2e2-9c96-4348-bfa8-872b86feed36.png",
  "cost": 0.036
}
Image to Image

Eight-Reference Jigsaw Collage

Eight-Reference Jigsaw Collage

Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'openai:1@2',
  positivePrompt: 'Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting.',
  width: 1024,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'medium',
      background: 'opaque'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/7ee174c0-3e3a-4d82-917a-0661ca3974c8.jpg',
      'https://assets.runware.ai/assets/inputs/c1117918-a716-4bb6-a73a-05d598f50e56.jpg',
      'https://assets.runware.ai/assets/inputs/e34c3c7e-c1b3-4cef-af33-07e02354f78b.jpg',
      'https://assets.runware.ai/assets/inputs/08dcd947-a5f9-48da-b48c-3d6d55f60eac.jpg',
      'https://assets.runware.ai/assets/inputs/fd78b586-6142-4169-b726-82abfb3d3c0d.jpg',
      'https://assets.runware.ai/assets/inputs/ddc89501-e884-4ed5-be47-1dc67339389e.jpg',
      'https://assets.runware.ai/assets/inputs/a6d40c60-af65-4abd-a2ed-ec23dee6869a.jpg',
      'https://assets.runware.ai/assets/inputs/0f9ecad7-c466-4fee-b3f8-3a7a6917834a.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "openai:1@2",
            "positivePrompt": "Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting.",
            "width": 1024,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "medium",
                    "background": "opaque"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/7ee174c0-3e3a-4d82-917a-0661ca3974c8.jpg",
                    "https://assets.runware.ai/assets/inputs/c1117918-a716-4bb6-a73a-05d598f50e56.jpg",
                    "https://assets.runware.ai/assets/inputs/e34c3c7e-c1b3-4cef-af33-07e02354f78b.jpg",
                    "https://assets.runware.ai/assets/inputs/08dcd947-a5f9-48da-b48c-3d6d55f60eac.jpg",
                    "https://assets.runware.ai/assets/inputs/fd78b586-6142-4169-b726-82abfb3d3c0d.jpg",
                    "https://assets.runware.ai/assets/inputs/ddc89501-e884-4ed5-be47-1dc67339389e.jpg",
                    "https://assets.runware.ai/assets/inputs/a6d40c60-af65-4abd-a2ed-ec23dee6869a.jpg",
                    "https://assets.runware.ai/assets/inputs/0f9ecad7-c466-4fee-b3f8-3a7a6917834a.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f21aa7c5-fb86-46a8-9c08-2e5f66e1497b",
      "model": "openai:1@2",
      "positivePrompt": "Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting.",
      "width": 1024,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "medium",
          "background": "opaque"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/7ee174c0-3e3a-4d82-917a-0661ca3974c8.jpg",
          "https://assets.runware.ai/assets/inputs/c1117918-a716-4bb6-a73a-05d598f50e56.jpg",
          "https://assets.runware.ai/assets/inputs/e34c3c7e-c1b3-4cef-af33-07e02354f78b.jpg",
          "https://assets.runware.ai/assets/inputs/08dcd947-a5f9-48da-b48c-3d6d55f60eac.jpg",
          "https://assets.runware.ai/assets/inputs/fd78b586-6142-4169-b726-82abfb3d3c0d.jpg",
          "https://assets.runware.ai/assets/inputs/ddc89501-e884-4ed5-be47-1dc67339389e.jpg",
          "https://assets.runware.ai/assets/inputs/a6d40c60-af65-4abd-a2ed-ec23dee6869a.jpg",
          "https://assets.runware.ai/assets/inputs/0f9ecad7-c466-4fee-b3f8-3a7a6917834a.jpg"
        ]
      }
    }
  ]'
runware run openai:1@2 \
  positivePrompt="Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting." \
  width=1024 \
  height=1024 \
  providerSettings.openai.quality=medium \
  providerSettings.openai.background=opaque \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/7ee174c0-3e3a-4d82-917a-0661ca3974c8.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/c1117918-a716-4bb6-a73a-05d598f50e56.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/e34c3c7e-c1b3-4cef-af33-07e02354f78b.jpg \
  inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/08dcd947-a5f9-48da-b48c-3d6d55f60eac.jpg \
  inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/fd78b586-6142-4169-b726-82abfb3d3c0d.jpg \
  inputs.referenceImages.5=https://assets.runware.ai/assets/inputs/ddc89501-e884-4ed5-be47-1dc67339389e.jpg \
  inputs.referenceImages.6=https://assets.runware.ai/assets/inputs/a6d40c60-af65-4abd-a2ed-ec23dee6869a.jpg \
  inputs.referenceImages.7=https://assets.runware.ai/assets/inputs/0f9ecad7-c466-4fee-b3f8-3a7a6917834a.jpg
{
  "taskType": "imageInference",
  "taskUUID": "f21aa7c5-fb86-46a8-9c08-2e5f66e1497b",
  "model": "openai:1@2",
  "positivePrompt": "Create a square jigsaw puzzle composition assembled from eight reference images. Show interlocking puzzle pieces with clean cut lines and subtle shadows between pieces, arranged into one cohesive finished puzzle viewed from directly above. Each region should clearly echo one reference image while blending harmoniously at the seams through color rhythm and composition. Include tactile cardboard texture, finely printed surface detail, and a few slightly shifted edge pieces to emphasize the puzzle concept. Bright, imaginative, richly detailed, polished commercial product photography style, highly legible piece boundaries, balanced contrast, coherent lighting.",
  "width": 1024,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "medium",
      "background": "opaque"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/7ee174c0-3e3a-4d82-917a-0661ca3974c8.jpg",
      "https://assets.runware.ai/assets/inputs/c1117918-a716-4bb6-a73a-05d598f50e56.jpg",
      "https://assets.runware.ai/assets/inputs/e34c3c7e-c1b3-4cef-af33-07e02354f78b.jpg",
      "https://assets.runware.ai/assets/inputs/08dcd947-a5f9-48da-b48c-3d6d55f60eac.jpg",
      "https://assets.runware.ai/assets/inputs/fd78b586-6142-4169-b726-82abfb3d3c0d.jpg",
      "https://assets.runware.ai/assets/inputs/ddc89501-e884-4ed5-be47-1dc67339389e.jpg",
      "https://assets.runware.ai/assets/inputs/a6d40c60-af65-4abd-a2ed-ec23dee6869a.jpg",
      "https://assets.runware.ai/assets/inputs/0f9ecad7-c466-4fee-b3f8-3a7a6917834a.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f21aa7c5-fb86-46a8-9c08-2e5f66e1497b",
  "imageUUID": "35301ed9-0142-497e-be6a-181057fd4714",
  "imageURL": "https://im.runware.ai/image/os/a07d11/ws/2/ii/35301ed9-0142-497e-be6a-181057fd4714.jpg",
  "cost": 0.011
}