MODEL IDrunway:4@2
live

Runway Gen-4 Image Turbo

Runway
by Runway

Runway Gen-4 Image Turbo is a faster Gen-4 image model for teams that need quick visual iteration. Generate concepts in seconds from text prompts or references while preserving key style and composition control. Ideal for testing ideas before higher cost image workflows.

Runway Gen-4 Image Turbo
reference-to-image

Sound Archive Exhibition Hero Image

Sound Archive Exhibition Hero Image

Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination.',
  width: 1360,
  height: 768,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/a64bf0e2-4c04-4031-82f3-17013c10289e.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": "runway:4@2",
            "positivePrompt": "Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination.",
            "width": 1360,
            "height": 768,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/a64bf0e2-4c04-4031-82f3-17013c10289e.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": "c1813126-73a5-4602-8b28-336c901bfb30",
      "model": "runway:4@2",
      "positivePrompt": "Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination.",
      "width": 1360,
      "height": 768,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/a64bf0e2-4c04-4031-82f3-17013c10289e.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination." \
  width=1360 \
  height=768 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a64bf0e2-4c04-4031-82f3-17013c10289e.jpg
{
  "taskType": "imageInference",
  "taskUUID": "c1813126-73a5-4602-8b28-336c901bfb30",
  "model": "runway:4@2",
  "positivePrompt": "Outpaint the reference into a cohesive 16:9 landscape museum exhibition hero image. Preserve the conservator, wax cylinder, clothing, hands, workbench, lighting, and documentary realism from the source. Extend the scene naturally on both sides: shadowed floor-to-ceiling archival shelving with rows of cylindrical storage cases on the left; a period phonograph horn, precision cleaning tools, cotton swabs, and softly glowing brass task lamp on the right. Create generous dark negative space in the upper-left for later editorial layout, but include no lettering. Warm tungsten highlights, deep umber wood, muted oxidized green, quiet scholarly mood, subtle film grain, shallow depth of field, authentic conservation lab details, seamless perspective and illumination.",
  "width": 1360,
  "height": 768,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/a64bf0e2-4c04-4031-82f3-17013c10289e.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "c1813126-73a5-4602-8b28-336c901bfb30",
  "imageUUID": "f9cbb054-a55e-4bc5-8320-a3149a991123",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/f9cbb054-a55e-4bc5-8320-a3149a991123.jpg",
  "seed": 130476706,
  "cost": 0.02
}
reference-to-image

Winter Waterworks Relighting Visualization

Winter Waterworks Relighting Visualization

Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing.',
  width: 1360,
  height: 768,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/4f93671b-614e-49ac-a7a5-f927a2a93b73.jpg',
      'https://assets.runware.ai/assets/inputs/829197ba-9fd7-461d-9e52-e0305fbfeafc.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": "runway:4@2",
            "positivePrompt": "Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing.",
            "width": 1360,
            "height": 768,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/4f93671b-614e-49ac-a7a5-f927a2a93b73.jpg",
                    "https://assets.runware.ai/assets/inputs/829197ba-9fd7-461d-9e52-e0305fbfeafc.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": "e1bb3644-5938-4a7d-a33f-a47af32d5c93",
      "model": "runway:4@2",
      "positivePrompt": "Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing.",
      "width": 1360,
      "height": 768,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/4f93671b-614e-49ac-a7a5-f927a2a93b73.jpg",
          "https://assets.runware.ai/assets/inputs/829197ba-9fd7-461d-9e52-e0305fbfeafc.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing." \
  width=1360 \
  height=768 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/4f93671b-614e-49ac-a7a5-f927a2a93b73.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/829197ba-9fd7-461d-9e52-e0305fbfeafc.jpg
{
  "taskType": "imageInference",
  "taskUUID": "e1bb3644-5938-4a7d-a33f-a47af32d5c93",
  "model": "runway:4@2",
  "positivePrompt": "Create a winter blue-hour architectural relighting visualization. Preserve the first reference as the exact waterworks subject, camera position, composition, concrete geometry, pipes, basins and railings. Change the summer setting to midwinter: fresh snow on roofs and path edges, thin ice on still basins, cold indigo sky and faint sea haze. Apply the second reference only for lighting, seasonal palette and photographic finish: restrained warm amber uplights grazing each concrete rib, shielded low path lights and soft interior glow, with believable reflections on snow and metal. Keep the treatment plant operational, austere and technically credible; no redesign, fantasy elements, people, logos or text. Photorealistic professional lighting-design presentation, crisp landscape framing.",
  "width": 1360,
  "height": 768,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/4f93671b-614e-49ac-a7a5-f927a2a93b73.jpg",
      "https://assets.runware.ai/assets/inputs/829197ba-9fd7-461d-9e52-e0305fbfeafc.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e1bb3644-5938-4a7d-a33f-a47af32d5c93",
  "imageUUID": "3febf33e-2524-4280-9d11-85df21d81683",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/3febf33e-2524-4280-9d11-85df21d81683.jpg",
  "seed": 370352361,
  "cost": 0.02
}
reference-to-image

Historic Opera House Cleanup

Historic Opera House Cleanup

Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text.',
  width: 1360,
  height: 768,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0e013e24-78f5-4918-bf4f-cf292d48561b.jpg',
      'https://assets.runware.ai/assets/inputs/021da9cf-2432-4b6e-9f92-8b93825b90ba.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": "runway:4@2",
            "positivePrompt": "Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text.",
            "width": 1360,
            "height": 768,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0e013e24-78f5-4918-bf4f-cf292d48561b.jpg",
                    "https://assets.runware.ai/assets/inputs/021da9cf-2432-4b6e-9f92-8b93825b90ba.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": "933306e7-87cf-493b-ab1b-b50e5f1cab0b",
      "model": "runway:4@2",
      "positivePrompt": "Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text.",
      "width": 1360,
      "height": 768,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0e013e24-78f5-4918-bf4f-cf292d48561b.jpg",
          "https://assets.runware.ai/assets/inputs/021da9cf-2432-4b6e-9f92-8b93825b90ba.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text." \
  width=1360 \
  height=768 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0e013e24-78f5-4918-bf4f-cf292d48561b.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/021da9cf-2432-4b6e-9f92-8b93825b90ba.jpg
{
  "taskType": "imageInference",
  "taskUUID": "933306e7-87cf-493b-ab1b-b50e5f1cab0b",
  "model": "runway:4@2",
  "positivePrompt": "Create a finished architectural restoration photograph using reference image 1 as the exact guide for camera position, symmetrical composition, auditorium geometry, seating, balconies, stage, and lighting. Remove every worker and all restoration clutter, including scaffolding, lift, cables, buckets, plastic sheeting, cones, temporary lamps, and tools. Seamlessly generatively fill the areas they covered with complete proscenium plasterwork, uninterrupted stage floor, clean aisle carpet, and orderly velvet seating. Use reference image 2 to reconstruct the hidden ornament with matching aged gilt acanthus details, ivory plaster, burgundy drapery, floral panels, and authentic surface texture. Warm, dignified, freshly restored atmosphere; natural architectural photography, crisp detail, straight verticals, no signage or text.",
  "width": 1360,
  "height": 768,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0e013e24-78f5-4918-bf4f-cf292d48561b.jpg",
      "https://assets.runware.ai/assets/inputs/021da9cf-2432-4b6e-9f92-8b93825b90ba.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "933306e7-87cf-493b-ab1b-b50e5f1cab0b",
  "imageUUID": "1ffe0190-12bd-45b0-8923-10bf9f9396f0",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/1ffe0190-12bd-45b0-8923-10bf9f9396f0.jpg",
  "seed": 1356645034,
  "cost": 0.02
}
reference-to-image

Marbled Paper Atelier Editorial Panorama

Marbled Paper Atelier Editorial Panorama

Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects.',
  width: 1360,
  height: 768,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/5fe7bccd-74a8-459a-86c5-97274436dbc7.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": "runway:4@2",
            "positivePrompt": "Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects.",
            "width": 1360,
            "height": 768,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/5fe7bccd-74a8-459a-86c5-97274436dbc7.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": "2c7bf578-7c09-4ee4-a766-9b5e637d7c15",
      "model": "runway:4@2",
      "positivePrompt": "Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects.",
      "width": 1360,
      "height": 768,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/5fe7bccd-74a8-459a-86c5-97274436dbc7.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects." \
  width=1360 \
  height=768 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5fe7bccd-74a8-459a-86c5-97274436dbc7.jpg
{
  "taskType": "imageInference",
  "taskUUID": "2c7bf578-7c09-4ee4-a766-9b5e637d7c15",
  "model": "runway:4@2",
  "positivePrompt": "Transform the supplied vertical photograph into a seamless 16:9 panoramic editorial image by preserving the artisan, hands, apron, paper, pigment pattern, tray, lighting, and documentary realism in the center while outpainting substantial new workshop space on both sides. Extend the worn workbench naturally. On the left, reveal ceramic pigment bowls, horsehair brushes, awls, and stained glass jars near a softly glowing north-facing window. On the right, add a wooden drying rack holding several distinct marbled sheets and a small stack of hand-bound books. Maintain accurate perspective, believable tool scale, restrained depth of field, and continuous soft daylight. Rich mineral reds, ultramarine, ochre, cream, indigo, and aged wood; tactile, refined heritage-craft magazine photography. No lettering, logos, borders, duplicated hands, or repeated objects.",
  "width": 1360,
  "height": 768,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/5fe7bccd-74a8-459a-86c5-97274436dbc7.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2c7bf578-7c09-4ee4-a766-9b5e637d7c15",
  "imageUUID": "01bb075f-f38d-4084-b113-de8906e2f73d",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/01bb075f-f38d-4084-b113-de8906e2f73d.jpg",
  "seed": 1167767032,
  "cost": 0.02
}
Image to Image

Wind-Carved Salt Flats Caravan

Wind-Carved Salt Flats Caravan

Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing.',
  width: 1440,
  height: 1080,
  providerSettings: {
    runway: {
      contentModeration: {
        publicFigureThreshold: 'auto'
      }
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/fecda3d9-78b1-4453-adc2-a3fbadc30af9.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": "runway:4@2",
            "positivePrompt": "Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing.",
            "width": 1440,
            "height": 1080,
            "providerSettings": {
                "runway": {
                    "contentModeration": {
                        "publicFigureThreshold": "auto"
                    }
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/fecda3d9-78b1-4453-adc2-a3fbadc30af9.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": "de2d6177-7379-4990-bd39-1c07e23b3202",
      "model": "runway:4@2",
      "positivePrompt": "Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing.",
      "width": 1440,
      "height": 1080,
      "providerSettings": {
        "runway": {
          "contentModeration": {
            "publicFigureThreshold": "auto"
          }
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/fecda3d9-78b1-4453-adc2-a3fbadc30af9.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing." \
  width=1440 \
  height=1080 \
  providerSettings.runway.contentModeration.publicFigureThreshold=auto \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/fecda3d9-78b1-4453-adc2-a3fbadc30af9.jpg
{
  "taskType": "imageInference",
  "taskUUID": "de2d6177-7379-4990-bd39-1c07e23b3202",
  "model": "runway:4@2",
  "positivePrompt": "Transform the reference into a sweeping cinematic scene of a nomadic research caravan traversing immense salt flats shaped by wind into delicate ridges and spirals. Replace the truck with a convoy of elegantly engineered amphibious crawler vehicles carrying stacked specimen crates, rolled survey kites, antenna masts, and sun-faded expedition flags. In the distance, towering mineral pillars rise from the horizon like natural sculptures. The ground reflects soft apricot and silver tones, with thin drifting dust and subtle heat shimmer. Emphasize scale, negative space, refined industrial design, crisp textures, and dramatic environmental storytelling. Ultra-detailed, high realism with artful color grading, expansive sky, low-angle cinematic framing.",
  "width": 1440,
  "height": 1080,
  "providerSettings": {
    "runway": {
      "contentModeration": {
        "publicFigureThreshold": "auto"
      }
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/fecda3d9-78b1-4453-adc2-a3fbadc30af9.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "de2d6177-7379-4990-bd39-1c07e23b3202",
  "imageUUID": "cc87393e-891e-482c-bd09-35e8ccc27ac4",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/cc87393e-891e-482c-bd09-35e8ccc27ac4.jpg",
  "seed": 835194475,
  "cost": 0.02
}
Image to Image

Rain-Slicked Monorail Arrival

Rain-Slicked Monorail Arrival

Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design.',
  width: 1360,
  height: 768,
  providerSettings: {
    runway: {
      contentModeration: {
        publicFigureThreshold: 'auto'
      }
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/839c0b5a-05dc-49ac-b5d1-e518d8b421ee.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": "runway:4@2",
            "positivePrompt": "Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design.",
            "width": 1360,
            "height": 768,
            "providerSettings": {
                "runway": {
                    "contentModeration": {
                        "publicFigureThreshold": "auto"
                    }
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/839c0b5a-05dc-49ac-b5d1-e518d8b421ee.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": "71b26342-2728-4c95-a35e-f5618419d3fa",
      "model": "runway:4@2",
      "positivePrompt": "Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design.",
      "width": 1360,
      "height": 768,
      "providerSettings": {
        "runway": {
          "contentModeration": {
            "publicFigureThreshold": "auto"
          }
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/839c0b5a-05dc-49ac-b5d1-e518d8b421ee.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design." \
  width=1360 \
  height=768 \
  providerSettings.runway.contentModeration.publicFigureThreshold=auto \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/839c0b5a-05dc-49ac-b5d1-e518d8b421ee.jpg
{
  "taskType": "imageInference",
  "taskUUID": "71b26342-2728-4c95-a35e-f5618419d3fa",
  "model": "runway:4@2",
  "positivePrompt": "Transform the reference scene into a retro-futurist monorail station at blue hour, preserving the platform layout and viewing angle while reimagining the architecture with streamlined alloy canopies, glowing route bands, polished concrete, and misty rain reflections. A sleek silver monorail glides in from the curve, passengers in structured travel coats and translucent umbrellas, subtle steam drifting near the tracks, distant high-rise silhouettes softened by drizzle, amber and cyan lighting accents, tactile surfaces, cinematic atmosphere, highly detailed, dynamic yet believable urban design.",
  "width": 1360,
  "height": 768,
  "providerSettings": {
    "runway": {
      "contentModeration": {
        "publicFigureThreshold": "auto"
      }
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/839c0b5a-05dc-49ac-b5d1-e518d8b421ee.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "71b26342-2728-4c95-a35e-f5618419d3fa",
  "imageUUID": "80314f5f-13f2-4dcd-a3b0-601a9114d851",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/2/ii/80314f5f-13f2-4dcd-a3b0-601a9114d851.jpg",
  "seed": 321962668,
  "cost": 0.02
}
Image to Image

Art Deco Aquarium Concourse

Art Deco Aquarium Concourse

Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding.',
  width: 1440,
  height: 1080,
  providerSettings: {
    runway: {
      contentModeration: {
        publicFigureThreshold: 'auto'
      }
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/e7ea04ec-0197-42bb-be69-bc7829110eff.jpg',
      'https://assets.runware.ai/assets/inputs/8eadb94a-f122-4637-99ac-ea448181e371.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": "runway:4@2",
            "positivePrompt": "Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding.",
            "width": 1440,
            "height": 1080,
            "providerSettings": {
                "runway": {
                    "contentModeration": {
                        "publicFigureThreshold": "auto"
                    }
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/e7ea04ec-0197-42bb-be69-bc7829110eff.jpg",
                    "https://assets.runware.ai/assets/inputs/8eadb94a-f122-4637-99ac-ea448181e371.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": "0ee13cbd-6941-49fb-b5cc-90be6737ebea",
      "model": "runway:4@2",
      "positivePrompt": "Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding.",
      "width": 1440,
      "height": 1080,
      "providerSettings": {
        "runway": {
          "contentModeration": {
            "publicFigureThreshold": "auto"
          }
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/e7ea04ec-0197-42bb-be69-bc7829110eff.jpg",
          "https://assets.runware.ai/assets/inputs/8eadb94a-f122-4637-99ac-ea448181e371.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding." \
  width=1440 \
  height=1080 \
  providerSettings.runway.contentModeration.publicFigureThreshold=auto \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e7ea04ec-0197-42bb-be69-bc7829110eff.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/8eadb94a-f122-4637-99ac-ea448181e371.jpg
{
  "taskType": "imageInference",
  "taskUUID": "0ee13cbd-6941-49fb-b5cc-90be6737ebea",
  "model": "runway:4@2",
  "positivePrompt": "Blend the structure and elegance of a 1930s art deco transit concourse with the immersive spectacle of a giant aquarium tunnel, creating a majestic public interior where arched brass-and-stone architecture frames towering curved glass tanks filled with swirling fish and drifting rays. Polished terrazzo floors reflecting blue water patterns, ornamental geometric motifs, refined signage, distant travelers for scale, cinematic depth, crisp architectural lines, luxurious materials, atmospheric volumetric light, highly detailed concept art, vivid yet tasteful color contrast, imaginative and believable worldbuilding.",
  "width": 1440,
  "height": 1080,
  "providerSettings": {
    "runway": {
      "contentModeration": {
        "publicFigureThreshold": "auto"
      }
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/e7ea04ec-0197-42bb-be69-bc7829110eff.jpg",
      "https://assets.runware.ai/assets/inputs/8eadb94a-f122-4637-99ac-ea448181e371.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0ee13cbd-6941-49fb-b5cc-90be6737ebea",
  "imageUUID": "1255868f-309b-4798-a01d-6ca7aa302f36",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/2/ii/1255868f-309b-4798-a01d-6ca7aa302f36.jpg",
  "seed": 557572411,
  "cost": 0.02
}
Image to Image

Clockwork Greenhouse Fashion Editorial

Clockwork Greenhouse Fashion Editorial

Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runway:4@2',
  positivePrompt: 'Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality.',
  width: 1168,
  height: 880,
  providerSettings: {
    runway: {
      contentModeration: {
        publicFigureThreshold: 'auto'
      }
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/a0338be7-12b9-4298-bb66-04851b7c1b51.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": "runway:4@2",
            "positivePrompt": "Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality.",
            "width": 1168,
            "height": 880,
            "providerSettings": {
                "runway": {
                    "contentModeration": {
                        "publicFigureThreshold": "auto"
                    }
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/a0338be7-12b9-4298-bb66-04851b7c1b51.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": "4b481409-2858-490d-9bfd-263ff9a20e67",
      "model": "runway:4@2",
      "positivePrompt": "Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality.",
      "width": 1168,
      "height": 880,
      "providerSettings": {
        "runway": {
          "contentModeration": {
            "publicFigureThreshold": "auto"
          }
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/a0338be7-12b9-4298-bb66-04851b7c1b51.jpg"
        ]
      }
    }
  ]'
runware run runway:4@2 \
  positivePrompt="Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality." \
  width=1168 \
  height=880 \
  providerSettings.runway.contentModeration.publicFigureThreshold=auto \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a0338be7-12b9-4298-bb66-04851b7c1b51.jpg
{
  "taskType": "imageInference",
  "taskUUID": "4b481409-2858-490d-9bfd-263ff9a20e67",
  "model": "runway:4@2",
  "positivePrompt": "Transform the reference into an elaborate retrofuturist couture scene inside a vast glass conservatory filled with brass mechanisms, oversized fern fronds, suspended gears, polished copper piping, and creeping vines weaving through ornate machinery. Preserve the standing pose and central composition from the reference image, but restyle the outfit into sculptural high fashion with layered metallic fabrics, pleated panels, intricate mechanical embellishments, and dramatic silhouette. Add warm amber highlights, pale green atmospheric haze, crisp glass reflections, richly detailed textures, editorial photography aesthetic, cinematic depth, refined color harmony, inventive worldbuilding, premium fashion magazine quality.",
  "width": 1168,
  "height": 880,
  "providerSettings": {
    "runway": {
      "contentModeration": {
        "publicFigureThreshold": "auto"
      }
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/a0338be7-12b9-4298-bb66-04851b7c1b51.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4b481409-2858-490d-9bfd-263ff9a20e67",
  "imageUUID": "d0752792-0016-4aeb-8f8a-a28d7afb611b",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/2/ii/d0752792-0016-4aeb-8f8a-a28d7afb611b.jpg",
  "seed": 1025601214,
  "cost": 0.02
}