live
MODEL IDrunware:201@10

Wan2.5-Preview Image

Alibaba
by

Wan2.5-Preview Image is a single frame generator built from the Wan2.5 video stack. It focuses on detailed depth structure, strong prompt following, multilingual text rendering, and video grade visual quality for production ready stills in creative or product workflows.

Wan2.5-Preview Image

text-to-image

Seismic Ceramics Exhibition Book Cover$0.03~17s
Seismic Ceramics Exhibition Book Cover

Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos.

Try in Playground
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:201@10',
  positivePrompt: 'Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos.',
  width: 1024,
  height: 1024,
  providerSettings: {
    alibaba: {
      promptEnhancer: false
    }
  }
})
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:201@10",
            "positivePrompt": "Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos.",
            "width": 1024,
            "height": 1024,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "db2f0214-be29-434c-b36f-adf5acc3e35f",
      "model": "runware:201@10",
      "positivePrompt": "Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos.",
      "width": 1024,
      "height": 1024,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": false
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos." \
  width=1024 \
  height=1024 \
  providerSettings.alibaba.promptEnhancer=false
{
  "taskType": "imageInference",
  "taskUUID": "db2f0214-be29-434c-b36f-adf5acc3e35f",
  "model": "runware:201@10",
  "positivePrompt": "Finished square front cover for a prestigious contemporary ceramics exhibition book, viewed straight-on as flat artwork, not a mockup. Central focal point: a tall, elegant porcelain vessel reconstructed from irregular earthquake-shattered fragments, its fractures joined by thick cobalt-blue seams rather than gold. A few tiny ceramic chips hover close to the vessel, suggesting a frozen moment of rupture without becoming surreal. The vessel stands on a low charcoal plinth against a saturated mineral-red background with faint topographic contour lines and subtle paper grain. Hard raking gallery light from the upper left creates crisp shadows, tactile glaze highlights, and dimensional depth. Refined Swiss-Japanese editorial art direction, disciplined grid, generous negative space, museum-catalog sophistication, restrained palette of mineral red, bone white, cobalt, and charcoal. Prominent exact title at upper left: “FAULT LINES” in large condensed white uppercase sans serif. Directly below, smaller exact subtitle: “CERAMICS AFTER THE EARTHQUAKE”. Small vertical text near the lower right edge: “EXHIBITION CATALOGUE”. Perfectly legible typography, balanced hierarchy, print-ready composition, premium offset-print appearance. No hands, no room scene, no book mockup, no spine, no barcode, no logos.",
  "width": 1024,
  "height": 1024,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": false
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "db2f0214-be29-434c-b36f-adf5acc3e35f",
  "imageUUID": "bb0ec8c2-4ebe-4aba-be13-9dbd28924215",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/bb0ec8c2-4ebe-4aba-be13-9dbd28924215.jpg",
  "seed": 275661197,
  "cost": 0.03
}

text-to-image

Planetarium Curator Profile Avatar$0.03~17s
Planetarium Curator Profile Avatar

Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume.

Try in Playground
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:201@10',
  positivePrompt: 'Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume.',
  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:201@10",
            "positivePrompt": "Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume.",
            "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": "7a83bd44-914e-4149-a7c1-37e51ea346bd",
      "model": "runware:201@10",
      "positivePrompt": "Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "7a83bd44-914e-4149-a7c1-37e51ea346bd",
  "model": "runware:201@10",
  "positivePrompt": "Create a polished square profile avatar for a planetarium curator. Head-and-shoulders portrait of a confident middle-aged South Asian woman with warm brown skin, silver-streaked dark hair in a neat low bun, small copper stud earrings, and a midnight-indigo work jacket with a subtle constellation pin. She faces the viewer with an intelligent, welcoming half-smile. Behind her, the softly blurred interior of a historic planetarium: the radial silhouette of a mechanical star projector, a curved dome, and tiny projected stars. Art direction combines sophisticated 1970s science-editorial airbrush illustration with crisp contemporary digital painting—stylized but recognizably human, refined facial detail, tactile grain, elegant geometric forms. A warm projector beam creates a copper rim light around her hair while cool indigo light shapes the face; restrained palette of midnight blue, burnt copper, muted apricot, and ivory. Strong central focal point, layered cinematic depth, symmetrical composition, face large and readable at thumbnail size, generous circle-crop safety around the head, calm sense of wonder. No lettering, logo, border, interface, spacesuit, or fantasy costume.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "7a83bd44-914e-4149-a7c1-37e51ea346bd",
  "imageUUID": "a6cbb68a-1b08-4dbb-ad8f-8e931f824d65",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/a6cbb68a-1b08-4dbb-ad8f-8e931f824d65.jpg",
  "seed": 403998653,
  "cost": 0.03
}

text-to-image

Independent Perfumer Editorial Portrait$0.03~33s
Independent Perfumer Editorial Portrait

Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text.

Try in Playground
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:201@10',
  positivePrompt: 'Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text.',
  width: 1024,
  height: 1024,
  providerSettings: {
    alibaba: {
      promptEnhancer: false
    }
  }
})
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:201@10",
            "positivePrompt": "Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text.",
            "width": 1024,
            "height": 1024,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "253a6462-cf7d-4158-9464-b456deaffc1b",
      "model": "runware:201@10",
      "positivePrompt": "Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text.",
      "width": 1024,
      "height": 1024,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": false
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text." \
  width=1024 \
  height=1024 \
  providerSettings.alibaba.promptEnhancer=false
{
  "taskType": "imageInference",
  "taskUUID": "253a6462-cf7d-4158-9464-b456deaffc1b",
  "model": "runware:201@10",
  "positivePrompt": "Square editorial personal photoshoot portrait of a 58-year-old Moroccan-French independent perfumer in her working scent archive in Marseille. She stands behind a shallow walnut formulation table, waist-up and facing the camera with a calm, assured expression; one hand holds an amber glass fragrance vial near the light. Distinctive silver-streaked dark curls, natural skin texture, thoughtful brown eyes. Styled in a deep bottle-green velvet jacket over an ivory silk blouse, with a slim oxblood leather apron and one sculptural brass earring. Behind her, softly defocused shelves contain orderly amber bottles, ceramic scent strips, a brass balance, dried orange blossom and cedar samples—an authentic artisan laboratory, not a retail store. Late-afternoon Mediterranean sunlight enters from frame left through slatted shutters, creating warm bands of light and dimensional shadows; subtle tungsten practical glow in the background. Rich palette of saffron, dark green, walnut, amber and cream. Refined 1970s European magazine portraiture interpreted with contemporary cinematic realism, medium-format photography, 80mm lens, shallow depth of field, precise eyes, lifelike hands, tactile fabrics, restrained film grain. Clear central focal point, balanced environmental storytelling, intimate and sophisticated mood. No logos, labels, captions or visible text.",
  "width": 1024,
  "height": 1024,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": false
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "253a6462-cf7d-4158-9464-b456deaffc1b",
  "imageUUID": "771bff61-350c-4af0-a96b-75fd0efec64c",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/771bff61-350c-4af0-a96b-75fd0efec64c.jpg",
  "seed": 1742001758,
  "cost": 0.03
}

text-to-image

Sewer Robotics Magazine Cover$0.03~34s
Sewer Robotics Magazine Cover

Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text.

Try in Playground
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:201@10',
  positivePrompt: 'Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text.',
  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:201@10",
            "positivePrompt": "Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text.",
            "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": "7aeddb02-c058-4f86-b16c-5045d9345f77",
      "model": "runware:201@10",
      "positivePrompt": "Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "7aeddb02-c058-4f86-b16c-5045d9345f77",
  "model": "runware:201@10",
  "positivePrompt": "Create a finished square editorial magazine cover for the municipal infrastructure industry, shown flat and full-frame rather than as a physical mockup. Inside a vast century-old brick sewer tunnel, a compact four-wheeled inspection robot is the unmistakable central subject, advancing toward the camera through a thin layer of reflective water. Its rugged yellow housing, articulated sensor mast, cameras, cables, and wet tires are sharply detailed. Twin white work lights cut through mist and reveal receding concentric brick arches, mineral deposits, pipes, and glistening masonry; distant sodium-amber utility lights create dramatic depth. Low symmetrical camera angle, precise one-point perspective, cinematic industrial photography, deep charcoal black, oxidized brick red, safety yellow, and cold white palette, crisp water reflections, credible engineering details, premium trade-journal art direction. Reserve clean dark space for typography while keeping the robot unobstructed. At top, large condensed sans-serif masthead with exact text: “CIVIC SYSTEMS”. Small line beneath: “THE MUNICIPAL INFRASTRUCTURE REVIEW”. Main cover line in bold white type: “ROBOTS IN THE DEEP”. Subhead: “How autonomous inspection is rewriting underground maintenance”. Add two restrained side cover lines: “LEAK DETECTION AFTER DARK” and “THE NEW PIPELINE WORKFORCE”. Clean typographic hierarchy, accurate legible spelling, generous margins, no barcode, no logos, no extra text.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "7aeddb02-c058-4f86-b16c-5045d9345f77",
  "imageUUID": "f34ab95e-6eaa-4688-92be-2b2fd2d71ec6",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/f34ab95e-6eaa-4688-92be-2b2fd2d71ec6.jpg",
  "seed": 2069825828,
  "cost": 0.03
}
Offshore Wind Apprenticeship Key Art
Offshore Wind Apprenticeship Key Art

Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border.

Try in Playground
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:201@10',
  positivePrompt: 'Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border.',
  width: 1536,
  height: 864,
  providerSettings: {
    alibaba: {
      promptEnhancer: true
    }
  }
})
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:201@10",
            "positivePrompt": "Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border.",
            "width": 1536,
            "height": 864,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": True
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "6d8b6dac-d949-4530-b83e-3f8dad517c22",
      "model": "runware:201@10",
      "positivePrompt": "Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border.",
      "width": 1536,
      "height": 864,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": true
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border." \
  width=1536 \
  height=864 \
  providerSettings.alibaba.promptEnhancer=true
{
  "taskType": "imageInference",
  "taskUUID": "6d8b6dac-d949-4530-b83e-3f8dad517c22",
  "model": "runware:201@10",
  "positivePrompt": "Finished 16:9 campaign key art in a sophisticated contemporary anime film style for an offshore wind technician apprenticeship program. A young female maintenance apprentice in a cobalt-blue immersion suit and white safety helmet stands securely on the yellow grated platform of a wind turbine transition piece, fastening her climbing harness while an experienced technician checks a tablet nearby. Vast offshore wind farm receding toward the horizon, service vessel approaching across calm steel-blue water, turbine blades sweeping overhead. Early sunrise after rain, warm coral light breaking through layered clouds, wet metal catching sharp highlights, sea mist creating immense atmospheric depth. Low wide-angle composition, credible industrial equipment and PPE, precise mechanical details, confident clean linework, painterly cel shading, restrained cobalt, safety yellow, coral and pale gray palette, optimistic and purposeful mood, production-ready editorial illustration, generous clear sky area on the left for later campaign copy. No logos, no lettering, no watermark, no interface, no border.",
  "width": 1536,
  "height": 864,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": true
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6d8b6dac-d949-4530-b83e-3f8dad517c22",
  "imageUUID": "437509be-ab1c-45e5-845c-3275eca42c17",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/437509be-ab1c-45e5-845c-3275eca42c17.jpg",
  "seed": 253313827,
  "cost": 0.03
}
Forensic Entomology Magazine Cover
Forensic Entomology Magazine Cover

Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition.

Try in Playground
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:201@10',
  positivePrompt: 'Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition.',
  width: 1024,
  height: 1536,
  providerSettings: {
    alibaba: {
      promptEnhancer: true
    }
  }
})
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:201@10",
            "positivePrompt": "Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition.",
            "width": 1024,
            "height": 1536,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": True
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "dc4a77f9-f848-4562-9193-882fe2e4845a",
      "model": "runware:201@10",
      "positivePrompt": "Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition.",
      "width": 1024,
      "height": 1536,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": true
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition." \
  width=1024 \
  height=1536 \
  providerSettings.alibaba.promptEnhancer=true
{
  "taskType": "imageInference",
  "taskUUID": "dc4a77f9-f848-4562-9193-882fe2e4845a",
  "model": "runware:201@10",
  "positivePrompt": "Create a polished print magazine cover for a niche forensic science publication. Vertical cover layout, finished standalone design, no mockup. Masthead at top reads “TRACE EVIDENCE” in clean condensed white sans serif lettering. Main cover line reads “FORENSIC ENTOMOLOGY” with smaller subtitle “What insects reveal after death”. Central image: cinematic macro photograph of an iridescent green bottle fly perched on the fingertip of a black nitrile forensic glove, beside a tiny numbered evidence marker and a sealed glass specimen vial, sterile lab table surface, shallow depth of field. Background: cool charcoal gray laboratory shadows with subtle grid-paper texture and faint pinned specimen silhouettes, precise forensic atmosphere without gore. Palette of graphite black, bone white, metallic green, and small safety-yellow accents. Add realistic magazine details: issue date “October 2026”, small secondary cover lines about postmortem interval, climate data, and courtroom testimony, plus a discreet barcode at lower right. High-end science editorial art direction, sharp typography, balanced negative space, premium magazine cover composition.",
  "width": 1024,
  "height": 1536,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": true
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "dc4a77f9-f848-4562-9193-882fe2e4845a",
  "imageUUID": "9fd97b2a-fc6e-411b-9895-2654d3851868",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/9fd97b2a-fc6e-411b-9895-2654d3851868.jpg",
  "seed": 31787017,
  "cost": 0.03
}
Aquarium Exhibit Image Expansion
Aquarium Exhibit Image Expansion

Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI.

Try in Playground
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:201@10',
  positivePrompt: 'Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI.',
  width: 1920,
  height: 1080,
  providerSettings: {
    alibaba: {
      promptEnhancer: true
    }
  }
})
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:201@10",
            "positivePrompt": "Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI.",
            "width": 1920,
            "height": 1080,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": True
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "4adc2fa1-03ee-4c12-ac7c-5cab0923f8ee",
      "model": "runware:201@10",
      "positivePrompt": "Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI.",
      "width": 1920,
      "height": 1080,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": true
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI." \
  width=1920 \
  height=1080 \
  providerSettings.alibaba.promptEnhancer=true
{
  "taskType": "imageInference",
  "taskUUID": "4adc2fa1-03ee-4c12-ac7c-5cab0923f8ee",
  "model": "runware:201@10",
  "positivePrompt": "Create a finished 16:9 outpaint expansion of a tight vertical macro photograph of a single translucent moon jellyfish, preserving the jellyfish as the centered subject while extending the scene far to the left and right into a believable deep aquarium environment. Add layered blue-black water, soft shafts of light from above, distant blurred jellyfish silhouettes, suspended plankton particles, subtle glass-tank depth cues, and cinematic negative space suitable for a museum exhibition banner. Photorealistic, high dynamic range, elegant scientific tone, cool cyan and indigo color palette, shallow depth of field around the central jellyfish, no text, no logo, no frame, no UI.",
  "width": 1920,
  "height": 1080,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": true
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4adc2fa1-03ee-4c12-ac7c-5cab0923f8ee",
  "imageUUID": "bb7110bf-a6e3-4dcc-abf5-537c9abff684",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/bb7110bf-a6e3-4dcc-abf5-537c9abff684.jpg",
  "seed": 1723877324,
  "cost": 0.03
}
Aomori Winter Rail Tourism Poster
Aomori Winter Rail Tourism Poster

Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame.

Try in Playground
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:201@10',
  positivePrompt: 'Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame.',
  width: 1024,
  height: 1536,
  providerSettings: {
    alibaba: {
      promptEnhancer: false
    }
  }
})
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:201@10",
            "positivePrompt": "Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame.",
            "width": 1024,
            "height": 1536,
            "providerSettings": {
                "alibaba": {
                    "promptEnhancer": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "6c128a1c-5cfc-460b-a6fa-dc068fa6a52e",
      "model": "runware:201@10",
      "positivePrompt": "Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame.",
      "width": 1024,
      "height": 1536,
      "providerSettings": {
        "alibaba": {
          "promptEnhancer": false
        }
      }
    }
  ]'
runware run runware:201@10 \
  positivePrompt="Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame." \
  width=1024 \
  height=1536 \
  providerSettings.alibaba.promptEnhancer=false
{
  "taskType": "imageInference",
  "taskUUID": "6c128a1c-5cfc-460b-a6fa-dc068fa6a52e",
  "model": "runware:201@10",
  "positivePrompt": "Finished vertical tourism poster for winter rail travel in Aomori Prefecture, Japan. A vermilion single-car local train travels through deep snow between bare apple orchards, seen from a slightly elevated three-quarter angle, with snow-covered Mount Iwaki rising majestically in the distance. Two tiny bundled-up travelers stand on a rural platform beneath a warm amber lamp. Contemporary Japanese woodblock-inspired illustration with crisp geometric shapes, subtle screen-print grain, layered atmospheric depth and elegant negative space. Restrained palette of deep indigo, snow white, warm cream, vermilion and amber; quiet, inviting, nostalgic winter mood. Strong editorial poster composition with the exact large Japanese headline “冬の青森” at the top and the exact English line “AOMORI IN WINTER” beneath it in smaller clean sans-serif lettering. Legible, correctly spelled typography integrated into the artwork. No other text, no logos, no border, no poster mockup, no frame.",
  "width": 1024,
  "height": 1536,
  "providerSettings": {
    "alibaba": {
      "promptEnhancer": false
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6c128a1c-5cfc-460b-a6fa-dc068fa6a52e",
  "imageUUID": "010962a1-7092-4a2d-9fb5-a25515324e1c",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/010962a1-7092-4a2d-9fb5-a25515324e1c.jpg",
  "seed": 911550953,
  "cost": 0.03
}