MODEL IDreve:2@1
live

Reve 2.1

Reve
by Reve

Reve 2.1 is Reve's flagship image model for generation and editing, built around a layout-based intermediate representation that makes image structure directly addressable. It is designed for dense scenes, fine typography, and precise iterative edits at native 4K, with stronger prompt understanding, world knowledge, and foreign-text rendering than Reve 2.0.

Reve 2.1
Image to Image

Carry-On Transit Campaign Ad

Carry-On Transit Campaign Ad

Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI.',
  width: 3584,
  height: 4352,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/2edb2726-d462-4759-8a27-cc8bf14e8b94.jpg',
      'https://assets.runware.ai/assets/inputs/13ff468c-86a3-4ab0-87b3-49ae87249142.jpg',
      'https://assets.runware.ai/assets/inputs/6946f677-8a56-4244-a137-b36ed8a6ee1d.jpg',
      'https://assets.runware.ai/assets/inputs/4b30d69a-8963-4f34-af44-ad02a4ff3311.jpg',
      'https://assets.runware.ai/assets/inputs/cc0aa44d-9c42-4ee1-9bb1-1163f674cce5.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": "reve:2@1",
            "positivePrompt": "Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI.",
            "width": 3584,
            "height": 4352,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/2edb2726-d462-4759-8a27-cc8bf14e8b94.jpg",
                    "https://assets.runware.ai/assets/inputs/13ff468c-86a3-4ab0-87b3-49ae87249142.jpg",
                    "https://assets.runware.ai/assets/inputs/6946f677-8a56-4244-a137-b36ed8a6ee1d.jpg",
                    "https://assets.runware.ai/assets/inputs/4b30d69a-8963-4f34-af44-ad02a4ff3311.jpg",
                    "https://assets.runware.ai/assets/inputs/cc0aa44d-9c42-4ee1-9bb1-1163f674cce5.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": "fda5d6aa-589a-43a0-bb8d-d4391bf8e152",
      "model": "reve:2@1",
      "positivePrompt": "Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI.",
      "width": 3584,
      "height": 4352,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/2edb2726-d462-4759-8a27-cc8bf14e8b94.jpg",
          "https://assets.runware.ai/assets/inputs/13ff468c-86a3-4ab0-87b3-49ae87249142.jpg",
          "https://assets.runware.ai/assets/inputs/6946f677-8a56-4244-a137-b36ed8a6ee1d.jpg",
          "https://assets.runware.ai/assets/inputs/4b30d69a-8963-4f34-af44-ad02a4ff3311.jpg",
          "https://assets.runware.ai/assets/inputs/cc0aa44d-9c42-4ee1-9bb1-1163f674cce5.jpg"
        ]
      }
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI." \
  width=3584 \
  height=4352 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/2edb2726-d462-4759-8a27-cc8bf14e8b94.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/13ff468c-86a3-4ab0-87b3-49ae87249142.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/6946f677-8a56-4244-a137-b36ed8a6ee1d.jpg \
  inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/4b30d69a-8963-4f34-af44-ad02a4ff3311.jpg \
  inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/cc0aa44d-9c42-4ee1-9bb1-1163f674cce5.jpg
{
  "taskType": "imageInference",
  "taskUUID": "fda5d6aa-589a-43a0-bb8d-d4391bf8e152",
  "model": "reve:2@1",
  "positivePrompt": "Create a finished 4:5 vertical advertising campaign visual for premium travel luggage brand NOMAD NINE. Remix the references into one polished commercial image: use the exact matte cobalt blue hard-shell carry-on suitcase from <frame>0 as the hero product, preserving its shape, shell finish, wheels, handle, and proportions; use the traveler from <frame>1 as the featured customer, preserving her face, cream trench coat, confident posture, and travel accessories; use the airport express platform, glass canopy, polished floor, and dawn atmosphere from <frame>2 as the setting; use the NOMAD NINE wordmark and N9 monogram from <frame>3 for the brand identity; apply the subtle diagonal recycled polycarbonate micro-ridge texture from <frame>4 to the suitcase surface where visible. Composition: cinematic premium travel ad, traveler on the right third walking forward while pulling the suitcase, suitcase large and sharp in the lower center foreground, blurred airport train and warm sunrise streaks behind her, clean open space on the upper left for typography. Lighting: natural dawn backlight, soft rim light on the suitcase edges, realistic reflections on the polished platform floor, shallow depth of field, high-end commercial photography. Add precise on-image typography as part of the ad layout: top left brand wordmark “NOMAD NINE”; large headline “PACK LIGHT. LAND READY.”; smaller subheadline “38L CABIN CASE • RECYCLED POLYCARBONATE”; small Japanese line “旅は、もっと軽く。” near the lower left; tiny product note “COBALT / INTERNATIONAL CARRY-ON” near the suitcase. Modern editorial typography, crisp kerning, minimal Swiss grid layout, cobalt blue and warm amber color palette. Finished standalone campaign image only, not a poster mockup, not a website or app screenshot, no CTA button, no browser UI.",
  "width": 3584,
  "height": 4352,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/2edb2726-d462-4759-8a27-cc8bf14e8b94.jpg",
      "https://assets.runware.ai/assets/inputs/13ff468c-86a3-4ab0-87b3-49ae87249142.jpg",
      "https://assets.runware.ai/assets/inputs/6946f677-8a56-4244-a137-b36ed8a6ee1d.jpg",
      "https://assets.runware.ai/assets/inputs/4b30d69a-8963-4f34-af44-ad02a4ff3311.jpg",
      "https://assets.runware.ai/assets/inputs/cc0aa44d-9c42-4ee1-9bb1-1163f674cce5.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "fda5d6aa-589a-43a0-bb8d-d4391bf8e152",
  "imageUUID": "d812f9ad-b4dd-4eac-8f89-34d030e3d0c1",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/4/ii/d812f9ad-b4dd-4eac-8f89-34d030e3d0c1.jpg",
  "seed": 457948617,
  "cost": 0.2
}
Edit

Luxury Villa Twilight Relight

Luxury Villa Twilight Relight

Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements.',
  width: 4096,
  height: 4096,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/5bd9a7ec-eb58-4f84-a092-d963013d9b54.jpg',
      'https://assets.runware.ai/assets/inputs/f09e01ef-5d54-47ec-8efd-c5fb6c7a7e66.jpg',
      'https://assets.runware.ai/assets/inputs/3489bbeb-2b97-43e6-ac01-b8e52c52ff6c.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": "reve:2@1",
            "positivePrompt": "Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements.",
            "width": 4096,
            "height": 4096,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/5bd9a7ec-eb58-4f84-a092-d963013d9b54.jpg",
                    "https://assets.runware.ai/assets/inputs/f09e01ef-5d54-47ec-8efd-c5fb6c7a7e66.jpg",
                    "https://assets.runware.ai/assets/inputs/3489bbeb-2b97-43e6-ac01-b8e52c52ff6c.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": "59d2c771-fc59-41ad-be98-7c3cc2480a32",
      "model": "reve:2@1",
      "positivePrompt": "Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements.",
      "width": 4096,
      "height": 4096,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/5bd9a7ec-eb58-4f84-a092-d963013d9b54.jpg",
          "https://assets.runware.ai/assets/inputs/f09e01ef-5d54-47ec-8efd-c5fb6c7a7e66.jpg",
          "https://assets.runware.ai/assets/inputs/3489bbeb-2b97-43e6-ac01-b8e52c52ff6c.jpg"
        ]
      }
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements." \
  width=4096 \
  height=4096 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5bd9a7ec-eb58-4f84-a092-d963013d9b54.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f09e01ef-5d54-47ec-8efd-c5fb6c7a7e66.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/3489bbeb-2b97-43e6-ac01-b8e52c52ff6c.jpg
{
  "taskType": "imageInference",
  "taskUUID": "59d2c771-fc59-41ad-be98-7c3cc2480a32",
  "model": "reve:2@1",
  "positivePrompt": "Edit <frame>0</frame> only. Preserve the exact villa architecture, camera angle, pool shape, landscaping, patio furniture placement, materials, and all structural details. Change the scene from daytime to an elegant blue-hour twilight real-estate hero image. Replace the pale sky with a deep cobalt dusk sky and a subtle warm sunset glow near the horizon. Turn on warm interior lights behind the windows, add tasteful amber exterior sconces, soft garden uplights, and refined blue pool illumination. Apply the premium architectural lighting mood of <frame>1</frame> and the polished editorial hospitality color grade of <frame>2</frame>. Keep the image photorealistic, clean, high-end, and suitable for a luxury property listing; no added text, no logos, no people, no UI elements.",
  "width": 4096,
  "height": 4096,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/5bd9a7ec-eb58-4f84-a092-d963013d9b54.jpg",
      "https://assets.runware.ai/assets/inputs/f09e01ef-5d54-47ec-8efd-c5fb6c7a7e66.jpg",
      "https://assets.runware.ai/assets/inputs/3489bbeb-2b97-43e6-ac01-b8e52c52ff6c.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "59d2c771-fc59-41ad-be98-7c3cc2480a32",
  "imageUUID": "6d35d7c7-f884-45c2-9e8d-4b882560beab",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/6d35d7c7-f884-45c2-9e8d-4b882560beab.jpg",
  "seed": 154901462,
  "cost": 0.2
}
Edit

Boutique Hotel Twilight Relight

Boutique Hotel Twilight Relight

Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image.',
  width: 4864,
  height: 3328,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/34052ae1-5cff-48e4-8d37-0273380a5242.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": "reve:2@1",
            "positivePrompt": "Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image.",
            "width": 4864,
            "height": 3328,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/34052ae1-5cff-48e4-8d37-0273380a5242.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": "5ef71c8b-f697-41e3-a235-1566029b5b9a",
      "model": "reve:2@1",
      "positivePrompt": "Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image.",
      "width": 4864,
      "height": 3328,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/34052ae1-5cff-48e4-8d37-0273380a5242.jpg"
        ]
      }
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image." \
  width=4864 \
  height=3328 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/34052ae1-5cff-48e4-8d37-0273380a5242.jpg
{
  "taskType": "imageInference",
  "taskUUID": "5ef71c8b-f697-41e3-a235-1566029b5b9a",
  "model": "reve:2@1",
  "positivePrompt": "Edit <frame>0</frame> into a premium blue-hour twilight hospitality photograph. Preserve the exact hotel architecture, camera angle, pool shape, landscaping, furniture placement, balcony details, and overall composition. Change the lighting to early evening after sunset with a deep cobalt sky, warm interior lights glowing through windows and balconies, soft pool lights illuminating turquoise water, subtle landscape uplighting on palms, gentle reflections on wet stone, and a refined luxury travel magazine finish. Keep the scene photorealistic and commercially polished; preserve everything else from the source image.",
  "width": 4864,
  "height": 3328,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/34052ae1-5cff-48e4-8d37-0273380a5242.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5ef71c8b-f697-41e3-a235-1566029b5b9a",
  "imageUUID": "6d175426-d99b-4c92-96fb-fd1bf02e1712",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/4/ii/6d175426-d99b-4c92-96fb-fd1bf02e1712.jpg",
  "seed": 1485646778,
  "cost": 0.2
}
Text to Image

Electric Bike Launch Key Visual

Electric Bike Launch Key Visual

Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text "VELOVA"; large headline across upper center "OWN THE MORNING"; smaller subline beneath "ARC ELECTRIC COMMUTER"; bottom right feature line "80 KM RANGE • 18 KG • BELT DRIVE". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text "VELOVA"; large headline across upper center "OWN THE MORNING"; smaller subline beneath "ARC ELECTRIC COMMUTER"; bottom right feature line "80 KM RANGE  •  18 KG  •  BELT DRIVE". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame.',
  width: 4096,
  height: 4096
})
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": "reve:2@1",
            "positivePrompt": "Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text \"VELOVA\"; large headline across upper center \"OWN THE MORNING\"; smaller subline beneath \"ARC ELECTRIC COMMUTER\"; bottom right feature line \"80 KM RANGE  •  18 KG  •  BELT DRIVE\". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame.",
            "width": 4096,
            "height": 4096
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "148979ec-299f-4bed-8108-783387bc39c1",
      "model": "reve:2@1",
      "positivePrompt": "Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text \"VELOVA\"; large headline across upper center \"OWN THE MORNING\"; smaller subline beneath \"ARC ELECTRIC COMMUTER\"; bottom right feature line \"80 KM RANGE  •  18 KG  •  BELT DRIVE\". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame.",
      "width": 4096,
      "height": 4096
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text \"VELOVA\"; large headline across upper center \"OWN THE MORNING\"; smaller subline beneath \"ARC ELECTRIC COMMUTER\"; bottom right feature line \"80 KM RANGE  •  18 KG  •  BELT DRIVE\". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame." \
  width=4096 \
  height=4096
{
  "taskType": "imageInference",
  "taskUUID": "148979ec-299f-4bed-8108-783387bc39c1",
  "model": "reve:2@1",
  "positivePrompt": "Create a finished brand marketing campaign key visual for a fictional premium urban electric bicycle brand. Square 1:1 composition, high-end advertising photography style. Subject: the VELOVA ARC, a matte graphite commuter e-bike with integrated frame battery, slim front headlight, belt drive, tan leather saddle, minimal black wheels, shown in a dramatic three-quarter front view on wet city pavement at blue-hour sunrise. Background: modern Copenhagen-inspired waterfront street with soft architectural silhouettes, reflections on the ground, subtle motion blur of the city behind the bike, no people. Lighting: cinematic dawn backlight, clean rim light on the bike frame, warm highlights, crisp product detail, premium automotive-ad feel. Layout: bike centered slightly lower, strong negative space in the upper third for typography. On-image typography must be clean, sharp, and readable: top left small brand wordmark text \"VELOVA\"; large headline across upper center \"OWN THE MORNING\"; smaller subline beneath \"ARC ELECTRIC COMMUTER\"; bottom right feature line \"80 KM RANGE  •  18 KG  •  BELT DRIVE\". Use elegant condensed sans-serif typography in white with subtle warm accent line, perfectly aligned, not distorted. Color palette: graphite, deep navy, cool mist, warm sunrise amber. Finished standalone campaign key art, no website, no app interface, no buttons, no borders, no mockup frame.",
  "width": 4096,
  "height": 4096
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "148979ec-299f-4bed-8108-783387bc39c1",
  "imageUUID": "e2daecc1-e14f-4851-a3bb-b6e56469bfca",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/4/ii/e2daecc1-e14f-4851-a3bb-b6e56469bfca.jpg",
  "seed": 2075806565,
  "cost": 0.2
}
Edit

Specialty Coffee Bag Label Design

Specialty Coffee Bag Label Design

Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism.',
  width: 3328,
  height: 4608,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/05f43091-24dd-44f8-8546-55407d155738.jpg',
      'https://assets.runware.ai/assets/inputs/015079cf-ba15-4f56-9d32-2ad5e64573d4.jpg',
      'https://assets.runware.ai/assets/inputs/bfc2d8c0-b653-4074-9e93-f1eec11540ac.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": "reve:2@1",
            "positivePrompt": "Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism.",
            "width": 3328,
            "height": 4608,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/05f43091-24dd-44f8-8546-55407d155738.jpg",
                    "https://assets.runware.ai/assets/inputs/015079cf-ba15-4f56-9d32-2ad5e64573d4.jpg",
                    "https://assets.runware.ai/assets/inputs/bfc2d8c0-b653-4074-9e93-f1eec11540ac.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": "f2cb0fb0-18bf-4cb5-b737-0352676f4d15",
      "model": "reve:2@1",
      "positivePrompt": "Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism.",
      "width": 3328,
      "height": 4608,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/05f43091-24dd-44f8-8546-55407d155738.jpg",
          "https://assets.runware.ai/assets/inputs/015079cf-ba15-4f56-9d32-2ad5e64573d4.jpg",
          "https://assets.runware.ai/assets/inputs/bfc2d8c0-b653-4074-9e93-f1eec11540ac.jpg"
        ]
      }
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism." \
  width=3328 \
  height=4608 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/05f43091-24dd-44f8-8546-55407d155738.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/015079cf-ba15-4f56-9d32-2ad5e64573d4.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/bfc2d8c0-b653-4074-9e93-f1eec11540ac.jpg
{
  "taskType": "imageInference",
  "taskUUID": "f2cb0fb0-18bf-4cb5-b737-0352676f4d15",
  "model": "reve:2@1",
  "positivePrompt": "Edit <frame>0</frame> only: add a finished front label and packaging graphics for a premium specialty coffee brand named “NORTHLINE ROASTERS” to the blank kraft coffee bag. Use the clean Swiss-grid layout, forest green and warm cream palette, geometric detailing, and copper foil accent styling from <frame>1</frame> and <frame>2</frame>. Add crisp readable typography: “NORTHLINE ROASTERS”, “ETHIOPIA YIRGACHEFFE”, “WASHED PROCESS”, “TASTING NOTES: JASMINE • BERGAMOT • HONEY”, and “NET WT 12 OZ (340 g)”. Include a small mountain ridgeline icon and a neat roast-date box. Preserve the original bag shape, folds, lighting, shadows, camera angle, background, and product-photo realism.",
  "width": 3328,
  "height": 4608,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/05f43091-24dd-44f8-8546-55407d155738.jpg",
      "https://assets.runware.ai/assets/inputs/015079cf-ba15-4f56-9d32-2ad5e64573d4.jpg",
      "https://assets.runware.ai/assets/inputs/bfc2d8c0-b653-4074-9e93-f1eec11540ac.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f2cb0fb0-18bf-4cb5-b737-0352676f4d15",
  "imageUUID": "9fe7c002-e9ca-4bc4-b867-20538beab327",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/9fe7c002-e9ca-4bc4-b867-20538beab327.jpg",
  "seed": 1823498251,
  "cost": 0.2
}
Text to Image

Botanical Gin Label Design

Botanical Gin Label Design

Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: "VERDANT HARBOR". Product name: "Coastal Botanical Gin". Include clearly readable label text arranged with elegant hierarchy: top small text "SMALL BATCH DISTILLED", large centered brand name "VERDANT HARBOR", below it "Coastal Botanical Gin", lower details "Juniper • Sea Fennel • Meyer Lemon", "750 ml", "45% ALC/VOL", and a small footer "DISTILLED IN PORT TOWNSEND, WASHINGTON". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'reve:2@1',
  positivePrompt: 'Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: "VERDANT HARBOR". Product name: "Coastal Botanical Gin". Include clearly readable label text arranged with elegant hierarchy: top small text "SMALL BATCH DISTILLED", large centered brand name "VERDANT HARBOR", below it "Coastal Botanical Gin", lower details "Juniper • Sea Fennel • Meyer Lemon", "750 ml", "45% ALC/VOL", and a small footer "DISTILLED IN PORT TOWNSEND, WASHINGTON". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation.',
  width: 4096,
  height: 4096
})
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": "reve:2@1",
            "positivePrompt": "Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: \"VERDANT HARBOR\". Product name: \"Coastal Botanical Gin\". Include clearly readable label text arranged with elegant hierarchy: top small text \"SMALL BATCH DISTILLED\", large centered brand name \"VERDANT HARBOR\", below it \"Coastal Botanical Gin\", lower details \"Juniper • Sea Fennel • Meyer Lemon\", \"750 ml\", \"45% ALC/VOL\", and a small footer \"DISTILLED IN PORT TOWNSEND, WASHINGTON\". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation.",
            "width": 4096,
            "height": 4096
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "bf5bf0df-8e14-4c24-afbf-ea262026d434",
      "model": "reve:2@1",
      "positivePrompt": "Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: \"VERDANT HARBOR\". Product name: \"Coastal Botanical Gin\". Include clearly readable label text arranged with elegant hierarchy: top small text \"SMALL BATCH DISTILLED\", large centered brand name \"VERDANT HARBOR\", below it \"Coastal Botanical Gin\", lower details \"Juniper • Sea Fennel • Meyer Lemon\", \"750 ml\", \"45% ALC/VOL\", and a small footer \"DISTILLED IN PORT TOWNSEND, WASHINGTON\". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation.",
      "width": 4096,
      "height": 4096
    }
  ]'
runware run reve:2@1 \
  positivePrompt="Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: \"VERDANT HARBOR\". Product name: \"Coastal Botanical Gin\". Include clearly readable label text arranged with elegant hierarchy: top small text \"SMALL BATCH DISTILLED\", large centered brand name \"VERDANT HARBOR\", below it \"Coastal Botanical Gin\", lower details \"Juniper • Sea Fennel • Meyer Lemon\", \"750 ml\", \"45% ALC/VOL\", and a small footer \"DISTILLED IN PORT TOWNSEND, WASHINGTON\". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation." \
  width=4096 \
  height=4096
{
  "taskType": "imageInference",
  "taskUUID": "bf5bf0df-8e14-4c24-afbf-ea262026d434",
  "model": "reve:2@1",
  "positivePrompt": "Create a finished square front label design for a premium small-batch gin bottle, not a mockup and no bottle visible. Brand: \"VERDANT HARBOR\". Product name: \"Coastal Botanical Gin\". Include clearly readable label text arranged with elegant hierarchy: top small text \"SMALL BATCH DISTILLED\", large centered brand name \"VERDANT HARBOR\", below it \"Coastal Botanical Gin\", lower details \"Juniper • Sea Fennel • Meyer Lemon\", \"750 ml\", \"45% ALC/VOL\", and a small footer \"DISTILLED IN PORT TOWNSEND, WASHINGTON\". Style: refined luxury spirits packaging, deep emerald green background, engraved copper foil border, cream typography, intricate botanical line illustrations of juniper branches, sea fennel, lemon blossoms, and subtle wave motifs framing the text. Symmetrical composition, crisp vector-like print design, high-end letterpress feel, precise spacing, sharp readable typography, premium label artwork ready for packaging presentation.",
  "width": 4096,
  "height": 4096
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "bf5bf0df-8e14-4c24-afbf-ea262026d434",
  "imageUUID": "2fb5f1a1-09de-403e-9019-d74711deaa54",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/2fb5f1a1-09de-403e-9019-d74711deaa54.jpg",
  "seed": 1877104461,
  "cost": 0.2
}