MODEL IDopenai:1@1
live

GPT Image 1

OpenAI
by OpenAI

GPT Image 1 is OpenAI’s native GPT 4o image model. It creates detailed visuals from text prompts. It supports diverse styles and precise layouts. It can edit existing images with masks. It renders readable text in scenes. It suits design tools and production workflows.

GPT Image 1
text-to-image

Historic Telescope Observatory Background Composite

Historic Telescope Observatory Background Composite

Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina. Replace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained. Compose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects.

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@1',
  positivePrompt: 'Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina.\n\nReplace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained.\n\nCompose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects.',
  width: 1536,
  height: 1024,
  settings: {
    background: 'opaque'
  },
  providerSettings: {
    openai: {
      quality: 'high'
    }
  }
})
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@1",
            "positivePrompt": "Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina.\n\nReplace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained.\n\nCompose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects.",
            "width": 1536,
            "height": 1024,
            "settings": {
                "background": "opaque"
            },
            "providerSettings": {
                "openai": {
                    "quality": "high"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f7e29944-974b-4ed5-807d-7a077958f503",
      "model": "openai:1@1",
      "positivePrompt": "Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina.\n\nReplace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained.\n\nCompose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects.",
      "width": 1536,
      "height": 1024,
      "settings": {
        "background": "opaque"
      },
      "providerSettings": {
        "openai": {
          "quality": "high"
        }
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina.

Replace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained.

Compose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects." \
  width=1536 \
  height=1024 \
  settings.background=opaque \
  providerSettings.openai.quality=high
{
  "taskType": "imageInference",
  "taskUUID": "f7e29944-974b-4ed5-807d-7a077958f503",
  "model": "openai:1@1",
  "positivePrompt": "Create a production-ready, photorealistic wide landscape hero image for a scientific heritage foundation. The preserved hero subject is a meticulously restored late-19th-century brass refracting telescope: a long cream-painted optical tube with polished brass fittings, a large glass objective lens, small finder scope, focusing wheels, and an imposing dark green cast-iron German equatorial mount with authentic engraved setting circles, counterweights, gears, and hand controls. Present the telescope as though a clean catalog photograph of this exact subject has been expertly placed into a completely new environment while retaining crisp construction details, accurate proportions, clean edges, and its distinctive patina.\n\nReplace the implied studio background with the interior of a restored stone mountaintop observatory at blue hour. Include a weathered copper-lined rotating dome, curved timber ribs, a narrow open observation slit, limewashed stone walls, a worn circular oak floor, discreet conservation lighting, and a few historically plausible wooden instrument cases at the perimeter. Through the open dome slit, show a cold indigo sky above a distant alpine ridge, with only subtle natural stars rather than an exaggerated fantasy galaxy. A faint trace of windblown snow rests outside the threshold, but the interior remains dry and carefully maintained.\n\nCompose for a 3:2 landscape canvas. Position the telescope slightly left of center, its tube rising diagonally toward the upper-right opening in the dome. Show the entire mount and enough surrounding floor to establish scale. Preserve generous architectural space on the right for editorial cropping, without adding text. Use restrained cinematic documentary art direction: cool cobalt ambient light entering through the slit, warm low tungsten conservation lamps grazing the brass and green ironwork, believable contact shadows beneath the mount, subtle reflections on polished metal, and consistent perspective and depth of field so the subject feels physically present in the room. Rich but natural palette of oxidized copper, deep bottle green, aged brass, limestone gray, oak brown, and twilight blue. Quiet, scholarly, aspirational mood. Highly realistic materials, museum-grade historical detail, no people, no logos, no labels, no captions, no border, no collage seams, and no surreal celestial effects.",
  "width": 1536,
  "height": 1024,
  "settings": {
    "background": "opaque"
  },
  "providerSettings": {
    "openai": {
      "quality": "high"
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f7e29944-974b-4ed5-807d-7a077958f503",
  "imageUUID": "a083db3a-1b03-47e8-9651-6386cd31e4a8",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/a083db3a-1b03-47e8-9651-6386cd31e4a8.jpg",
  "cost": 0.25
}
reference-to-image

Battery Failure Analysis Blog Hero

Battery Failure Analysis Blog Hero

Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell's overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2. Compose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere. Art direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup.

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@1',
  positivePrompt: 'Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell\'s overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2.\n\nCompose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere.\n\nArt direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/37410a49-a0b7-4e73-ba01-5743b34c2c3c.jpg',
      'https://assets.runware.ai/assets/inputs/f5016a89-1b18-4076-b9f9-cd530ce3529a.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@1",
            "positivePrompt": "Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell's overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2.\n\nCompose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere.\n\nArt direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/37410a49-a0b7-4e73-ba01-5743b34c2c3c.jpg",
                    "https://assets.runware.ai/assets/inputs/f5016a89-1b18-4076-b9f9-cd530ce3529a.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": "0a358a94-fbcd-47da-bd5d-e6f6f5eedb3b",
      "model": "openai:1@1",
      "positivePrompt": "Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell's overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2.\n\nCompose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere.\n\nArt direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/37410a49-a0b7-4e73-ba01-5743b34c2c3c.jpg",
          "https://assets.runware.ai/assets/inputs/f5016a89-1b18-4076-b9f9-cd530ce3529a.jpg"
        ]
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell's overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2.

Compose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere.

Art direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/37410a49-a0b7-4e73-ba01-5743b34c2c3c.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f5016a89-1b18-4076-b9f9-cd530ce3529a.jpg
{
  "taskType": "imageInference",
  "taskUUID": "0a358a94-fbcd-47da-bd5d-e6f6f5eedb3b",
  "model": "openai:1@1",
  "positivePrompt": "Create a polished square blog hero image for a respected engineering publication covering the investigation of failure patterns inside solid-state batteries. Use reference image 1 to preserve the recognizable battery subject: retain the opened pouch cell's overall three-quarter orientation, layered electrode construction, ceramic separator, copper tabs, and distinctive branching fracture. The cell should remain physically credible and look like a real laboratory specimen rather than a futuristic prop. Use reference image 2 only as the visual and color-direction reference: translate its coral, amber, violet, and electric-blue thermal contour bands into a diagnostic heat map that appears to emanate from the fracture and travel through the battery layers. Do not copy any object or composition from reference image 2.\n\nCompose for immediate thumbnail readability in a 1024x1024 square. Make the opened cell large and dominant, entering from the lower left and pointing toward the upper right. Place the branching crack near the optical center as the clear focal point. Surround it with controlled darkness and ample uncluttered negative space, especially in the upper-left quadrant, so an editor could add a headline later. Show a few separated layers curling upward at the cut edge to clarify the internal construction, with realistic thin materials and exact industrial detail. Render the thermal colors as a restrained scientific overlay integrated with the specimen: hottest white-amber at the fracture origin, coral and violet contours spreading outward, then fading into cool electric blue. Add only a few subtle floating dust particles and faint measurement-grid traces in the background for laboratory atmosphere.\n\nArt direction: premium investigative science journalism, cinematic macro product photography combined with accurate diagnostic visualization. Near-black charcoal backdrop, crisp edge lighting, soft cool fill, controlled specular highlights on metal foil, shallow but sufficient depth of field, tactile ceramic and metallic textures, sophisticated high contrast, clean editorial finish. No people, hands, tools, flames, smoke, explosion, logos, labels, interface elements, charts, captions, or embedded text. Deliver one finished standalone image, not a website or device mockup.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/37410a49-a0b7-4e73-ba01-5743b34c2c3c.jpg",
      "https://assets.runware.ai/assets/inputs/f5016a89-1b18-4076-b9f9-cd530ce3529a.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0a358a94-fbcd-47da-bd5d-e6f6f5eedb3b",
  "imageUUID": "bcd57291-322e-42a8-ac21-93e3d0c788aa",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/bcd57291-322e-42a8-ac21-93e3d0c788aa.jpg",
  "cost": 0.167
}
inpaint

Vintage Stunt Rider Portrait Restoration

Vintage Stunt Rider Portrait Restoration

Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes. Colorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment. Preserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text.

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@1',
  positivePrompt: 'Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes.\n\nColorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment.\n\nPreserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text.',
  width: 1024,
  height: 1536,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/2fbdb6e8-7be0-45fd-8179-59eaca2e9ea8.jpg'
    ],
    maskImage: 'https://assets.runware.ai/assets/inputs/e969a014-9919-4738-9c0c-a39b937c92f4.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@1",
            "positivePrompt": "Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes.\n\nColorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment.\n\nPreserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text.",
            "width": 1024,
            "height": 1536,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/2fbdb6e8-7be0-45fd-8179-59eaca2e9ea8.jpg"
                ],
                "maskImage": "https://assets.runware.ai/assets/inputs/e969a014-9919-4738-9c0c-a39b937c92f4.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": "5e6fe57f-b6c3-41b4-a281-0b9c12b451fc",
      "model": "openai:1@1",
      "positivePrompt": "Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes.\n\nColorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment.\n\nPreserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text.",
      "width": 1024,
      "height": 1536,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/2fbdb6e8-7be0-45fd-8179-59eaca2e9ea8.jpg"
        ],
        "maskImage": "https://assets.runware.ai/assets/inputs/e969a014-9919-4738-9c0c-a39b937c92f4.png"
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes.

Colorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment.

Preserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text." \
  width=1024 \
  height=1536 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/2fbdb6e8-7be0-45fd-8179-59eaca2e9ea8.jpg \
  inputs.maskImage=https://assets.runware.ai/assets/inputs/e969a014-9919-4738-9c0c-a39b937c92f4.png
{
  "taskType": "imageInference",
  "taskUUID": "5e6fe57f-b6c3-41b4-a281-0b9c12b451fc",
  "model": "openai:1@1",
  "positivePrompt": "Create a meticulous archival restoration and historically informed colorization of the masked wall-of-death rider in the supplied 1920s studio portrait. Transform the entire masked figure while preserving her exact identity, expression, pose, proportions, silhouette, clothing construction and position. Repair the fold crossing her face and torso, reconstruct the missing photographic emulsion on her sleeve and boot, remove scratches and dust from the figure, and recover natural facial detail without beautifying or modernizing her. Restore anatomically correct hands, believable leather seams, period fastenings and the original worn texture of the riding clothes.\n\nColorize only the masked rider in restrained, research-based tones: weathered oxblood-brown leather jacket and helmet, charcoal wool jodhpurs, dark brown lace-up boots, aged brass buckles, a muted cream blouse, natural fair skin with subtle outdoor weathering, and auburn-brown hair. Keep saturation modest and tonal relationships faithful to the source photograph. The result should look like expert museum photo conservation followed by delicate hand colorization, not a newly photographed reenactment.\n\nPreserve the surrounding mottled studio canvas exactly as it appears in the reference: unchanged composition, monochrome sepia-gray color, texture, grain, illumination, shadows and period wear. Do not replace, clean, recolor or extend the background. Maintain authentic silver-gelatin grain, gentle 1920s lens softness and the original directional studio lighting across the restored figure. Seamlessly integrate all repairs at the mask boundary. No added objects, motorcycle, scenery, frame, caption, watermark or text.",
  "width": 1024,
  "height": 1536,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/2fbdb6e8-7be0-45fd-8179-59eaca2e9ea8.jpg"
    ],
    "maskImage": "https://assets.runware.ai/assets/inputs/e969a014-9919-4738-9c0c-a39b937c92f4.png"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5e6fe57f-b6c3-41b4-a281-0b9c12b451fc",
  "imageUUID": "f84a5e5d-e9e9-4b86-9dbf-6d5b19fc38b3",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/f84a5e5d-e9e9-4b86-9dbf-6d5b19fc38b3.jpg",
  "cost": 0.25
}
Image to Image

Patchwork Airship Regatta Panorama

Patchwork Airship Regatta Panorama

Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says "GRAND SKY RACE". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements.

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@1',
  positivePrompt: 'Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says "GRAND SKY RACE". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements.',
  width: 1536,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'high',
      background: 'opaque'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/df2fd8bd-fe32-46c8-827d-c83c1df3fa68.jpg',
      'https://assets.runware.ai/assets/inputs/1f3f4502-8429-4c45-958d-2712e4c11db0.jpg',
      'https://assets.runware.ai/assets/inputs/b8a07ab8-d67a-4662-a078-099984916aa1.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@1",
            "positivePrompt": "Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says \"GRAND SKY RACE\". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements.",
            "width": 1536,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "high",
                    "background": "opaque"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/df2fd8bd-fe32-46c8-827d-c83c1df3fa68.jpg",
                    "https://assets.runware.ai/assets/inputs/1f3f4502-8429-4c45-958d-2712e4c11db0.jpg",
                    "https://assets.runware.ai/assets/inputs/b8a07ab8-d67a-4662-a078-099984916aa1.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": "e038783d-efa6-45df-ae3f-f06d3a7c435f",
      "model": "openai:1@1",
      "positivePrompt": "Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says \"GRAND SKY RACE\". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "high",
          "background": "opaque"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/df2fd8bd-fe32-46c8-827d-c83c1df3fa68.jpg",
          "https://assets.runware.ai/assets/inputs/1f3f4502-8429-4c45-958d-2712e4c11db0.jpg",
          "https://assets.runware.ai/assets/inputs/b8a07ab8-d67a-4662-a078-099984916aa1.jpg"
        ]
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says \"GRAND SKY RACE\". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements." \
  width=1536 \
  height=1024 \
  providerSettings.openai.quality=high \
  providerSettings.openai.background=opaque \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/df2fd8bd-fe32-46c8-827d-c83c1df3fa68.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1f3f4502-8429-4c45-958d-2712e4c11db0.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/b8a07ab8-d67a-4662-a078-099984916aa1.jpg
{
  "taskType": "imageInference",
  "taskUUID": "e038783d-efa6-45df-ae3f-f06d3a7c435f",
  "model": "openai:1@1",
  "positivePrompt": "Create a sweeping wide scene of an airborne regatta above a fertile river valley, inspired by the reference images. Feature multiple handcrafted airships with patched fabric envelopes, carved wooden gondolas, braided ropes, spinning pennants, and clever mechanical details powered by wind and ballast rather than engines. Below them, show terraced fields, curved bridges, clustered hillside homes, and soft haze opening into sunlit distance. Include spectators on rooftops and hill paths waving colored streamers. One lead airship carries a crisp readable banner that says \"GRAND SKY RACE\". Emphasize tactile textiles, stitched seams, painted insignias, layered depth, and believable atmosphere. Style: whimsical yet grounded storybook realism, highly detailed, dynamic composition, warm daylight, celebratory but elegant, no futuristic city elements.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "high",
      "background": "opaque"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/df2fd8bd-fe32-46c8-827d-c83c1df3fa68.jpg",
      "https://assets.runware.ai/assets/inputs/1f3f4502-8429-4c45-958d-2712e4c11db0.jpg",
      "https://assets.runware.ai/assets/inputs/b8a07ab8-d67a-4662-a078-099984916aa1.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e038783d-efa6-45df-ae3f-f06d3a7c435f",
  "imageUUID": "629c8f87-b67d-4de1-8da3-ea488c2336e4",
  "imageURL": "https://im.runware.ai/image/os/a13d12/ws/3/ii/629c8f87-b67d-4de1-8da3-ea488c2336e4.jpg",
  "cost": 0.25
}
Text to Image

Submerged Ballroom Chess Banquet

Submerged Ballroom Chess Banquet

An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: "TIDEHOUSE GRAND MATCH" and "Table 7". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging.

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@1',
  positivePrompt: 'An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: "TIDEHOUSE GRAND MATCH" and "Table 7". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging.',
  width: 1536,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'high',
      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@1",
            "positivePrompt": "An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: \"TIDEHOUSE GRAND MATCH\" and \"Table 7\". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging.",
            "width": 1536,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "high",
                    "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": "2618f98c-7ed7-46bf-8bdd-073f8a4379de",
      "model": "openai:1@1",
      "positivePrompt": "An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: \"TIDEHOUSE GRAND MATCH\" and \"Table 7\". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "high",
          "background": "opaque"
        }
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: \"TIDEHOUSE GRAND MATCH\" and \"Table 7\". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging." \
  width=1536 \
  height=1024 \
  providerSettings.openai.quality=high \
  providerSettings.openai.background=opaque
{
  "taskType": "imageInference",
  "taskUUID": "2618f98c-7ed7-46bf-8bdd-073f8a4379de",
  "model": "openai:1@1",
  "positivePrompt": "An opulent underwater ballroom inside a sunken palace, viewed in a wide cinematic composition. A grand banquet table is arranged like a chessboard, with guests dressed as eccentric nobles and musicians, each posed like chess pieces in mid-celebration. Silver candelabras are sealed in glass domes, drifting ribbons curl through the water, and schools of tiny fish weave between crystal chandeliers. Through cracked arched windows, sea grass and distant ruins sway outside. On the central place cards and menu signage, render clearly readable text that says: \"TIDEHOUSE GRAND MATCH\" and \"Table 7\". Color palette of tarnished gold, deep teal, ivory, and coral. Highly detailed textures, elegant surrealism, dramatic depth, refined lighting beams filtering from above, crisp focal detail, imaginative yet believable staging.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "high",
      "background": "opaque"
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2618f98c-7ed7-46bf-8bdd-073f8a4379de",
  "imageUUID": "f00c2035-def7-47fe-9382-15e8fff90e71",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/2/ii/f00c2035-def7-47fe-9382-15e8fff90e71.jpg",
  "cost": 0.25
}
Image to Image

Rainy Tram Stop Signage

Rainy Tram Stop Signage

Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: 'RIVER LOOP', 'Platform B', and 'Next 6 min'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture.

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@1',
  positivePrompt: 'Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: \'RIVER LOOP\', \'Platform B\', and \'Next 6 min\'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture.',
  width: 1536,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'high',
      background: 'opaque'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/e77f2c5d-e6a2-4562-b686-32aeb13653e4.jpg',
      'https://assets.runware.ai/assets/inputs/fe9b0513-422a-48fe-af34-514ae3468f34.jpg',
      'https://assets.runware.ai/assets/inputs/50356796-f120-4bea-a5a4-509ba21950fd.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@1",
            "positivePrompt": "Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: 'RIVER LOOP', 'Platform B', and 'Next 6 min'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture.",
            "width": 1536,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "high",
                    "background": "opaque"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/e77f2c5d-e6a2-4562-b686-32aeb13653e4.jpg",
                    "https://assets.runware.ai/assets/inputs/fe9b0513-422a-48fe-af34-514ae3468f34.jpg",
                    "https://assets.runware.ai/assets/inputs/50356796-f120-4bea-a5a4-509ba21950fd.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": "23c525ae-b9fe-4eb4-8617-0ae8e8805bea",
      "model": "openai:1@1",
      "positivePrompt": "Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: 'RIVER LOOP', 'Platform B', and 'Next 6 min'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "high",
          "background": "opaque"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/e77f2c5d-e6a2-4562-b686-32aeb13653e4.jpg",
          "https://assets.runware.ai/assets/inputs/fe9b0513-422a-48fe-af34-514ae3468f34.jpg",
          "https://assets.runware.ai/assets/inputs/50356796-f120-4bea-a5a4-509ba21950fd.jpg"
        ]
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: 'RIVER LOOP', 'Platform B', and 'Next 6 min'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture." \
  width=1536 \
  height=1024 \
  providerSettings.openai.quality=high \
  providerSettings.openai.background=opaque \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e77f2c5d-e6a2-4562-b686-32aeb13653e4.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/fe9b0513-422a-48fe-af34-514ae3468f34.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/50356796-f120-4bea-a5a4-509ba21950fd.jpg
{
  "taskType": "imageInference",
  "taskUUID": "23c525ae-b9fe-4eb4-8617-0ae8e8805bea",
  "model": "openai:1@1",
  "positivePrompt": "Create a detailed cinematic street scene at a rainy tram stop in a historic European-style city square. Use the reference images as inspiration: the first for the tram, wet pavement, and camera angle; the second for crisp readable transit signage; the third for surreal giant koi-shaped balloons drifting overhead. Show a red tram paused at the platform, commuters with umbrellas, puddle reflections, overhead wires, and a prominently visible stop sign with clearly readable text: 'RIVER LOOP', 'Platform B', and 'Next 6 min'. Blend realism with gentle absurdity, maintaining believable lighting and perspective. Emphasize sharp environmental detail, natural faces, accurate lettering, and a layered composition with foreground raindrops, midground passengers, and background architecture.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "high",
      "background": "opaque"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/e77f2c5d-e6a2-4562-b686-32aeb13653e4.jpg",
      "https://assets.runware.ai/assets/inputs/fe9b0513-422a-48fe-af34-514ae3468f34.jpg",
      "https://assets.runware.ai/assets/inputs/50356796-f120-4bea-a5a4-509ba21950fd.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "23c525ae-b9fe-4eb4-8617-0ae8e8805bea",
  "imageUUID": "cf931a2b-c0d3-4d4e-927a-c2ba1bf191f3",
  "imageURL": "https://im.runware.ai/image/os/a19d05/ws/2/ii/cf931a2b-c0d3-4d4e-927a-c2ba1bf191f3.jpg",
  "cost": 0.25
}
Text to Image

Windup Orchard Harvest Tableau

Windup Orchard Harvest Tableau

An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says "ORCHARD No. 7". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones.

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@1',
  positivePrompt: 'An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says "ORCHARD No. 7". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones.',
  width: 1536,
  height: 1024,
  providerSettings: {
    openai: {
      quality: 'high',
      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@1",
            "positivePrompt": "An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says \"ORCHARD No. 7\". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones.",
            "width": 1536,
            "height": 1024,
            "providerSettings": {
                "openai": {
                    "quality": "high",
                    "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": "581b618a-3399-4d68-8957-0c31b9bfd2a2",
      "model": "openai:1@1",
      "positivePrompt": "An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says \"ORCHARD No. 7\". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones.",
      "width": 1536,
      "height": 1024,
      "providerSettings": {
        "openai": {
          "quality": "high",
          "background": "opaque"
        }
      }
    }
  ]'
runware run openai:1@1 \
  positivePrompt="An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says \"ORCHARD No. 7\". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones." \
  width=1536 \
  height=1024 \
  providerSettings.openai.quality=high \
  providerSettings.openai.background=opaque
{
  "taskType": "imageInference",
  "taskUUID": "581b618a-3399-4d68-8957-0c31b9bfd2a2",
  "model": "openai:1@1",
  "positivePrompt": "An elaborate storybook scene of a hillside orchard tended entirely by clockwork caretakers at first light: brass-and-wood mechanical gardeners on ladders gently picking oversized pears and apricots, copper watering beetles rolling between the rows, canvas collection baskets hanging from gear-driven branches, and a small cider cart with a clearly readable hand-painted sign that says \"ORCHARD No. 7\". In the distance, layered terraces, a stone windmill converted into a repair shed, drifting petals, and faint morning haze. Style blends classic gouache illustration with precise modern cinematic lighting, tactile brush texture, intricate metal joints, polished fruit skins, soft clouds, and whimsical but believable engineering. Wide composition, abundant depth, charming atmosphere, highly detailed, crisp focal subjects, harmonious warm greens, amber, cream, and oxidized copper tones.",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "openai": {
      "quality": "high",
      "background": "opaque"
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "581b618a-3399-4d68-8957-0c31b9bfd2a2",
  "imageUUID": "f6c96e36-b496-474a-a074-ba36afbf0d37",
  "imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/f6c96e36-b496-474a-a074-ba36afbf0d37.jpg",
  "cost": 0.25
}
transparent-background

Oceanographic Sensor Product Cutout Asset

Oceanographic Sensor Product Cutout Asset

Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout.

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@1',
  positivePrompt: 'Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout.',
  width: 1024,
  height: 1024,
  settings: {
    background: 'transparent'
  },
  providerSettings: {
    openai: {
      quality: 'high'
    }
  }
})
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@1",
            "positivePrompt": "Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout.",
            "width": 1024,
            "height": 1024,
            "settings": {
                "background": "transparent"
            },
            "providerSettings": {
                "openai": {
                    "quality": "high"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "e654a32d-104b-4c49-9d11-45c887ee5469",
      "outputFormat": "PNG",
      "model": "openai:1@1",
      "positivePrompt": "Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout.",
      "width": 1024,
      "height": 1024,
      "settings": {
        "background": "transparent"
      },
      "providerSettings": {
        "openai": {
          "quality": "high"
        }
      }
    }
  ]'
runware run openai:1@1 \
  outputFormat=PNG \
  positivePrompt="Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout." \
  width=1024 \
  height=1024 \
  settings.background=transparent \
  providerSettings.openai.quality=high
{
  "taskType": "imageInference",
  "taskUUID": "e654a32d-104b-4c49-9d11-45c887ee5469",
  "outputFormat": "PNG",
  "model": "openai:1@1",
  "positivePrompt": "Create a high-end isolated product visualization of one compact oceanographic conductivity-temperature-depth sensor used for deep-sea research. The instrument has a cylindrical pressure-rated titanium body, a protective open cage of matte safety-orange struts, a black ceramic sensor head, small stainless fasteners, and one neatly capped wet-mate connector. Plausible marine engineering with precise construction and realistic materials. Three-quarter front view at a slight downward angle, entire device visible, centered in a square composition with generous even clearance on every side. Crisp continuous silhouette, clean edges, sharp professional catalog detail, controlled studio highlights on titanium, subtle material texture, accurate proportions, no visible branding, no labels, no lettering. Exactly one self-contained product and nothing else: no mounting platform, cable, water, bubbles, seabed, scenery, border, pedestal, floor, cast shadow, or background objects. Transparent background outside the product, suitable as a reusable production cutout.",
  "width": 1024,
  "height": 1024,
  "settings": {
    "background": "transparent"
  },
  "providerSettings": {
    "openai": {
      "quality": "high"
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e654a32d-104b-4c49-9d11-45c887ee5469",
  "imageUUID": "6a674a13-0d8d-497f-8b16-b8bbf6bdfa5c",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/6a674a13-0d8d-497f-8b16-b8bbf6bdfa5c.png",
  "cost": 0.167
}