MODEL IDrunware:400@1
live

FLUX.2 [dev]

Black Forest Labs
by Black Forest Labs

FLUX.2 dev is an open weight text to image and image editing model from Black Forest Labs. It targets developers who need precise control over prompts, references, and iteration. Use it for non commercial research, workflow prototyping, and multi conditioning image pipelines.

FLUX.2 [dev]
text-to-image

Maritime Artifact Exhibition Scene

Maritime Artifact Exhibition Scene

Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy 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: 'runware:400@1',
  positivePrompt: 'Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy elements.',
  width: 1024,
  height: 1024
})
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@1",
            "positivePrompt": "Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy elements.",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "459e7b56-5bfb-4898-aca8-d45fe5ace45a",
      "model": "runware:400@1",
      "positivePrompt": "Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy elements.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run runware:400@1 \
  positivePrompt="Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy elements." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "459e7b56-5bfb-4898-aca8-d45fe5ace45a",
  "model": "runware:400@1",
  "positivePrompt": "Create a finished photorealistic museum campaign image centered on one authentic late-19th-century copper and brass deep-sea diving helmet, presented as though moved from a plain catalog background into a decommissioned shipyard dry dock converted into a maritime exhibition. Square composition, helmet shown in three-quarter view on a low blackened-oak plinth, occupying the central lower half of the frame with its circular glass faceplate clearly visible. Preserve convincing artifact details: hammered copper shell, riveted seams, brass fittings, side windows, threaded collar, patches of verdigris, fine scratches and age-darkened metal. Ground the helmet naturally with accurate contact shadows and subtle reflections; it must feel physically present in the new environment, not pasted in. Behind it, monumental concrete dock walls, softly blurred iron gantries, heavy chains and a distant hull silhouette establish industrial maritime history without competing with the subject. Cool slate-blue ambient daylight enters from high clerestory windows, while one restrained warm conservation spotlight models the copper surface and creates a refined blue-and-amber palette. Slightly damp concrete floor, faint atmospheric haze, tactile wood grain and restrained film grain. Premium heritage editorial photography, quiet and contemplative mood, realistic perspective, crisp artifact detail with gentle background falloff, no people, no labels, no signage, no lettering, no fantasy elements.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "459e7b56-5bfb-4898-aca8-d45fe5ace45a",
  "imageUUID": "f3ffd815-9613-4b5d-903b-731e7cbe8c34",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/f3ffd815-9613-4b5d-903b-731e7cbe8c34.jpg",
  "seed": 1938078773,
  "cost": 0.009
}
text-to-image

Contemporary Apiarist Workwear Lookbook

Contemporary Apiarist Workwear Lookbook

Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, 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@1',
  positivePrompt: 'Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, no logos, no border, no collage.',
  negativePrompt: 'cropped feet, cropped head, close-up portrait, runway, evening gown, fantasy costume, excessive bees, bee swarm, honey dripping, oversized props, extra people, extra limbs, malformed hands, duplicated garments, broken zipper, incoherent pockets, plastic-looking fabric, glossy fashion lighting, neon colors, text, labels, logos, watermark, catalog page layout, split screen',
  width: 1024,
  height: 1024
})
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@1",
            "positivePrompt": "Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, no logos, no border, no collage.",
            "negativePrompt": "cropped feet, cropped head, close-up portrait, runway, evening gown, fantasy costume, excessive bees, bee swarm, honey dripping, oversized props, extra people, extra limbs, malformed hands, duplicated garments, broken zipper, incoherent pockets, plastic-looking fabric, glossy fashion lighting, neon colors, text, labels, logos, watermark, catalog page layout, split screen",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "c5754dc8-f1a5-4289-b604-8a622ab8890a",
      "model": "runware:400@1",
      "positivePrompt": "Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, no logos, no border, no collage.",
      "negativePrompt": "cropped feet, cropped head, close-up portrait, runway, evening gown, fantasy costume, excessive bees, bee swarm, honey dripping, oversized props, extra people, extra limbs, malformed hands, duplicated garments, broken zipper, incoherent pockets, plastic-looking fabric, glossy fashion lighting, neon colors, text, labels, logos, watermark, catalog page layout, split screen",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run runware:400@1 \
  positivePrompt="Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, no logos, no border, no collage." \
  negativePrompt="cropped feet, cropped head, close-up portrait, runway, evening gown, fantasy costume, excessive bees, bee swarm, honey dripping, oversized props, extra people, extra limbs, malformed hands, duplicated garments, broken zipper, incoherent pockets, plastic-looking fabric, glossy fashion lighting, neon colors, text, labels, logos, watermark, catalog page layout, split screen" \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "c5754dc8-f1a5-4289-b604-8a622ab8890a",
  "model": "runware:400@1",
  "positivePrompt": "Commercial fashion lookbook photograph for a premium apiarist workwear collection. A confident woman in her early forties stands full-length beside two simple wooden beehive boxes in a misty working orchard, photographed from head to boots in a relaxed three-quarter stance. She wears a precisely constructed buttercream beekeeping coverall in heavyweight cotton canvas, with articulated knees, reinforced elbows, matte brass front zipper, gusseted cargo pockets, elasticated cuffs, and a detachable smoke-gray mesh fencing veil over a structured wide-brim hood. Faded marigold leather gauntlets are tucked neatly into one utility pocket; charcoal rubber field boots complete the outfit. Keep every garment feature practical, legible, and realistically constructed. Restrained palette of buttercream, smoke gray, faded marigold, pale eucalyptus, and weathered natural wood. Early morning overcast light with a soft warm rim from the low sun, gentle atmospheric haze, subtle grounded shadows, crisp textile weave, visible stitching, realistic mesh, lightly scuffed boots, and tactile timber grain. Clean square composition with the model slightly left of center and the hive boxes balancing the right side; orderly orchard rows recede quietly into the background. Sophisticated European workwear catalog art direction, calm and utilitarian rather than glamorous, natural posture, documentary realism, medium-format photographic detail, 50mm lens perspective, deep enough focus to show the entire outfit clearly. No lettering, no logos, no border, no collage.",
  "negativePrompt": "cropped feet, cropped head, close-up portrait, runway, evening gown, fantasy costume, excessive bees, bee swarm, honey dripping, oversized props, extra people, extra limbs, malformed hands, duplicated garments, broken zipper, incoherent pockets, plastic-looking fabric, glossy fashion lighting, neon colors, text, labels, logos, watermark, catalog page layout, split screen",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "c5754dc8-f1a5-4289-b604-8a622ab8890a",
  "imageUUID": "51fbdee0-dc6c-4512-814d-20d329a9afed",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/51fbdee0-dc6c-4512-814d-20d329a9afed.jpg",
  "seed": 1289117185,
  "cost": 0.009
}
reference-to-image

Adaptive Rainwear Transit Lookbook

Adaptive Rainwear Transit Lookbook

Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model's identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment's construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics.

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@1',
  positivePrompt: 'Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model\'s identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment\'s construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics.',
  negativePrompt: 'redesigned clothing, changed garment color, standing pose, extra people, duplicate wheelchair, malformed wheels, warped spokes, implausible anatomy, obscured outfit, cropped wheelchair, fantasy styling, runway stage, excessive glamour retouching, readable text, logos, watermark',
  width: 1536,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/319b8ac3-1e06-438f-8c45-6be023b1099e.jpg',
      'https://assets.runware.ai/assets/inputs/5489a82f-2caa-439d-a83b-e9b8d9473bfb.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@1",
            "positivePrompt": "Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model's identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment's construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics.",
            "negativePrompt": "redesigned clothing, changed garment color, standing pose, extra people, duplicate wheelchair, malformed wheels, warped spokes, implausible anatomy, obscured outfit, cropped wheelchair, fantasy styling, runway stage, excessive glamour retouching, readable text, logos, watermark",
            "width": 1536,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/319b8ac3-1e06-438f-8c45-6be023b1099e.jpg",
                    "https://assets.runware.ai/assets/inputs/5489a82f-2caa-439d-a83b-e9b8d9473bfb.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": "ccdf9898-1b48-4105-a189-feea6244bfca",
      "model": "runware:400@1",
      "positivePrompt": "Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model's identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment's construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics.",
      "negativePrompt": "redesigned clothing, changed garment color, standing pose, extra people, duplicate wheelchair, malformed wheels, warped spokes, implausible anatomy, obscured outfit, cropped wheelchair, fantasy styling, runway stage, excessive glamour retouching, readable text, logos, watermark",
      "width": 1536,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/319b8ac3-1e06-438f-8c45-6be023b1099e.jpg",
          "https://assets.runware.ai/assets/inputs/5489a82f-2caa-439d-a83b-e9b8d9473bfb.jpg"
        ]
      }
    }
  ]'
runware run runware:400@1 \
  positivePrompt="Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model's identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment's construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics." \
  negativePrompt="redesigned clothing, changed garment color, standing pose, extra people, duplicate wheelchair, malformed wheels, warped spokes, implausible anatomy, obscured outfit, cropped wheelchair, fantasy styling, runway stage, excessive glamour retouching, readable text, logos, watermark" \
  width=1536 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/319b8ac3-1e06-438f-8c45-6be023b1099e.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/5489a82f-2caa-439d-a83b-e9b8d9473bfb.jpg
{
  "taskType": "imageInference",
  "taskUUID": "ccdf9898-1b48-4105-a189-feea6244bfca",
  "model": "runware:400@1",
  "positivePrompt": "Create a finished landscape fashion lookbook photograph for an adaptive outerwear catalog. Use reference image 1 as the authoritative source for the model's identity, natural seated posture, exact chartreuse rain cape, navy trousers, boots and matte-black manual wheelchair; preserve the garment's construction, proportions, reflective piping and adaptive openings without redesigning them. Use reference image 2 as the authoritative source for the ferry-terminal environment and visual treatment: cobalt ceramic tiles, fogged windows, aluminum railings, orange benches, wet terrazzo, cool overcast daylight, restrained direct flash and subtle medium-format grain. Place the model moving diagonally through the terminal with one hand lightly on the push rim, cape falling naturally around the seated body. Three-quarter full-body view with the entire wheelchair and outfit visible, camera at seated eye level, generous architectural space across the 3:2 landscape frame. Crisp catalog-level textile detail, realistic skin, believable wheelchair mechanics, practical yet elevated mood, cobalt, chartreuse, orange and gray palette. Standalone photograph with no typography, logos, signage or layout graphics.",
  "negativePrompt": "redesigned clothing, changed garment color, standing pose, extra people, duplicate wheelchair, malformed wheels, warped spokes, implausible anatomy, obscured outfit, cropped wheelchair, fantasy styling, runway stage, excessive glamour retouching, readable text, logos, watermark",
  "width": 1536,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/319b8ac3-1e06-438f-8c45-6be023b1099e.jpg",
      "https://assets.runware.ai/assets/inputs/5489a82f-2caa-439d-a83b-e9b8d9473bfb.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "ccdf9898-1b48-4105-a189-feea6244bfca",
  "imageUUID": "bf6ea415-5848-4ca3-b3fe-81f63a083008",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/bf6ea415-5848-4ca3-b3fe-81f63a083008.jpg",
  "seed": 7467636,
  "cost": 0.0301
}
reference-to-image

Atacama Observatory Tourism Campaign Hero

Atacama Observatory Tourism Campaign Hero

Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface 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: 'runware:400@1',
  positivePrompt: 'Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface elements.',
  width: 1536,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/79bb6f9f-8446-472b-9dd6-ca041288d8e1.jpg',
      'https://assets.runware.ai/assets/inputs/03af96ae-4fa7-4b20-9786-70a38976e8be.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@1",
            "positivePrompt": "Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface elements.",
            "width": 1536,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/79bb6f9f-8446-472b-9dd6-ca041288d8e1.jpg",
                    "https://assets.runware.ai/assets/inputs/03af96ae-4fa7-4b20-9786-70a38976e8be.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": "23dcfe97-92e9-41b6-b3da-3d83e29ec9a1",
      "model": "runware:400@1",
      "positivePrompt": "Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface elements.",
      "width": 1536,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/79bb6f9f-8446-472b-9dd6-ca041288d8e1.jpg",
          "https://assets.runware.ai/assets/inputs/03af96ae-4fa7-4b20-9786-70a38976e8be.jpg"
        ]
      }
    }
  ]'
runware run runware:400@1 \
  positivePrompt="Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface elements." \
  width=1536 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/79bb6f9f-8446-472b-9dd6-ca041288d8e1.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/03af96ae-4fa7-4b20-9786-70a38976e8be.jpg
{
  "taskType": "imageInference",
  "taskUUID": "23dcfe97-92e9-41b6-b3da-3d83e29ec9a1",
  "model": "runware:400@1",
  "positivePrompt": "Create a finished panoramic hero photograph for a premium Atacama Desert astrotourism campaign. Use reference image 1 as the sole source of truth for the observatory subject: preserve its recognizable architecture, exact dome proportions, silver cladding, white visitor building, window placement and three-quarter orientation. Use reference image 2 for the destination environment and visual treatment: place the observatory naturally beside the winding gravel track within the same rust-red volcanic terrain and pale salt-flat basin, matching its deep cobalt blue-hour palette, amber horizon glow, dry clarity and expansive composition. Show the observatory in the lower-right third with generous desert scale extending leftward; warm interior window light should suggest an evening visitor program. Add four very small, realistically scaled travelers walking toward the entrance with a local guide, dressed for the cold high-altitude night. A clean, scientifically plausible Milky Way begins to emerge overhead without overpowering the landscape. Sophisticated large-format travel photography, restrained color grading, crisp geological detail, believable shadows, subtle atmospheric depth, quiet sense of discovery, premium tourism editorial quality. No lettering, logos, borders, collage seams or interface elements.",
  "width": 1536,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/79bb6f9f-8446-472b-9dd6-ca041288d8e1.jpg",
      "https://assets.runware.ai/assets/inputs/03af96ae-4fa7-4b20-9786-70a38976e8be.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "23dcfe97-92e9-41b6-b3da-3d83e29ec9a1",
  "imageUUID": "5acb4511-99d3-4c40-bfe1-b7175776e701",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/5acb4511-99d3-4c40-bfe1-b7175776e701.jpg",
  "seed": 2090963599,
  "cost": 0.0294
}
Text to Image

Surreal Botanical Portrait

Surreal Botanical Portrait

An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'runware:400@1',
  positivePrompt: 'An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality',
  width: 1024,
  height: 1536,
  seed: 314159,
  steps: 28,
  CFGScale: 4
})
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@1",
            "positivePrompt": "An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality",
            "width": 1024,
            "height": 1536,
            "seed": 314159,
            "steps": 28,
            "CFGScale": 4
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "15a90813-4dc2-4047-b3aa-c4fa5ba18312",
      "model": "runware:400@1",
      "positivePrompt": "An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality",
      "width": 1024,
      "height": 1536,
      "seed": 314159,
      "steps": 28,
      "CFGScale": 4
    }
  ]'
runware run runware:400@1 \
  positivePrompt="An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality" \
  width=1024 \
  height=1536 \
  seed=314159 \
  steps=28 \
  CFGScale=4
{
  "taskType": "imageInference",
  "taskUUID": "15a90813-4dc2-4047-b3aa-c4fa5ba18312",
  "model": "runware:400@1",
  "positivePrompt": "An ultra-detailed surreal editorial portrait of a serene woman emerging from a garden of bioluminescent orchids and translucent ferns, delicate petals woven into her hair like a couture headdress, porcelain skin with subtle freckles, iridescent dew droplets, cinematic soft rim lighting, moody emerald and violet color palette, shallow depth of field, fine botanical textures, elegant composition, high-fashion magazine aesthetic, dreamlike atmosphere, crisp facial features, richly layered background, premium studio quality",
  "width": 1024,
  "height": 1536,
  "seed": 314159,
  "steps": 28,
  "CFGScale": 4
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "15a90813-4dc2-4047-b3aa-c4fa5ba18312",
  "imageUUID": "e390dd59-3f8e-4ee4-ad6f-2996d1f50044",
  "imageURL": "https://im.runware.ai/image/os/a08d21/ws/2/ii/e390dd59-3f8e-4ee4-ad6f-2996d1f50044.jpg",
  "seed": 314159,
  "cost": 0.0179
}
Text to Image

Neon Samurai Portrait

Neon Samurai Portrait

A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic 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@1',
  positivePrompt: 'A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic composition',
  width: 1024,
  height: 1536,
  seed: 421337,
  steps: 32,
  CFGScale: 4
})
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@1",
            "positivePrompt": "A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic composition",
            "width": 1024,
            "height": 1536,
            "seed": 421337,
            "steps": 32,
            "CFGScale": 4
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "40da44af-b018-4aeb-8ae0-439c67fb0fa9",
      "model": "runware:400@1",
      "positivePrompt": "A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic composition",
      "width": 1024,
      "height": 1536,
      "seed": 421337,
      "steps": 32,
      "CFGScale": 4
    }
  ]'
runware run runware:400@1 \
  positivePrompt="A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic composition" \
  width=1024 \
  height=1536 \
  seed=421337 \
  steps=32 \
  CFGScale=4
{
  "taskType": "imageInference",
  "taskUUID": "40da44af-b018-4aeb-8ae0-439c67fb0fa9",
  "model": "runware:400@1",
  "positivePrompt": "A cinematic portrait of a lone samurai in a futuristic neon-lit alley, lacquered black armor with subtle glowing circuitry, translucent rain cape, katana at the hip, reflective wet pavement, drifting steam, holographic signage in Japanese, intense teal and magenta rim lighting, highly detailed face, realistic skin texture, shallow depth of field, moody atmosphere, premium editorial photography, ultra-detailed, dramatic composition",
  "width": 1024,
  "height": 1536,
  "seed": 421337,
  "steps": 32,
  "CFGScale": 4
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "40da44af-b018-4aeb-8ae0-439c67fb0fa9",
  "imageUUID": "05df9a5c-a83f-41fa-803d-3586e4d8a56f",
  "imageURL": "https://im.runware.ai/image/os/a17d13/ws/2/ii/05df9a5c-a83f-41fa-803d-3586e4d8a56f.jpg",
  "seed": 421337,
  "cost": 0.1216
}
Text to Image

Mythic Bioluminescent Forest

Mythic Bioluminescent Forest

A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere

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@1',
  positivePrompt: 'A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere',
  width: 1024,
  height: 1536,
  seed: 314159,
  steps: 32,
  CFGScale: 4
})
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@1",
            "positivePrompt": "A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere",
            "width": 1024,
            "height": 1536,
            "seed": 314159,
            "steps": 32,
            "CFGScale": 4
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "53e4a2e8-9869-4ed5-8880-7e55a97a31da",
      "model": "runware:400@1",
      "positivePrompt": "A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere",
      "width": 1024,
      "height": 1536,
      "seed": 314159,
      "steps": 32,
      "CFGScale": 4
    }
  ]'
runware run runware:400@1 \
  positivePrompt="A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere" \
  width=1024 \
  height=1536 \
  seed=314159 \
  steps=32 \
  CFGScale=4
{
  "taskType": "imageInference",
  "taskUUID": "53e4a2e8-9869-4ed5-8880-7e55a97a31da",
  "model": "runware:400@1",
  "positivePrompt": "A mythic bioluminescent forest at twilight, towering ancient trees with glowing blue and violet moss, translucent mushrooms illuminating the path, a crystal-clear stream reflecting constellations, drifting firefly-like spirits, dense volumetric fog, intricate bark textures, luminous flora, cinematic fantasy concept art, ultra-detailed, painterly realism, dramatic depth, rich color contrast, ethereal atmosphere",
  "width": 1024,
  "height": 1536,
  "seed": 314159,
  "steps": 32,
  "CFGScale": 4
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "53e4a2e8-9869-4ed5-8880-7e55a97a31da",
  "imageUUID": "533213c7-e286-459b-a322-80bd150f9ae1",
  "imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/533213c7-e286-459b-a322-80bd150f9ae1.jpg",
  "seed": 314159,
  "cost": 0.0198
}
Text to Image

Surreal Botanical Fashion Portrait

Surreal Botanical Fashion Portrait

An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined 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@1',
  positivePrompt: 'An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined composition',
  width: 1024,
  height: 1536,
  seed: 18472951,
  steps: 28,
  CFGScale: 4
})
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@1",
            "positivePrompt": "An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined composition",
            "width": 1024,
            "height": 1536,
            "seed": 18472951,
            "steps": 28,
            "CFGScale": 4
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "d0e2c4dc-41fa-41b4-aadc-aac2032bf0cc",
      "model": "runware:400@1",
      "positivePrompt": "An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined composition",
      "width": 1024,
      "height": 1536,
      "seed": 18472951,
      "steps": 28,
      "CFGScale": 4
    }
  ]'
runware run runware:400@1 \
  positivePrompt="An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined composition" \
  width=1024 \
  height=1536 \
  seed=18472951 \
  steps=28 \
  CFGScale=4
{
  "taskType": "imageInference",
  "taskUUID": "d0e2c4dc-41fa-41b4-aadc-aac2032bf0cc",
  "model": "runware:400@1",
  "positivePrompt": "An avant-garde editorial fashion portrait of a regal model standing in a moonlit glass conservatory, wearing a sculptural gown made of translucent petals, fine gold filigree, and bioluminescent vines; intricate botanical crown, porcelain skin, subtle freckles, dramatic eyes, elegant pose, soft mist curling around marble floors, oversized tropical flowers opening in the background, luminous pollen drifting through the air, cinematic rim lighting, rich jewel tones, ultra-detailed textures, shallow depth of field, luxury magazine photography, surreal yet refined composition",
  "width": 1024,
  "height": 1536,
  "seed": 18472951,
  "steps": 28,
  "CFGScale": 4
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d0e2c4dc-41fa-41b4-aadc-aac2032bf0cc",
  "imageUUID": "077eebcc-4d0c-47d5-8584-715b23acffa2",
  "imageURL": "https://im.runware.ai/image/os/a19d05/ws/2/ii/077eebcc-4d0c-47d5-8584-715b23acffa2.jpg",
  "seed": 18472951,
  "cost": 0.1062
}
Image to Image

Editorial Fashion Portrait

Editorial Fashion Portrait

High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  referenceImages: [
    'https://assets.runware.ai/assets/inputs/9e62ffe6-d89e-4fe6-a33f-597a45ba0920.jpg'
  ],
  model: 'runware:400@1',
  positivePrompt: 'High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition',
  width: 1024,
  height: 1536,
  seed: 1337,
  steps: 32,
  CFGScale: 4
})
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({
            "referenceImages": [
                "https://assets.runware.ai/assets/inputs/9e62ffe6-d89e-4fe6-a33f-597a45ba0920.jpg"
            ],
            "model": "runware:400@1",
            "positivePrompt": "High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition",
            "width": 1024,
            "height": 1536,
            "seed": 1337,
            "steps": 32,
            "CFGScale": 4
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "33486e63-85c0-475b-8709-528a1c97c3d7",
      "referenceImages": [
        "https://assets.runware.ai/assets/inputs/9e62ffe6-d89e-4fe6-a33f-597a45ba0920.jpg"
      ],
      "model": "runware:400@1",
      "positivePrompt": "High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition",
      "width": 1024,
      "height": 1536,
      "seed": 1337,
      "steps": 32,
      "CFGScale": 4
    }
  ]'
runware run runware:400@1 \
  referenceImages.0=https://assets.runware.ai/assets/inputs/9e62ffe6-d89e-4fe6-a33f-597a45ba0920.jpg \
  positivePrompt="High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition" \
  width=1024 \
  height=1536 \
  seed=1337 \
  steps=32 \
  CFGScale=4
{
  "taskType": "imageInference",
  "taskUUID": "33486e63-85c0-475b-8709-528a1c97c3d7",
  "referenceImages": [
    "https://assets.runware.ai/assets/inputs/9e62ffe6-d89e-4fe6-a33f-597a45ba0920.jpg"
  ],
  "model": "runware:400@1",
  "positivePrompt": "High-fashion editorial portrait, same subject and overall pose as the reference image, transformed into a luxury magazine cover shoot, sculptural avant-garde couture in ivory and silver, dramatic softbox lighting with subtle rim light, refined skin texture, elegant fabric folds, minimal gallery-like background, cinematic depth, crisp facial detail, premium beauty retouching, sophisticated color grading, photorealistic, ultra-clean composition",
  "width": 1024,
  "height": 1536,
  "seed": 1337,
  "steps": 32,
  "CFGScale": 4
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "33486e63-85c0-475b-8709-528a1c97c3d7",
  "imageUUID": "4dbd4987-4ee4-43d6-8fed-e8c156b16670",
  "imageURL": "https://im.runware.ai/image/os/a14d18/ws/2/ii/4dbd4987-4ee4-43d6-8fed-e8c156b16670.jpg",
  "seed": 1337,
  "cost": 0.0326
}