deprecated
MODEL IDgoogle:4@1

Nano Banana

Google
by

Gemini Flash Image 2.5, commonly known as Nano Banana, generates and edits images from rich prompts and multi image inputs. It maintains character identity across frames. It supports targeted edits and completions that use strong world knowledge. Ideal for visual apps that need speed and control.

Nano Banana

This model is deprecated and will be deactivated on October 2, 2026. Migrate to Nano Banana 2.

text-to-image

Converted Telephone Exchange Loft Interior$0.039~7s
Converted Telephone Exchange Loft Interior

Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building's industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion.

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: 'google:4@1',
  positivePrompt: 'Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building\'s industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion.',
  width: 1344,
  height: 768
})
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": "google:4@1",
            "positivePrompt": "Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building's industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion.",
            "width": 1344,
            "height": 768
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "4b88d7e4-eef9-4731-81fa-e8911a831887",
      "model": "google:4@1",
      "positivePrompt": "Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building's industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion.",
      "width": 1344,
      "height": 768
    }
  ]'
runware run google:4@1 \
  positivePrompt="Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building's industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion." \
  width=1344 \
  height=768
{
  "taskType": "imageInference",
  "taskUUID": "4b88d7e4-eef9-4731-81fa-e8911a831887",
  "model": "google:4@1",
  "positivePrompt": "Finished luxury real-estate interior photograph of an adaptive-reuse loft inside a decommissioned 1970s urban telephone exchange. Show a spacious double-height living room that preserves the building's industrial character: board-formed concrete walls, exposed cable trays, tall steel-framed windows and one carefully restored wall of analog telephone switching equipment with orderly rows of relays, patch cords and indicator housings. The historic machinery is integrated as an architectural feature, not a museum display. Contemporary residential design includes a low modular sofa in deep moss-green mohair, smoked-oak cabinetry, an oxblood leather lounge chair, brushed aluminum side tables, a large cream wool rug and a sculptural paper pendant. A compact listening area with walnut speakers and neatly shelved vinyl records suggests the home belongs to a serious audio collector. Frame from the entry corner toward the windows so the open-plan layout, mezzanine edge and circulation are immediately legible. Late-afternoon sunlight enters from camera right, making long geometric shadows while soft practical lamps retain warmth in the deeper areas. Restrained palette of concrete gray, smoked brown, moss green, oxblood and warm amber. Meticulously staged but genuinely livable, no people, no logos, no readable text, no clutter. High-end editorial architectural photography, realistic materials and construction details, natural dynamic range, crisp focus throughout, straight verticals, corrected perspective, wide 16:9 landscape composition, approximately 24mm full-frame lens, camera at chest height, spacious without exaggerated distortion.",
  "width": 1344,
  "height": 768
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4b88d7e4-eef9-4731-81fa-e8911a831887",
  "imageUUID": "b11422d9-015e-41af-825d-8dd70440add6",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/b11422d9-015e-41af-825d-8dd70440add6.jpg",
  "seed": 589636060,
  "cost": 0.039
}

text-to-image

Geometric Saltworks Landscape Wall Art$0.039~7s
Geometric Saltworks Landscape Wall Art

Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup.

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: 'google:4@1',
  positivePrompt: 'Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup.',
  width: 1344,
  height: 768
})
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": "google:4@1",
            "positivePrompt": "Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup.",
            "width": 1344,
            "height": 768
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f9718cd0-75a1-4195-bf7d-953925ef3672",
      "model": "google:4@1",
      "positivePrompt": "Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup.",
      "width": 1344,
      "height": 768
    }
  ]'
runware run google:4@1 \
  positivePrompt="Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup." \
  width=1344 \
  height=768
{
  "taskType": "imageInference",
  "taskUUID": "f9718cd0-75a1-4195-bf7d-953925ef3672",
  "model": "google:4@1",
  "positivePrompt": "Create a finished panoramic artwork for a premium print-on-demand wall art collection. Depict an operational coastal saltworks from a high oblique aerial viewpoint: broad evaporation ponds arranged in irregular geometric terraces, narrow earthen levees, shallow channels, small white salt mounds, and several tiny workers raking crystallized salt into precise lines. A compact red utility tractor crosses one levee as the sole visual accent. Beyond the ponds, include a thin strip of deep ocean and a low horizon beneath a clear sky. Render the scene as contemporary marquetry and cut-paper illustration, with crisp interlocking shapes, subtle wood-grain texture, restrained dimensional layering, and meticulous handcrafted edges. Use a sophisticated mineral palette of chalk white, pale blush, muted coral, dusty lilac, oxidized teal, sea green, sand, and midnight blue. Late-afternoon light creates long, graphic shadows that reveal the relief of the salt piles and levees. Strong horizontal flow across the 1344x768 landscape composition, calm and orderly rather than busy, with varied pond colors creating an elegant abstract rhythm. Gallery-quality editorial craft, refined details, clean contours, matte printed finish, no border, no lettering, no symbols, no logos, no frame, and no room mockup.",
  "width": 1344,
  "height": 768
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f9718cd0-75a1-4195-bf7d-953925ef3672",
  "imageUUID": "1e78083b-8030-4560-ad12-af6e9003e1f0",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/1e78083b-8030-4560-ad12-af6e9003e1f0.jpg",
  "seed": 383843737,
  "cost": 0.039
}

reference-to-image

Raptor Rehabilitation Fundraising Social Portrait$0.039~10s
Raptor Rehabilitation Fundraising Social Portrait

Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship. Set them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders.

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: 'google:4@1',
  positivePrompt: 'Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship.\n\nSet them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders.',
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/81db56d6-2798-43f6-bffa-d40ff8cf7ff0.jpg',
      'https://assets.runware.ai/assets/inputs/1e6aeb7f-b078-4d54-b506-f46a7a9ed6fc.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": "google:4@1",
            "positivePrompt": "Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship.\n\nSet them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders.",
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/81db56d6-2798-43f6-bffa-d40ff8cf7ff0.jpg",
                    "https://assets.runware.ai/assets/inputs/1e6aeb7f-b078-4d54-b506-f46a7a9ed6fc.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": "fe662812-2ab4-4bdf-9e13-8121c167c494",
      "model": "google:4@1",
      "positivePrompt": "Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship.\n\nSet them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders.",
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/81db56d6-2798-43f6-bffa-d40ff8cf7ff0.jpg",
          "https://assets.runware.ai/assets/inputs/1e6aeb7f-b078-4d54-b506-f46a7a9ed6fc.jpg"
        ]
      }
    }
  ]'
runware run google:4@1 \
  positivePrompt="Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship.

Set them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders." \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/81db56d6-2798-43f6-bffa-d40ff8cf7ff0.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1e6aeb7f-b078-4d54-b506-f46a7a9ed6fc.jpg
{
  "taskType": "imageInference",
  "taskUUID": "fe662812-2ab4-4bdf-9e13-8121c167c494",
  "model": "google:4@1",
  "positivePrompt": "Combine both reference images into one finished vertical social campaign portrait for a nonprofit raptor rehabilitation center. Preserve the caretaker’s recognizable face, silver-streaked curls, eyebrow scar, forest-green coveralls, and tan falconry gauntlet from reference 1. Preserve the exact great horned owl’s yellow eyes, mottled charcoal-and-tawny plumage, body proportions, hooked beak, and asymmetrical ear tufts from reference 2. Place the owl naturally and safely on her raised gloved left forearm, with believable talon contact, scale, posture, and interaction. The caretaker looks directly into the camera while the owl looks slightly off frame, creating a composed guardian-and-patient relationship.\n\nSet them inside a contemporary wildlife rehabilitation flight enclosure with translucent corrugated wall panels, subtle wire-mesh geometry, and out-of-focus native branches. Use bold editorial art direction designed to stop the scroll: hard direct flash balanced with cobalt-blue ambient light, a warm persimmon accent panel, crisp feather texture, controlled shadows, and restrained documentary realism. Frame from mid-thigh upward with the pair centered and generous breathing room around the owl’s ear tufts. Premium nonprofit campaign photography, humane and credible rather than sentimental, energetic color blocking, clean visual hierarchy, realistic anatomy and lighting. One coherent photograph, not a collage or split screen. No typography, logos, watermarks, interface elements, or decorative borders.",
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/81db56d6-2798-43f6-bffa-d40ff8cf7ff0.jpg",
      "https://assets.runware.ai/assets/inputs/1e6aeb7f-b078-4d54-b506-f46a7a9ed6fc.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "fe662812-2ab4-4bdf-9e13-8121c167c494",
  "imageUUID": "16a14730-ad03-4d9b-83bd-48d2e15cef13",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/16a14730-ad03-4d9b-83bd-48d2e15cef13.jpg",
  "seed": 291323249,
  "cost": 0.039
}

reference-to-image

Accessible Bathroom Retrofit Visualization$0.039~10s
Accessible Bathroom Retrofit Visualization

Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom's recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail's distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room.

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: 'google:4@1',
  positivePrompt: 'Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom\'s recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail\'s distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room.',
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/5cf568fc-cc8b-4763-afcc-ab5f8c00f7ce.jpg',
      'https://assets.runware.ai/assets/inputs/3bd90291-9e15-485a-b803-3d8ae59c6776.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": "google:4@1",
            "positivePrompt": "Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom's recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail's distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room.",
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/5cf568fc-cc8b-4763-afcc-ab5f8c00f7ce.jpg",
                    "https://assets.runware.ai/assets/inputs/3bd90291-9e15-485a-b803-3d8ae59c6776.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": "5c1b1dd1-2bec-4e60-a87e-b1ee764c8925",
      "model": "google:4@1",
      "positivePrompt": "Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom's recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail's distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room.",
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/5cf568fc-cc8b-4763-afcc-ab5f8c00f7ce.jpg",
          "https://assets.runware.ai/assets/inputs/3bd90291-9e15-485a-b803-3d8ae59c6776.jpg"
        ]
      }
    }
  ]'
runware run google:4@1 \
  positivePrompt="Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom's recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail's distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room." \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5cf568fc-cc8b-4763-afcc-ab5f8c00f7ce.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/3bd90291-9e15-485a-b803-3d8ae59c6776.jpg
{
  "taskType": "imageInference",
  "taskUUID": "5c1b1dd1-2bec-4e60-a87e-b1ee764c8925",
  "model": "google:4@1",
  "positivePrompt": "Create a single photorealistic client-approval bathroom retrofit visualization by using reference image 1 as the unchanged base room and installing the exact fold-down support rail from reference image 2 in the clear wall space immediately to the right of the toilet. Preserve the bathroom's recognizable layout, moss-green tile pattern and grout lines, wall-hung toilet, salmon terrazzo floor, oak vanity edge, brushed nickel fixtures, camera position, perspective, and overcast daylight. Preserve the support rail's distinctive sunflower-yellow U-shaped frame, oval mounting plate, charcoal grip, red release button, hinge details, and proportions. Show the rail lowered horizontally at a practical support height beside the toilet, projecting forward parallel to the toilet, at realistic human scale. Align its mounting plate flush to the tiled wall with convincing contact, subtle fasteners, correct perspective, natural occlusion, and a soft shadow consistent with the room lighting. Make the installation look structurally plausible and professionally completed without changing or cracking the surrounding tiles. Clean documentary architectural photography, restrained natural color, crisp material detail, no people, no labels, no annotations, no added fixtures, no redesign of the room.",
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/5cf568fc-cc8b-4763-afcc-ab5f8c00f7ce.jpg",
      "https://assets.runware.ai/assets/inputs/3bd90291-9e15-485a-b803-3d8ae59c6776.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5c1b1dd1-2bec-4e60-a87e-b1ee764c8925",
  "imageUUID": "12e8cad2-1cf4-41c5-9a87-29a5e8a5c3f6",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/12e8cad2-1cf4-41c5-9a87-29a5e8a5c3f6.jpg",
  "seed": 244471544,
  "cost": 0.039
}