GPT Image 1 Mini

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.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
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$0.052~47s
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$0.052~50s
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$0.036~34s
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
}transparent-background
Battery Safety Book Character Sticker$0.036~41s
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
}