MODEL IDrunware:201@10
live

Wan2.5-Preview Image

Alibaba
by Alibaba

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

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.

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
}
Edit

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.

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
}
Text to Image

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.

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
}
Text to Image

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.

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
}