live
MODEL IDrunware:z-image@0

Z-Image

Alibaba
by

Z-Image is a powerful open-source image generation model with 6 billion parameters built on a scalable single-stream diffusion transformer architecture. It delivers high visual fidelity, strong prompt adherence, and diverse stylistic output for text-to-image and image-to-image tasks, and serves as the full-capacity foundation for distilled variants like Z-Image-Turbo.

Z-Image

text-to-image

Sea Scooter Terracotta Colorway Render$0.0051~15s
Sea Scooter Terracotta Colorway Render

Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:z-image@0',
  positivePrompt: 'Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding.',
  negativePrompt: 'multiple scooters, cropped product, exposed propeller blades without safety shroud, implausible mechanics, warped handles, extra controls, excessive accessories, rust, damage, dirt, coral reef, open ocean, underwater scene, dramatic fantasy lighting, neon colors, monochrome image, text, labels, logos, watermark, border, collage, website interface',
  width: 1024,
  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": "runware:z-image@0",
            "positivePrompt": "Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding.",
            "negativePrompt": "multiple scooters, cropped product, exposed propeller blades without safety shroud, implausible mechanics, warped handles, extra controls, excessive accessories, rust, damage, dirt, coral reef, open ocean, underwater scene, dramatic fantasy lighting, neon colors, monochrome image, text, labels, logos, watermark, border, collage, website interface",
            "width": 1024,
            "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": "ab859764-b5d7-45ad-983e-6da0adf2438c",
      "model": "runware:z-image@0",
      "positivePrompt": "Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding.",
      "negativePrompt": "multiple scooters, cropped product, exposed propeller blades without safety shroud, implausible mechanics, warped handles, extra controls, excessive accessories, rust, damage, dirt, coral reef, open ocean, underwater scene, dramatic fantasy lighting, neon colors, monochrome image, text, labels, logos, watermark, border, collage, website interface",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run runware:z-image@0 \
  positivePrompt="Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding." \
  negativePrompt="multiple scooters, cropped product, exposed propeller blades without safety shroud, implausible mechanics, warped handles, extra controls, excessive accessories, rust, damage, dirt, coral reef, open ocean, underwater scene, dramatic fantasy lighting, neon colors, monochrome image, text, labels, logos, watermark, border, collage, website interface" \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "ab859764-b5d7-45ad-983e-6da0adf2438c",
  "model": "runware:z-image@0",
  "positivePrompt": "Square commercial product visualization for a recreational diving sea scooter colorway review. Feature one compact, realistically engineered underwater propulsion scooter with a cylindrical body, integrated protective propeller shroud, two symmetrical ergonomic handles, trigger controls, battery access seams, small pressure-rated status panel, intake vents, fasteners, and durable molded construction. The new colorway is the hero: satin sun-baked terracotta across the main housing, warm ivory handles and propeller shroud, and restrained ultramarine blue accents on the triggers and battery latch. Show convincing differences between powder-coated metal, molded polymer, rubber grips, and clear display glass. Place the scooter diagonally on a wet cobalt-blue glazed tile bench inside a Mediterranean dive-equipment rinse station, with a shallow film of water, a neatly coiled ivory rinse hose, a few droplets, and crisp reflected swimming-pool caustics. Hard late-morning sunlight enters from the upper left, creating graphic shadows and highlighting the terracotta finish without changing its hue. Three-quarter front product angle, entire scooter visible, centered with generous breathing room, low eye level, sharp industrial design photography, premium catalog fidelity, realistic scale, precise edges, subtle lens compression, clean art direction, no people, no packaging, no lettering, no logo, no invented branding.",
  "negativePrompt": "multiple scooters, cropped product, exposed propeller blades without safety shroud, implausible mechanics, warped handles, extra controls, excessive accessories, rust, damage, dirt, coral reef, open ocean, underwater scene, dramatic fantasy lighting, neon colors, monochrome image, text, labels, logos, watermark, border, collage, website interface",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "ab859764-b5d7-45ad-983e-6da0adf2438c",
  "imageUUID": "3f7ef8e5-9f4a-431a-999e-89f06b76bc3e",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/3f7ef8e5-9f4a-431a-999e-89f06b76bc3e.jpg",
  "seed": 1191753622,
  "cost": 0.0051
}

image-to-image

Mycelium Tannery Editorial Portrait$0.0032~17s
Mycelium Tannery Editorial Portrait

Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:z-image@0',
  positivePrompt: 'Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout.',
  negativePrompt: 'fantasy laboratory, science fiction machinery, surreal growths, mushrooms sprouting from the person, glamour pose, runway styling, excessive fog, orange and teal blockbuster grading, distorted hands, extra fingers, duplicate person, warped equipment, illegible labels, text, logo, watermark, magazine mockup, border, collage, illustration, CGI render',
  width: 1280,
  height: 768,
  strength: 0.65,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/313d425d-47e0-4259-a477-1e6f5c329e03.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": "runware:z-image@0",
            "positivePrompt": "Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout.",
            "negativePrompt": "fantasy laboratory, science fiction machinery, surreal growths, mushrooms sprouting from the person, glamour pose, runway styling, excessive fog, orange and teal blockbuster grading, distorted hands, extra fingers, duplicate person, warped equipment, illegible labels, text, logo, watermark, magazine mockup, border, collage, illustration, CGI render",
            "width": 1280,
            "height": 768,
            "strength": 0.65,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/313d425d-47e0-4259-a477-1e6f5c329e03.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": "4a01a7f0-c44d-4ad9-9ab9-3dc1b98b7964",
      "model": "runware:z-image@0",
      "positivePrompt": "Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout.",
      "negativePrompt": "fantasy laboratory, science fiction machinery, surreal growths, mushrooms sprouting from the person, glamour pose, runway styling, excessive fog, orange and teal blockbuster grading, distorted hands, extra fingers, duplicate person, warped equipment, illegible labels, text, logo, watermark, magazine mockup, border, collage, illustration, CGI render",
      "width": 1280,
      "height": 768,
      "strength": 0.65,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/313d425d-47e0-4259-a477-1e6f5c329e03.jpg"
      }
    }
  ]'
runware run runware:z-image@0 \
  positivePrompt="Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout." \
  negativePrompt="fantasy laboratory, science fiction machinery, surreal growths, mushrooms sprouting from the person, glamour pose, runway styling, excessive fog, orange and teal blockbuster grading, distorted hands, extra fingers, duplicate person, warped equipment, illegible labels, text, logo, watermark, magazine mockup, border, collage, illustration, CGI render" \
  width=1280 \
  height=768 \
  strength=0.65 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/313d425d-47e0-4259-a477-1e6f5c329e03.jpg
{
  "taskType": "imageInference",
  "taskUUID": "4a01a7f0-c44d-4ad9-9ab9-3dc1b98b7964",
  "model": "runware:z-image@0",
  "positivePrompt": "Transform the supplied workshop image into a premium editorial environmental portrait for a serious design and technology magazine feature about next-generation biomaterials. Preserve the recognizable technician, her pose, the camera angle, the stainless worktable, the hanging rectangular material sheets, the shelving, and the overall spatial composition of the source. Reinterpret the neutral room as an active mycelium tannery photographed after hours: dramatic directional amber light passes through the thin hanging sheets, revealing fibrous translucent textures, while cool cyan task lights edge the steel equipment and cultivation trays. The technician remains left of center and holds the same broad sheet across her torso; give it convincing soft, suede-like texture with irregular natural edges. Add only subtle production details such as a trace of clean vapor near the trays, damp highlights on steel, specimen clips, and stacked raw sheets. Authentic working scientist rather than fashion model, calm direct expression, practical cream coveralls, natural skin texture, realistic hands. Sophisticated restrained palette of amber, tobacco brown, cream, steel gray, and cyan. Shot on a medium-format camera with a 45mm lens, crisp subject and material detail, gentle background falloff, controlled cinematic contrast, fine editorial color grading, natural photographic grain. Credible industrial process, documentary truthfulness elevated through art direction, finished standalone magazine photograph, no typography or graphic layout.",
  "negativePrompt": "fantasy laboratory, science fiction machinery, surreal growths, mushrooms sprouting from the person, glamour pose, runway styling, excessive fog, orange and teal blockbuster grading, distorted hands, extra fingers, duplicate person, warped equipment, illegible labels, text, logo, watermark, magazine mockup, border, collage, illustration, CGI render",
  "width": 1280,
  "height": 768,
  "strength": 0.65,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/313d425d-47e0-4259-a477-1e6f5c329e03.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4a01a7f0-c44d-4ad9-9ab9-3dc1b98b7964",
  "imageUUID": "19c8b540-6194-47e7-a0fe-97b54aa7076a",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/19c8b540-6194-47e7-a0fe-97b54aa7076a.jpg",
  "seed": 177964296,
  "cost": 0.0032
}

inpaint

Chicken Embryo Cutaway Workbook Illustration$0.0045~20s
Chicken Embryo Cutaway Workbook Illustration

Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:z-image@0',
  positivePrompt: 'Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props.',
  negativePrompt: 'photorealistic surgery, gore, blood pooling, horror, malformed anatomy, adult chicken, multiple eggs, extra animals, cracked fragments scattered outside the egg, labels, arrows, numbers, text, watermark, border, cluttered background, glossy 3D render',
  width: 896,
  height: 1152,
  strength: 0.85,
  maskMargin: 64,
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/9da0a0c0-1513-4f76-99e0-f2727e0e9606.jpg',
    maskImage: 'https://assets.runware.ai/assets/inputs/1e3d45d5-e58a-4382-82ee-c23b3f4237fb.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": "runware:z-image@0",
            "positivePrompt": "Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props.",
            "negativePrompt": "photorealistic surgery, gore, blood pooling, horror, malformed anatomy, adult chicken, multiple eggs, extra animals, cracked fragments scattered outside the egg, labels, arrows, numbers, text, watermark, border, cluttered background, glossy 3D render",
            "width": 896,
            "height": 1152,
            "strength": 0.85,
            "maskMargin": 64,
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/9da0a0c0-1513-4f76-99e0-f2727e0e9606.jpg",
                "maskImage": "https://assets.runware.ai/assets/inputs/1e3d45d5-e58a-4382-82ee-c23b3f4237fb.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": "555f14ee-ccea-456d-8ac1-87a2f2e7e06e",
      "model": "runware:z-image@0",
      "positivePrompt": "Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props.",
      "negativePrompt": "photorealistic surgery, gore, blood pooling, horror, malformed anatomy, adult chicken, multiple eggs, extra animals, cracked fragments scattered outside the egg, labels, arrows, numbers, text, watermark, border, cluttered background, glossy 3D render",
      "width": 896,
      "height": 1152,
      "strength": 0.85,
      "maskMargin": 64,
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/9da0a0c0-1513-4f76-99e0-f2727e0e9606.jpg",
        "maskImage": "https://assets.runware.ai/assets/inputs/1e3d45d5-e58a-4382-82ee-c23b3f4237fb.png"
      }
    }
  ]'
runware run runware:z-image@0 \
  positivePrompt="Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props." \
  negativePrompt="photorealistic surgery, gore, blood pooling, horror, malformed anatomy, adult chicken, multiple eggs, extra animals, cracked fragments scattered outside the egg, labels, arrows, numbers, text, watermark, border, cluttered background, glossy 3D render" \
  width=896 \
  height=1152 \
  strength=0.85 \
  maskMargin=64 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/9da0a0c0-1513-4f76-99e0-f2727e0e9606.jpg \
  inputs.maskImage=https://assets.runware.ai/assets/inputs/1e3d45d5-e58a-4382-82ee-c23b3f4237fb.png
{
  "taskType": "imageInference",
  "taskUUID": "555f14ee-ccea-456d-8ac1-87a2f2e7e06e",
  "model": "runware:z-image@0",
  "positivePrompt": "Transform the entire masked egg into a scientifically grounded, child-friendly cutaway illustration of a chicken egg around day 12 of incubation. Preserve the surrounding pale cyan painted background, original portrait composition, egg position, outer silhouette, scale, and soft contact shadow so the transformed subject remains naturally integrated. Show a clean cream-colored shell rim opening onto the egg interior, with a gently curled developing chick embryo, one large dark eye, a tiny forming orange beak, small wings, bent legs and distinct developing toes. Include the golden yolk sac and a clear branching network of coral-red blood vessels across the inner membrane. Make the anatomy readable at a glance without looking clinical or graphic. Use warm gouache, colored pencil texture, subtle paper grain, simplified precise shapes, and restrained mid-century natural-history workbook styling. Palette of cream, saffron yellow, coral red, deep teal, warm brown, and pale cyan. Calm, curious, reassuring mood for children ages 8–11. One egg only, centered educational spot illustration, no labels, no arrows, no lettering, no decorative props.",
  "negativePrompt": "photorealistic surgery, gore, blood pooling, horror, malformed anatomy, adult chicken, multiple eggs, extra animals, cracked fragments scattered outside the egg, labels, arrows, numbers, text, watermark, border, cluttered background, glossy 3D render",
  "width": 896,
  "height": 1152,
  "strength": 0.85,
  "maskMargin": 64,
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/9da0a0c0-1513-4f76-99e0-f2727e0e9606.jpg",
    "maskImage": "https://assets.runware.ai/assets/inputs/1e3d45d5-e58a-4382-82ee-c23b3f4237fb.png"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "555f14ee-ccea-456d-8ac1-87a2f2e7e06e",
  "imageUUID": "0607e452-6c37-4180-a012-e27ce515a605",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/0607e452-6c37-4180-a012-e27ce515a605.jpg",
  "seed": 4026922,
  "cost": 0.0045
}

expand

Steppe Archaeology Book Cover$0.0064~24s
Steppe Archaeology Book Cover

Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery. Apply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary.

Try in Playground
import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:z-image@0',
  positivePrompt: 'Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery.\n\nApply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary.',
  negativePrompt: 'book mockup, physical book, dust jacket spread, spine, back cover, hands, desk, room scene, frame, border, duplicated terrain, mirrored landscape, visible seam, abrupt lighting change, extra burial mounds competing with the center, fantasy ruins, dramatic mountains, horizon, clouds, decorative ornaments, illegible text, misspelled title, warped letters, excessive cover lines, logos, barcode, sticker, glossy advertising style',
  width: 1536,
  height: 1024,
  outpaint: {
    left: 256,
    right: 256,
    blur: 16
  },
  inputs: {
    seedImage: 'https://assets.runware.ai/assets/inputs/1a121b1a-ae71-4a84-b153-85132af399a1.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": "runware:z-image@0",
            "positivePrompt": "Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery.\n\nApply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary.",
            "negativePrompt": "book mockup, physical book, dust jacket spread, spine, back cover, hands, desk, room scene, frame, border, duplicated terrain, mirrored landscape, visible seam, abrupt lighting change, extra burial mounds competing with the center, fantasy ruins, dramatic mountains, horizon, clouds, decorative ornaments, illegible text, misspelled title, warped letters, excessive cover lines, logos, barcode, sticker, glossy advertising style",
            "width": 1536,
            "height": 1024,
            "outpaint": {
                "left": 256,
                "right": 256,
                "blur": 16
            },
            "inputs": {
                "seedImage": "https://assets.runware.ai/assets/inputs/1a121b1a-ae71-4a84-b153-85132af399a1.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": "b497e323-92fb-4758-98fe-1d69e533fc92",
      "model": "runware:z-image@0",
      "positivePrompt": "Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery.\n\nApply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary.",
      "negativePrompt": "book mockup, physical book, dust jacket spread, spine, back cover, hands, desk, room scene, frame, border, duplicated terrain, mirrored landscape, visible seam, abrupt lighting change, extra burial mounds competing with the center, fantasy ruins, dramatic mountains, horizon, clouds, decorative ornaments, illegible text, misspelled title, warped letters, excessive cover lines, logos, barcode, sticker, glossy advertising style",
      "width": 1536,
      "height": 1024,
      "outpaint": {
        "left": 256,
        "right": 256,
        "blur": 16
      },
      "inputs": {
        "seedImage": "https://assets.runware.ai/assets/inputs/1a121b1a-ae71-4a84-b153-85132af399a1.jpg"
      }
    }
  ]'
runware run runware:z-image@0 \
  positivePrompt="Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery.

Apply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary." \
  negativePrompt="book mockup, physical book, dust jacket spread, spine, back cover, hands, desk, room scene, frame, border, duplicated terrain, mirrored landscape, visible seam, abrupt lighting change, extra burial mounds competing with the center, fantasy ruins, dramatic mountains, horizon, clouds, decorative ornaments, illegible text, misspelled title, warped letters, excessive cover lines, logos, barcode, sticker, glossy advertising style" \
  width=1536 \
  height=1024 \
  outpaint.left=256 \
  outpaint.right=256 \
  outpaint.blur=16 \
  inputs.seedImage=https://assets.runware.ai/assets/inputs/1a121b1a-ae71-4a84-b153-85132af399a1.jpg
{
  "taskType": "imageInference",
  "taskUUID": "b497e323-92fb-4758-98fe-1d69e533fc92",
  "model": "runware:z-image@0",
  "positivePrompt": "Create a finished landscape-format cover for a serious museum archaeology publication, using the seed image as the preserved central composition. Retain the centered Iron Age kurgan, excavation trench, tiny archaeologists, top-down drone viewpoint, scale, sunlight direction, surface detail, and natural colors. Extend the environment coherently beyond both horizontal edges: uninterrupted ochre-gold steppe, sparse dry grasses, faint field tracks, subtle soil discolorations, and matching long shadows, with seamless perspective, texture, grain, and lighting. The expanded terrain must feel like one continuous aerial photograph rather than mirrored or repeated scenery.\n\nApply a rigorous contemporary editorial design directly over the completed image. In the open terrain at upper left, set the large exact title “BENEATH THE STEPPE” in clean condensed uppercase sans-serif lettering, warm off-white, sharply legible and carefully kerned. Beneath it, set the smaller exact subtitle “Remote Sensing the Saka Landscape”. At the lower right, add the small exact publisher line “ALTAI FIELD INSTITUTE”. Keep all typography horizontal, minimal, refined, and clear of the central burial mound. Use generous negative space and an asymmetric Swiss-modernist grid. Add one thin faded-ultramarine rule near the left title block as the only graphic accent. The final result is a flat, print-ready front cover image, not a photographed book, mockup, spread, or 3D object. Scholarly, quiet, expansive, forensic, and contemporary.",
  "negativePrompt": "book mockup, physical book, dust jacket spread, spine, back cover, hands, desk, room scene, frame, border, duplicated terrain, mirrored landscape, visible seam, abrupt lighting change, extra burial mounds competing with the center, fantasy ruins, dramatic mountains, horizon, clouds, decorative ornaments, illegible text, misspelled title, warped letters, excessive cover lines, logos, barcode, sticker, glossy advertising style",
  "width": 1536,
  "height": 1024,
  "outpaint": {
    "left": 256,
    "right": 256,
    "blur": 16
  },
  "inputs": {
    "seedImage": "https://assets.runware.ai/assets/inputs/1a121b1a-ae71-4a84-b153-85132af399a1.jpg"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "b497e323-92fb-4758-98fe-1d69e533fc92",
  "imageUUID": "f1d1c717-8643-43f4-a4d0-c70bc6916111",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/f1d1c717-8643-43f4-a4d0-c70bc6916111.jpg",
  "seed": 1675931328,
  "cost": 0.0064
}