MODEL IDsourceful:riverflow-2.0@pro
live

Riverflow 2.0 Pro

Sourceful
by Sourceful

Riverflow 2.0 Pro is a professional image generation and editing model built for high-accuracy commercial workflows. It delivers consistent layouts, precise product rendering through reference-based super resolution, and reliable font control for brand-critical typography. A multi-stage generation and self-correction process reduces visual errors and enables production-ready output for ads, ecommerce, packaging, and editorial content.

Riverflow 2.0 Pro
Image to Image

Ergonomic Chair Catalog Hero

Ergonomic Chair Catalog Hero

Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'sourceful:riverflow-2.0@pro',
  positivePrompt: 'Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark.',
  width: 2496,
  height: 1664,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/14804abb-7f96-4115-b104-69436c33ae23.jpg'
    ],
    superResolutionReferenceImages: [
      'https://assets.runware.ai/assets/inputs/7f2d06ec-7e85-4846-bf6d-e31071592cc5.jpg',
      'https://assets.runware.ai/assets/inputs/0331f80e-0364-46a4-871b-e19803148058.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": "sourceful:riverflow-2.0@pro",
            "positivePrompt": "Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark.",
            "width": 2496,
            "height": 1664,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/14804abb-7f96-4115-b104-69436c33ae23.jpg"
                ],
                "superResolutionReferenceImages": [
                    "https://assets.runware.ai/assets/inputs/7f2d06ec-7e85-4846-bf6d-e31071592cc5.jpg",
                    "https://assets.runware.ai/assets/inputs/0331f80e-0364-46a4-871b-e19803148058.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": "e22ee028-9c64-40b0-8ad5-2e7d0039b3c8",
      "model": "sourceful:riverflow-2.0@pro",
      "positivePrompt": "Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark.",
      "width": 2496,
      "height": 1664,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/14804abb-7f96-4115-b104-69436c33ae23.jpg"
        ],
        "superResolutionReferenceImages": [
          "https://assets.runware.ai/assets/inputs/7f2d06ec-7e85-4846-bf6d-e31071592cc5.jpg",
          "https://assets.runware.ai/assets/inputs/0331f80e-0364-46a4-871b-e19803148058.jpg"
        ]
      }
    }
  ]'
runware run sourceful:riverflow-2.0@pro \
  positivePrompt="Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark." \
  width=2496 \
  height=1664 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/14804abb-7f96-4115-b104-69436c33ae23.jpg \
  inputs.superResolutionReferenceImages.0=https://assets.runware.ai/assets/inputs/7f2d06ec-7e85-4846-bf6d-e31071592cc5.jpg \
  inputs.superResolutionReferenceImages.1=https://assets.runware.ai/assets/inputs/0331f80e-0364-46a4-871b-e19803148058.jpg
{
  "taskType": "imageInference",
  "taskUUID": "e22ee028-9c64-40b0-8ad5-2e7d0039b3c8",
  "model": "sourceful:riverflow-2.0@pro",
  "positivePrompt": "Create a finished premium catalog hero image for an ergonomic office chair brand. Use the provided reference image as the exact product: preserve the chair silhouette, proportions, charcoal mesh back, black frame, adjustable headrest, seat cushion shape, caster base, stitching, texture, and all visible materials. Use the super-resolution reference images to sharpen and preserve fine product details. Place the chair in a refined modern workspace showroom with warm oak flooring, soft beige acoustic wall panels, a minimal walnut desk in the background, indirect daylight from large windows, and subtle architectural shadows. Composition: landscape 3:2, chair large in the right half of the frame, three-quarter front angle, realistic scale, crisp product edges, commercial furniture photography, premium lighting, natural reflections, shallow depth of field in the background. Add tasteful editorial typography on the left side only: headline text “AERIS TASK CHAIR” in clean modern sans-serif uppercase, smaller subline “Precision support for focused work”, and a small material callout “CHARCOAL MESH • MATTE BLACK FRAME”. Keep typography sharp, aligned, readable, and integrated like a high-end contract furniture catalog image. No people, no UI, no web browser, no buttons, no watermark.",
  "width": 2496,
  "height": 1664,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/14804abb-7f96-4115-b104-69436c33ae23.jpg"
    ],
    "superResolutionReferenceImages": [
      "https://assets.runware.ai/assets/inputs/7f2d06ec-7e85-4846-bf6d-e31071592cc5.jpg",
      "https://assets.runware.ai/assets/inputs/0331f80e-0364-46a4-871b-e19803148058.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e22ee028-9c64-40b0-8ad5-2e7d0039b3c8",
  "imageUUID": "50022f51-0f0f-4c9c-8662-3c9c3e711012",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/50022f51-0f0f-4c9c-8662-3c9c3e711012.jpg",
  "seed": 1343548662,
  "cost": 0.15
}
Text to Image

Coastal Gin Label Design

Coastal Gin Label Design

Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: "RIVER GLASS". Product line below: "COASTAL GIN". Supporting copy in small caps: "Juniper • Sea Kelp • Lemon Myrtle" and "Distilled in Port Townsend". Bottom line: "750 ml • 43% ALC/VOL". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder 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: 'sourceful:riverflow-2.0@pro',
  positivePrompt: 'Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: "RIVER GLASS". Product line below: "COASTAL GIN". Supporting copy in small caps: "Juniper • Sea Kelp • Lemon Myrtle" and "Distilled in Port Townsend". Bottom line: "750 ml • 43% ALC/VOL". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder text.',
  width: 1248,
  height: 832
})
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": "sourceful:riverflow-2.0@pro",
            "positivePrompt": "Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: \"RIVER GLASS\". Product line below: \"COASTAL GIN\". Supporting copy in small caps: \"Juniper • Sea Kelp • Lemon Myrtle\" and \"Distilled in Port Townsend\". Bottom line: \"750 ml • 43% ALC/VOL\". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder text.",
            "width": 1248,
            "height": 832
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f79d2d28-3b5e-4e85-8305-6bf67a2d93dd",
      "model": "sourceful:riverflow-2.0@pro",
      "positivePrompt": "Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: \"RIVER GLASS\". Product line below: \"COASTAL GIN\". Supporting copy in small caps: \"Juniper • Sea Kelp • Lemon Myrtle\" and \"Distilled in Port Townsend\". Bottom line: \"750 ml • 43% ALC/VOL\". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder text.",
      "width": 1248,
      "height": 832
    }
  ]'
runware run sourceful:riverflow-2.0@pro \
  positivePrompt="Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: \"RIVER GLASS\". Product line below: \"COASTAL GIN\". Supporting copy in small caps: \"Juniper • Sea Kelp • Lemon Myrtle\" and \"Distilled in Port Townsend\". Bottom line: \"750 ml • 43% ALC/VOL\". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder text." \
  width=1248 \
  height=832
{
  "taskType": "imageInference",
  "taskUUID": "f79d2d28-3b5e-4e85-8305-6bf67a2d93dd",
  "model": "sourceful:riverflow-2.0@pro",
  "positivePrompt": "Finished flat packaging label artwork for a premium craft gin, shown as a clean horizontal label design on an off-white background, not a bottle mockup. Brand name in elegant serif typography: \"RIVER GLASS\". Product line below: \"COASTAL GIN\". Supporting copy in small caps: \"Juniper • Sea Kelp • Lemon Myrtle\" and \"Distilled in Port Townsend\". Bottom line: \"750 ml • 43% ALC/VOL\". Sophisticated coastal botanical illustration with juniper berries, kelp fronds, lemon myrtle leaves, and a subtle engraved shoreline motif. Color palette of deep navy, sea-glass green, warm ivory, and fine copper foil accents. Balanced premium label hierarchy, crisp readable lettering, refined border rules, centered composition, realistic print design quality, luxury spirits packaging, sharp vector-like details, no placeholder text.",
  "width": 1248,
  "height": 832
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f79d2d28-3b5e-4e85-8305-6bf67a2d93dd",
  "imageUUID": "05b73517-51b8-424d-bf55-0ee76d342a0c",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/05b73517-51b8-424d-bf55-0ee76d342a0c.jpg",
  "seed": 227023621,
  "cost": 0.15
}
Image to Image

Premium Cooler Lifestyle Ad

Premium Cooler Lifestyle Ad

Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline "COLD FOR DAYS" in bold modern sans-serif uppercase, subline "NORTHVALE 45 HARD COOLER" smaller beneath it, and small footer copy "BUILT FOR THE LONG WEEKEND" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'sourceful:riverflow-2.0@pro',
  positivePrompt: 'Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline "COLD FOR DAYS" in bold modern sans-serif uppercase, subline "NORTHVALE 45 HARD COOLER" smaller beneath it, and small footer copy "BUILT FOR THE LONG WEEKEND" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders.',
  width: 2304,
  height: 1728,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/a76c51d7-e12d-4cc1-8473-c7bea6469369.jpg',
      'https://assets.runware.ai/assets/inputs/ef3ed1a8-b2e5-439d-8d35-2e89996e42ac.jpg',
      'https://assets.runware.ai/assets/inputs/cb3fb58c-9943-4c31-b5b2-95afbc69efe9.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": "sourceful:riverflow-2.0@pro",
            "positivePrompt": "Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline \"COLD FOR DAYS\" in bold modern sans-serif uppercase, subline \"NORTHVALE 45 HARD COOLER\" smaller beneath it, and small footer copy \"BUILT FOR THE LONG WEEKEND\" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders.",
            "width": 2304,
            "height": 1728,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/a76c51d7-e12d-4cc1-8473-c7bea6469369.jpg",
                    "https://assets.runware.ai/assets/inputs/ef3ed1a8-b2e5-439d-8d35-2e89996e42ac.jpg",
                    "https://assets.runware.ai/assets/inputs/cb3fb58c-9943-4c31-b5b2-95afbc69efe9.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": "7645d0af-8cb4-4c30-852d-28145d0ed273",
      "model": "sourceful:riverflow-2.0@pro",
      "positivePrompt": "Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline \"COLD FOR DAYS\" in bold modern sans-serif uppercase, subline \"NORTHVALE 45 HARD COOLER\" smaller beneath it, and small footer copy \"BUILT FOR THE LONG WEEKEND\" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders.",
      "width": 2304,
      "height": 1728,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/a76c51d7-e12d-4cc1-8473-c7bea6469369.jpg",
          "https://assets.runware.ai/assets/inputs/ef3ed1a8-b2e5-439d-8d35-2e89996e42ac.jpg",
          "https://assets.runware.ai/assets/inputs/cb3fb58c-9943-4c31-b5b2-95afbc69efe9.jpg"
        ]
      }
    }
  ]'
runware run sourceful:riverflow-2.0@pro \
  positivePrompt="Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline \"COLD FOR DAYS\" in bold modern sans-serif uppercase, subline \"NORTHVALE 45 HARD COOLER\" smaller beneath it, and small footer copy \"BUILT FOR THE LONG WEEKEND\" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders." \
  width=2304 \
  height=1728 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a76c51d7-e12d-4cc1-8473-c7bea6469369.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/ef3ed1a8-b2e5-439d-8d35-2e89996e42ac.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/cb3fb58c-9943-4c31-b5b2-95afbc69efe9.jpg
{
  "taskType": "imageInference",
  "taskUUID": "7645d0af-8cb4-4c30-852d-28145d0ed273",
  "model": "sourceful:riverflow-2.0@pro",
  "positivePrompt": "Create a finished commercial lifestyle advertisement for a premium outdoor cooler brand called NORTHVALE. Use the referenced sage-green hard cooler as the hero product, preserving its exact proportions, color, black rubber latches, molded handles, textured shell, drain plug, and rugged construction details. Place the cooler on a flat granite boulder beside a clear alpine lake at sunrise, with pine trees, distant snow-capped mountains, light morning mist, and a small tasteful campsite in the background. The cooler should be front three-quarter view, large in frame, clean and aspirational, with realistic reflections, contact shadows, condensation, and a few ice cubes and canned drinks nearby. Lighting: golden-hour side light, crisp outdoor advertising photography, high-end REI-style campaign look, natural color grading, sharp product detail, shallow depth of field. Composition: 4:3 horizontal hero ad with the cooler occupying the lower-left to center area and open negative sky space on the upper-right for typography. Add clean, professional on-image typography in the upper-right: headline \"COLD FOR DAYS\" in bold modern sans-serif uppercase, subline \"NORTHVALE 45 HARD COOLER\" smaller beneath it, and small footer copy \"BUILT FOR THE LONG WEEKEND\" near the bottom-right. Typography must be crisp, correctly spelled, evenly kerned, and integrated like a polished print advertisement. No people, no extra logos, no UI elements, no buttons, no mockup borders.",
  "width": 2304,
  "height": 1728,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/a76c51d7-e12d-4cc1-8473-c7bea6469369.jpg",
      "https://assets.runware.ai/assets/inputs/ef3ed1a8-b2e5-439d-8d35-2e89996e42ac.jpg",
      "https://assets.runware.ai/assets/inputs/cb3fb58c-9943-4c31-b5b2-95afbc69efe9.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "7645d0af-8cb4-4c30-852d-28145d0ed273",
  "imageUUID": "d31e67c6-8f8f-4ad2-b9b1-4eda181b0d4e",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/4/ii/d31e67c6-8f8f-4ad2-b9b1-4eda181b0d4e.jpg",
  "seed": 337452882,
  "cost": 0.15
}
Image to Image

Dental Scanner Trade Advertisement

Dental Scanner Trade Advertisement

Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline "LUMENSCAN IO" in a precise modern sans-serif; subheadline "Precision in every pass"; small supporting line "Wireless intraoral imaging for faster chairside workflows". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'sourceful:riverflow-2.0@pro',
  positivePrompt: 'Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline "LUMENSCAN IO" in a precise modern sans-serif; subheadline "Precision in every pass"; small supporting line "Wireless intraoral imaging for faster chairside workflows". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons.',
  width: 2304,
  height: 1728,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/a4b2962d-655d-4a56-a78a-e52c8be9d133.jpg',
      'https://assets.runware.ai/assets/inputs/883612d5-c522-44ea-99c3-32ca44bd9cf5.jpg'
    ],
    superResolutionReferenceImages: [
      'https://assets.runware.ai/assets/inputs/ca0a60d3-4cd9-484a-bed0-120ffc4b7cb0.jpg',
      'https://assets.runware.ai/assets/inputs/701e4ed1-852d-457c-9018-d09e08e46990.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": "sourceful:riverflow-2.0@pro",
            "positivePrompt": "Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline \"LUMENSCAN IO\" in a precise modern sans-serif; subheadline \"Precision in every pass\"; small supporting line \"Wireless intraoral imaging for faster chairside workflows\". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons.",
            "width": 2304,
            "height": 1728,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/a4b2962d-655d-4a56-a78a-e52c8be9d133.jpg",
                    "https://assets.runware.ai/assets/inputs/883612d5-c522-44ea-99c3-32ca44bd9cf5.jpg"
                ],
                "superResolutionReferenceImages": [
                    "https://assets.runware.ai/assets/inputs/ca0a60d3-4cd9-484a-bed0-120ffc4b7cb0.jpg",
                    "https://assets.runware.ai/assets/inputs/701e4ed1-852d-457c-9018-d09e08e46990.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": "b9daabc2-0f73-4df9-9c77-bd19ffd4e927",
      "model": "sourceful:riverflow-2.0@pro",
      "positivePrompt": "Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline \"LUMENSCAN IO\" in a precise modern sans-serif; subheadline \"Precision in every pass\"; small supporting line \"Wireless intraoral imaging for faster chairside workflows\". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons.",
      "width": 2304,
      "height": 1728,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/a4b2962d-655d-4a56-a78a-e52c8be9d133.jpg",
          "https://assets.runware.ai/assets/inputs/883612d5-c522-44ea-99c3-32ca44bd9cf5.jpg"
        ],
        "superResolutionReferenceImages": [
          "https://assets.runware.ai/assets/inputs/ca0a60d3-4cd9-484a-bed0-120ffc4b7cb0.jpg",
          "https://assets.runware.ai/assets/inputs/701e4ed1-852d-457c-9018-d09e08e46990.jpg"
        ]
      }
    }
  ]'
runware run sourceful:riverflow-2.0@pro \
  positivePrompt="Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline \"LUMENSCAN IO\" in a precise modern sans-serif; subheadline \"Precision in every pass\"; small supporting line \"Wireless intraoral imaging for faster chairside workflows\". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons." \
  width=2304 \
  height=1728 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a4b2962d-655d-4a56-a78a-e52c8be9d133.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/883612d5-c522-44ea-99c3-32ca44bd9cf5.jpg \
  inputs.superResolutionReferenceImages.0=https://assets.runware.ai/assets/inputs/ca0a60d3-4cd9-484a-bed0-120ffc4b7cb0.jpg \
  inputs.superResolutionReferenceImages.1=https://assets.runware.ai/assets/inputs/701e4ed1-852d-457c-9018-d09e08e46990.jpg
{
  "taskType": "imageInference",
  "taskUUID": "b9daabc2-0f73-4df9-9c77-bd19ffd4e927",
  "model": "sourceful:riverflow-2.0@pro",
  "positivePrompt": "Create a premium landscape B2B print advertisement for a professional dental technology brand. Use the two reference images to accurately render the wireless intraoral scanner and charging dock as the hero product, preserving the proportions, materials, scanner tip shape, grip texture, and status-light details. Scene: a bright modern dental operatory with frosted glass, soft daylight, stainless instruments subtly out of focus, and a clean white ceramic counter. Product placement: scanner floating slightly above its dock in the right-center foreground, elegant rim light, crisp reflections, realistic medical-grade plastic and brushed graphite surfaces. Composition: generous negative space on the left for typography, refined clinical aesthetic, high-end medical device advertising, sharp product photography, shallow depth of field, realistic shadows. On-image typography, clean and legible: headline \"LUMENSCAN IO\" in a precise modern sans-serif; subheadline \"Precision in every pass\"; small supporting line \"Wireless intraoral imaging for faster chairside workflows\". Color palette: white, cool gray, pale cyan, graphite, subtle blue accent line. Finished standalone advertisement, no mockup frame, no browser UI, no buttons.",
  "width": 2304,
  "height": 1728,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/a4b2962d-655d-4a56-a78a-e52c8be9d133.jpg",
      "https://assets.runware.ai/assets/inputs/883612d5-c522-44ea-99c3-32ca44bd9cf5.jpg"
    ],
    "superResolutionReferenceImages": [
      "https://assets.runware.ai/assets/inputs/ca0a60d3-4cd9-484a-bed0-120ffc4b7cb0.jpg",
      "https://assets.runware.ai/assets/inputs/701e4ed1-852d-457c-9018-d09e08e46990.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "b9daabc2-0f73-4df9-9c77-bd19ffd4e927",
  "imageUUID": "9e83ecc5-5eef-45c2-802d-5c4d0aa81aca",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/9e83ecc5-5eef-45c2-802d-5c4d0aa81aca.jpg",
  "seed": 517085567,
  "cost": 0.75
}