MODEL IDrunware:400@3
live

FLUX.2 [klein] 9B Base

Black Forest Labs
by Black Forest Labs

FLUX.2 [klein] 9B Base is the undistilled foundation model of the Klein family, offering full model capacity for image generation and editing. It is optimized for fine-tuning, customization, and post-training workflows where flexibility, control, and maximum training signal are required.

FLUX.2 [klein] 9B Base
text-to-image

Avalanche Rescue Team Portrait Composite

Avalanche Rescue Team Portrait Composite

Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or 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: 'runware:400@3',
  positivePrompt: 'Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or watermark.',
  negativePrompt: 'extra people, duplicate people, duplicate dog, multiple dogs, malformed hands, extra limbs, fused bodies, floating feet, incorrect shadows, oversized dog, tiny dog, stiff lineup, obscured faces, fashion poses, studio backdrop, cartoon, illustration, excessive HDR, oversaturated colors, text, captions, logos, watermark',
  width: 1344,
  height: 768
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or watermark.",
            "negativePrompt": "extra people, duplicate people, duplicate dog, multiple dogs, malformed hands, extra limbs, fused bodies, floating feet, incorrect shadows, oversized dog, tiny dog, stiff lineup, obscured faces, fashion poses, studio backdrop, cartoon, illustration, excessive HDR, oversaturated colors, text, captions, logos, watermark",
            "width": 1344,
            "height": 768
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "6890874f-2f5e-4d6d-b7f0-46f209abbf91",
      "model": "runware:400@3",
      "positivePrompt": "Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or watermark.",
      "negativePrompt": "extra people, duplicate people, duplicate dog, multiple dogs, malformed hands, extra limbs, fused bodies, floating feet, incorrect shadows, oversized dog, tiny dog, stiff lineup, obscured faces, fashion poses, studio backdrop, cartoon, illustration, excessive HDR, oversaturated colors, text, captions, logos, watermark",
      "width": 1344,
      "height": 768
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or watermark." \
  negativePrompt="extra people, duplicate people, duplicate dog, multiple dogs, malformed hands, extra limbs, fused bodies, floating feet, incorrect shadows, oversized dog, tiny dog, stiff lineup, obscured faces, fashion poses, studio backdrop, cartoon, illustration, excessive HDR, oversaturated colors, text, captions, logos, watermark" \
  width=1344 \
  height=768
{
  "taskType": "imageInference",
  "taskUUID": "6890874f-2f5e-4d6d-b7f0-46f209abbf91",
  "model": "runware:400@3",
  "positivePrompt": "Create a polished environmental group portrait for an alpine rescue organization’s annual report. Seven professional avalanche patrol members stand and kneel beside a matte-red tracked snowcat at a high-mountain rescue station, wearing coordinated crimson technical uniforms with subtle reflective details, helmets carried at their sides, practical avalanche packs and radios. Seamlessly add the team’s newly certified subject: a sturdy black-and-tan Belgian Malinois rescue dog seated proudly at the exact center of the group, wearing a fitted red search harness, naturally integrated with correct scale, paw contact, shadows, perspective and reflected light. Everyone looks toward the camera with calm confidence and genuine camaraderie; varied ages and genders, believable weathered faces, relaxed asymmetrical arrangement rather than a rigid lineup. Fresh snow, pale turquoise shadows, windblown ridgeline and distant peaks behind them. Clear cold sunrise with soft coral light touching the summits, crisp directional illumination and subtle fill on faces, visible breath, restrained red, ice-blue and warm peach palette. Premium documentary photography, realistic fabric and fur detail, natural skin texture, 35mm lens character, eye-level landscape framing, team filling the central two-thirds of the frame, snowcat providing a strong diagonal, generous mountain context, cohesive single photograph with no evidence of compositing. No lettering, logos, borders or watermark.",
  "negativePrompt": "extra people, duplicate people, duplicate dog, multiple dogs, malformed hands, extra limbs, fused bodies, floating feet, incorrect shadows, oversized dog, tiny dog, stiff lineup, obscured faces, fashion poses, studio backdrop, cartoon, illustration, excessive HDR, oversaturated colors, text, captions, logos, watermark",
  "width": 1344,
  "height": 768
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6890874f-2f5e-4d6d-b7f0-46f209abbf91",
  "imageUUID": "f6a1b229-7320-4b02-a59a-548270059b0a",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/f6a1b229-7320-4b02-a59a-548270059b0a.jpg",
  "seed": 730659689,
  "cost": 0.00338
}
text-to-image

Harbor Pilot Picture-Book Spread

Harbor Pilot Picture-Book Spread

Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, 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: 'runware:400@3',
  positivePrompt: 'Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, no watermark.',
  width: 1344,
  height: 768
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, no watermark.",
            "width": 1344,
            "height": 768
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "404fc4cd-3594-4651-8e03-1c5bcc78aaa1",
      "model": "runware:400@3",
      "positivePrompt": "Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, no watermark.",
      "width": 1344,
      "height": 768
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, no watermark." \
  width=1344 \
  height=768
{
  "taskType": "imageInference",
  "taskUUID": "404fc4cd-3594-4651-8e03-1c5bcc78aaa1",
  "model": "runware:400@3",
  "positivePrompt": "Finished landscape double-page children’s picture-book spread, full bleed, illustrating a real harbor pilot at work before sunrise. A capable middle-aged woman harbor pilot in a bright safety-orange waterproof suit climbs from a small orange pilot launch onto the rope ladder of an immense deep-navy container ship. Place the pilot and ladder clearly in the left third; the launch bucks gently through foamy waves below while its deckhand watches from a safe position. The cargo ship’s towering curved hull fills the right two-thirds, creating a dramatic sense of scale, with the quiet center gutter falling across an uncluttered section of painted steel rather than any face or important action. In the distance: breakwater lighthouse, low port cranes, gulls and stacked containers softened by rain. Early dawn light breaks beneath heavy teal storm clouds, casting a narrow band of pale apricot and lavender across the horizon and warm reflections over the wet hull. Art direction: sophisticated hand-cut paper collage combined with opaque gouache, dry-brush spray, screenprinted grain and bold simplified shapes; limited palette of deep teal, indigo, safety orange, warm cream, muted lavender and sea-glass green. Energetic diagonal composition, tactile layered edges, expressive water, accurate maritime safety gear and believable vessel details, adventurous but reassuring mood, age 6–9 trade picture-book quality. One continuous panoramic scene, no panels, no border, no captions, no lettering, no logos, no watermark.",
  "width": 1344,
  "height": 768
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "404fc4cd-3594-4651-8e03-1c5bcc78aaa1",
  "imageUUID": "9a0d424f-f7ea-40ed-b906-7373b262e501",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/9a0d424f-f7ea-40ed-b906-7373b262e501.jpg",
  "seed": 1631587828,
  "cost": 0.00338
}
reference-to-image

Coastal Harvest Workwear Lookbook

Coastal Harvest Workwear Lookbook

Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model's androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model\'s androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage.',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/a6ccae78-4508-4c63-83e8-8ff917a10680.jpg',
      'https://assets.runware.ai/assets/inputs/091a8a57-5500-41ac-959b-0ea290e8f694.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model's androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage.",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/a6ccae78-4508-4c63-83e8-8ff917a10680.jpg",
                    "https://assets.runware.ai/assets/inputs/091a8a57-5500-41ac-959b-0ea290e8f694.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": "19518168-2de5-4374-a5f8-6699501b634a",
      "model": "runware:400@3",
      "positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model's androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage.",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/a6ccae78-4508-4c63-83e8-8ff917a10680.jpg",
          "https://assets.runware.ai/assets/inputs/091a8a57-5500-41ac-959b-0ea290e8f694.jpg"
        ]
      }
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model's androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage." \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a6ccae78-4508-4c63-83e8-8ff917a10680.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/091a8a57-5500-41ac-959b-0ea290e8f694.jpg
{
  "taskType": "imageInference",
  "taskUUID": "19518168-2de5-4374-a5f8-6699501b634a",
  "model": "runware:400@3",
  "positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal workwear catalog. Use the model and exact outfit from reference image 1: preserve the waxed ochre hooded smock, its oversized patch pockets and seam construction, the deep teal waterproof bib trousers, cream sweater cuffs, dark green rubber boots, and the model's androgynous appearance. Place the model convincingly within the seaweed-drying yard from reference image 2, retaining its timber kelp racks, hanging brown seaweed, pale green corrugated shed, damp gravel, mist and distant slate-blue ocean. Full-length standing pose with one hand lightly touching a timber rack and the other relaxed, calm direct gaze, practical confidence rather than runway theatrics. Make the clothing the unmistakable catalog focus while clearly communicating its working coastal context. Soft overcast daylight, subtle cool maritime atmosphere, ochre and teal garments contrasting against muted sea green, umber and slate blue. Natural fabric texture, realistic waxed cotton sheen, visible waterproof material, accurate garment fit, editorial medium-format photography, crisp but not overly retouched, understated contemporary art direction, generous breathing room, balanced square composition, no typography, no logos, no border, no collage.",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/a6ccae78-4508-4c63-83e8-8ff917a10680.jpg",
      "https://assets.runware.ai/assets/inputs/091a8a57-5500-41ac-959b-0ea290e8f694.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "19518168-2de5-4374-a5f8-6699501b634a",
  "imageUUID": "c759ec3e-74f7-4514-84d7-390508dc6294",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/c759ec3e-74f7-4514-84d7-390508dc6294.jpg",
  "seed": 903395487,
  "cost": 0.0091
}
reference-to-image

Fog Harvester Campaign Key Visual

Fog Harvester Campaign Key Visual

Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette. Show an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective. Art direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette.\n\nShow an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective.\n\nArt direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup.',
  negativePrompt: 'Words, lettering, logos, labels, captions, interface elements, infographic arrows, people, vehicles, city skyline, lush greenery, fantasy machinery, solar panels, wind turbines, oversized droplets, flooding, rainstorm, neon colors, glossy science-fiction styling, distorted frames, tangled wires, duplicate overlapping structures, implausible supports, low-detail background, collage seams, split screen, product floating above the ground',
  width: 1024,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/077943e0-fb04-478b-b05b-0cda20f3a137.jpg',
      'https://assets.runware.ai/assets/inputs/20dade2f-6480-46c6-bc14-c2e8e4820be8.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette.\n\nShow an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective.\n\nArt direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup.",
            "negativePrompt": "Words, lettering, logos, labels, captions, interface elements, infographic arrows, people, vehicles, city skyline, lush greenery, fantasy machinery, solar panels, wind turbines, oversized droplets, flooding, rainstorm, neon colors, glossy science-fiction styling, distorted frames, tangled wires, duplicate overlapping structures, implausible supports, low-detail background, collage seams, split screen, product floating above the ground",
            "width": 1024,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/077943e0-fb04-478b-b05b-0cda20f3a137.jpg",
                    "https://assets.runware.ai/assets/inputs/20dade2f-6480-46c6-bc14-c2e8e4820be8.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": "3f8ecf38-e079-451d-bb3a-5a7f8127336c",
      "model": "runware:400@3",
      "positivePrompt": "Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette.\n\nShow an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective.\n\nArt direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup.",
      "negativePrompt": "Words, lettering, logos, labels, captions, interface elements, infographic arrows, people, vehicles, city skyline, lush greenery, fantasy machinery, solar panels, wind turbines, oversized droplets, flooding, rainstorm, neon colors, glossy science-fiction styling, distorted frames, tangled wires, duplicate overlapping structures, implausible supports, low-detail background, collage seams, split screen, product floating above the ground",
      "width": 1024,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/077943e0-fb04-478b-b05b-0cda20f3a137.jpg",
          "https://assets.runware.ai/assets/inputs/20dade2f-6480-46c6-bc14-c2e8e4820be8.jpg"
        ]
      }
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette.

Show an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective.

Art direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup." \
  negativePrompt="Words, lettering, logos, labels, captions, interface elements, infographic arrows, people, vehicles, city skyline, lush greenery, fantasy machinery, solar panels, wind turbines, oversized droplets, flooding, rainstorm, neon colors, glossy science-fiction styling, distorted frames, tangled wires, duplicate overlapping structures, implausible supports, low-detail background, collage seams, split screen, product floating above the ground" \
  width=1024 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/077943e0-fb04-478b-b05b-0cda20f3a137.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/20dade2f-6480-46c6-bc14-c2e8e4820be8.jpg
{
  "taskType": "imageInference",
  "taskUUID": "3f8ecf38-e079-451d-bb3a-5a7f8127336c",
  "model": "runware:400@3",
  "positivePrompt": "Create a finished square brand marketing campaign key visual for an atmospheric water-harvesting technology company. Use reference image 1 as the exact product-design guide: preserve the slim brushed-aluminum frame, dense vertical stainless-steel wire field, realistic engineering, proportions, and terracotta-red collection trough. Use reference image 2 as the environmental and art-direction guide: the same coastal Atacama terrain, pearl-gray marine fog, pale ochre mineral ground, peach dawn light, and restrained natural palette.\n\nShow an elegant array of seven fog-harvesting panels installed across a low desert ridge, following the contour of the land. The nearest panel occupies the right foreground in crisp three-quarter view; the remaining panels recede rhythmically into fog toward the left background. Fine mist beads on the vertical wires, with a few sharply resolved droplets catching the dawn light like clear glass. A narrow ribbon of collected water is visible inside the foreground terracotta trough, communicating the product benefit without diagrams or typography. Integrate every structure convincingly into the ground with discreet footings and physically accurate perspective.\n\nArt direction: premium global sustainability campaign, precise industrial design photography blended with cinematic environmental editorial photography, calm and quietly optimistic rather than futuristic. Soft directional sunrise creates delicate highlights on wet metal while fog diffuses the distance. Strong graphic composition with generous open fog in the upper-left area for optional campaign copy in later layout, but generate no text. High material realism, subtle film grain, natural tonal range, clean art direction, coherent shadows, sophisticated mineral color grading. One finished standalone image, not a mockup.",
  "negativePrompt": "Words, lettering, logos, labels, captions, interface elements, infographic arrows, people, vehicles, city skyline, lush greenery, fantasy machinery, solar panels, wind turbines, oversized droplets, flooding, rainstorm, neon colors, glossy science-fiction styling, distorted frames, tangled wires, duplicate overlapping structures, implausible supports, low-detail background, collage seams, split screen, product floating above the ground",
  "width": 1024,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/077943e0-fb04-478b-b05b-0cda20f3a137.jpg",
      "https://assets.runware.ai/assets/inputs/20dade2f-6480-46c6-bc14-c2e8e4820be8.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3f8ecf38-e079-451d-bb3a-5a7f8127336c",
  "imageUUID": "796259d1-4055-4c17-b443-729db1468fdd",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/796259d1-4055-4c17-b443-729db1468fdd.jpg",
  "seed": 2025327424,
  "cost": 0.0091
}
Text to Image

Sunflower Life Cycle Poster

Sunflower Life Cycle Poster

Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Educational children\'s illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.',
  negativePrompt: 'photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting',
  width: 1024,
  height: 1280,
  steps: 32,
  CFGScale: 3.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
            "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
            "width": 1024,
            "height": 1280,
            "steps": 32,
            "CFGScale": 3.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
      "model": "runware:400@3",
      "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
      "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
      "width": 1024,
      "height": 1280,
      "steps": 32,
      "CFGScale": 3.5
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster." \
  negativePrompt="photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting" \
  width=1024 \
  height=1280 \
  steps=32 \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
  "model": "runware:400@3",
  "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
  "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
  "width": 1024,
  "height": 1280,
  "steps": 32,
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
  "imageUUID": "e078538c-ec33-4476-a906-f7b684f93f5f",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/e078538c-ec33-4476-a906-f7b684f93f5f.jpg",
  "seed": 735566277,
  "cost": 0.0299
}
Image to Image

Night Drive Playlist Cover

Night Drive Playlist Cover

Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled "NIGHT DRIVE FREQUENCIES". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text "NIGHT DRIVE FREQUENCIES" in the upper left with small subtitle "LATE NIGHT SYNTHWAVE" beneath it. Leave safe margins, professional typography, no logos, 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: 'runware:400@3',
  positivePrompt: 'Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled "NIGHT DRIVE FREQUENCIES". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text "NIGHT DRIVE FREQUENCIES" in the upper left with small subtitle "LATE NIGHT SYNTHWAVE" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.',
  negativePrompt: 'low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style',
  width: 1344,
  height: 768,
  steps: 32,
  CFGScale: 3.5,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg',
      'https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg',
      'https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
            "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
            "width": 1344,
            "height": 768,
            "steps": 32,
            "CFGScale": 3.5,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
                    "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
                    "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.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": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
      "model": "runware:400@3",
      "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
      "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
      "width": 1344,
      "height": 768,
      "steps": 32,
      "CFGScale": 3.5,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
          "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
          "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg"
        ]
      }
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame." \
  negativePrompt="low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style" \
  width=1344 \
  height=768 \
  steps=32 \
  CFGScale=3.5 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg
{
  "taskType": "imageInference",
  "taskUUID": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
  "model": "runware:400@3",
  "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
  "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
  "width": 1344,
  "height": 768,
  "steps": 32,
  "CFGScale": 3.5,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
      "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
      "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
  "imageUUID": "8f3cef9d-f6df-4415-bb5f-d33cb3e98f01",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/8f3cef9d-f6df-4415-bb5f-d33cb3e98f01.jpg",
  "seed": 1578622744,
  "cost": 0.08983
}
Image to Image

Cold Brew Social Ad

Cold Brew Social Ad

Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative.',
  negativePrompt: 'blurry product, warped can, incorrect logo, illegible text, misspelled words, extra cans, distorted hands, cluttered layout, low quality, harsh flash, cartoon style, surreal elements, messy typography',
  width: 1024,
  height: 768,
  steps: 28,
  CFGScale: 3.5,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0ce249ad-cf84-474c-b2fa-edb9454d14df.jpg',
      'https://assets.runware.ai/assets/inputs/a07bd288-b747-4e11-854a-d7e7b1cf0798.jpg',
      'https://assets.runware.ai/assets/inputs/3d3a034e-a000-4cba-8f7d-36ffd9495a7e.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative.",
            "negativePrompt": "blurry product, warped can, incorrect logo, illegible text, misspelled words, extra cans, distorted hands, cluttered layout, low quality, harsh flash, cartoon style, surreal elements, messy typography",
            "width": 1024,
            "height": 768,
            "steps": 28,
            "CFGScale": 3.5,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0ce249ad-cf84-474c-b2fa-edb9454d14df.jpg",
                    "https://assets.runware.ai/assets/inputs/a07bd288-b747-4e11-854a-d7e7b1cf0798.jpg",
                    "https://assets.runware.ai/assets/inputs/3d3a034e-a000-4cba-8f7d-36ffd9495a7e.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": "3a5794cf-8251-42e6-939c-6def504693be",
      "model": "runware:400@3",
      "positivePrompt": "Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative.",
      "negativePrompt": "blurry product, warped can, incorrect logo, illegible text, misspelled words, extra cans, distorted hands, cluttered layout, low quality, harsh flash, cartoon style, surreal elements, messy typography",
      "width": 1024,
      "height": 768,
      "steps": 28,
      "CFGScale": 3.5,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0ce249ad-cf84-474c-b2fa-edb9454d14df.jpg",
          "https://assets.runware.ai/assets/inputs/a07bd288-b747-4e11-854a-d7e7b1cf0798.jpg",
          "https://assets.runware.ai/assets/inputs/3d3a034e-a000-4cba-8f7d-36ffd9495a7e.jpg"
        ]
      }
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative." \
  negativePrompt="blurry product, warped can, incorrect logo, illegible text, misspelled words, extra cans, distorted hands, cluttered layout, low quality, harsh flash, cartoon style, surreal elements, messy typography" \
  width=1024 \
  height=768 \
  steps=28 \
  CFGScale=3.5 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0ce249ad-cf84-474c-b2fa-edb9454d14df.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/a07bd288-b747-4e11-854a-d7e7b1cf0798.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/3d3a034e-a000-4cba-8f7d-36ffd9495a7e.jpg
{
  "taskType": "imageInference",
  "taskUUID": "3a5794cf-8251-42e6-939c-6def504693be",
  "model": "runware:400@3",
  "positivePrompt": "Create a polished paid social media ad for the fictional beverage brand NORTHSTAR COLD BREW using the three reference images: preserve the navy canned cold brew product design from reference 1, use the warm morning lifestyle energy from reference 2, and incorporate the coffee bean, oat milk, and ice ingredient cues from reference 3. Landscape 4:3 composition for Facebook and LinkedIn feed. Hero product can in the right foreground with crisp condensation and premium studio lighting, lifestyle balcony scene softly blended in the left background, warm sunrise glow, clean modern commercial photography, realistic shadows, appetizing cold coffee tones, high-end direct-to-consumer beverage aesthetic. Leave a clean copy area in the upper left with bold readable ad text: “COLD BREW, READY NOW” and smaller subtext: “Smooth oat latte • 80mg caffeine”. Add a small rounded call-to-action badge near bottom left reading “SHOP THE LAUNCH”. Premium, fresh, believable, conversion-focused social ad creative.",
  "negativePrompt": "blurry product, warped can, incorrect logo, illegible text, misspelled words, extra cans, distorted hands, cluttered layout, low quality, harsh flash, cartoon style, surreal elements, messy typography",
  "width": 1024,
  "height": 768,
  "steps": 28,
  "CFGScale": 3.5,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0ce249ad-cf84-474c-b2fa-edb9454d14df.jpg",
      "https://assets.runware.ai/assets/inputs/a07bd288-b747-4e11-854a-d7e7b1cf0798.jpg",
      "https://assets.runware.ai/assets/inputs/3d3a034e-a000-4cba-8f7d-36ffd9495a7e.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3a5794cf-8251-42e6-939c-6def504693be",
  "imageUUID": "b7fd1683-d8a5-4726-8ceb-682f9e7f33cd",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/b7fd1683-d8a5-4726-8ceb-682f9e7f33cd.jpg",
  "seed": 403365594,
  "cost": 0.05993
}
Text to Image

Cargo E-Bike Social Ad

Cargo E-Bike Social Ad

Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: "SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS." with smaller text below: "LOOPLINE CARGO E-BIKES" and a small rounded CTA badge: "BOOK A TEST RIDE". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: "SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS." with smaller text below: "LOOPLINE CARGO E-BIKES" and a small rounded CTA badge: "BOOK A TEST RIDE". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.',
  negativePrompt: 'blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts',
  width: 1536,
  height: 1024,
  steps: 32,
  CFGScale: 3.5
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "runware:400@3",
            "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
            "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
            "width": 1536,
            "height": 1024,
            "steps": 32,
            "CFGScale": 3.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
      "model": "runware:400@3",
      "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
      "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
      "width": 1536,
      "height": 1024,
      "steps": 32,
      "CFGScale": 3.5
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition." \
  negativePrompt="blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts" \
  width=1536 \
  height=1024 \
  steps=32 \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
  "model": "runware:400@3",
  "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
  "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
  "width": 1536,
  "height": 1024,
  "steps": 32,
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
  "imageUUID": "fa5d5bf3-2412-4406-8307-5b84a6a865e9",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/fa5d5bf3-2412-4406-8307-5b84a6a865e9.jpg",
  "seed": 85318565,
  "cost": 0.03497
}