live
MODEL IDbaidu:ernie-image@turbo

ERNIE-Image-Turbo

Baidu
by

ERNIE-Image-Turbo is Baidu's distilled fast variant of ERNIE-Image. It is optimized for substantially faster generation, typically requiring only 8 inference steps, while retaining relatively comparable performance to the full model in many scenarios. It is best suited to high-throughput ideation, rapid visual iteration, and workflows that prioritize speed and polished aesthetics over the stronger general-purpose instruction fidelity of the base model.

ERNIE-Image-Turbo

text-to-image

Regenerative Wool Insulation Key Visual$0.0019~27s
Regenerative Wool Insulation Key Visual

Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range.

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range.',
  width: 1024,
  height: 1024,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range.",
            "width": 1024,
            "height": 1024,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "6a7cff39-0793-4e64-ad92-5db0a276c188",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range.",
      "width": 1024,
      "height": 1024,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range." \
  width=1024 \
  height=1024 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "6a7cff39-0793-4e64-ad92-5db0a276c188",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "Premium brand marketing campaign key visual for regenerative sheep-wool building insulation. One large house-shaped monolith centered in a minimalist studio, constructed entirely from densely compressed layers of natural wool; a precise cutaway reveals rippling strata of cream, oat, rust, and charcoal fibers, with individual curls, felted edges, and tiny airborne filaments rendered in exquisite macro detail. The simple pitched-roof silhouette reads instantly as a home while remaining sculptural and sophisticated. Deep aubergine seamless backdrop and floor, generous clean negative space around the subject for flexible campaign layout, no text or logo. Warm low-angle sunlight passes across the wool layers, creating a luminous amber edge and long soft shadow; subtle cool fill light preserves detail in the charcoal fibers. Straight-on composition with a slight elevated perspective, refined editorial still-life photography, tactile material realism, restrained earthy palette, calm protective mood, polished global brand aesthetic, sharp focus, high dynamic range.",
  "width": 1024,
  "height": 1024,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6a7cff39-0793-4e64-ad92-5db0a276c188",
  "imageUUID": "d028277a-ebca-44a2-9220-5e47e4664b2e",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/d028277a-ebca-44a2-9220-5e47e4664b2e.jpg",
  "seed": 2052519646,
  "cost": 0.0019
}

text-to-image

Volcanologist Social Profile Avatar$0.0019~27s
Volcanologist Social Profile Avatar

Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements.

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements.',
  width: 1024,
  height: 1024,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements.",
            "width": 1024,
            "height": 1024,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "0f431cbd-073d-4396-9b28-7a371e057b08",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements.",
      "width": 1024,
      "height": 1024,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements." \
  width=1024 \
  height=1024 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "0f431cbd-073d-4396-9b28-7a371e057b08",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "Stylized professional profile avatar of a field volcanologist, centered head-and-shoulders composition designed to remain readable in a circular crop. A confident woman in her early forties wears a matte charcoal climbing helmet, clear safety goggles pushed above her brow, and a weathered rust-red technical field jacket with a raised collar. Fine ash dust clings naturally to the fabric seams and a few loose strands of dark hair. Her expression is calm, capable, and approachable, looking directly at the viewer. Sophisticated semi-realistic 3D editorial illustration with finely modeled facial features, tactile woven fabric, scratched helmet surfaces, subtle pores, and crisp equipment details. Dramatic warm amber rim light suggests nearby volcanic glow, balanced by cool teal fill light across the face. Abstract dark basalt background with faint mineral strata and sparse ember-like particles, atmospheric but uncluttered. Strong silhouette, premium science-publication art direction, polished cinematic lighting, shallow depth of field, no lettering, no logo, no border, no interface elements.",
  "width": 1024,
  "height": 1024,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0f431cbd-073d-4396-9b28-7a371e057b08",
  "imageUUID": "e6df7561-9a9d-45ac-95c7-4423a57591f0",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/e6df7561-9a9d-45ac-95c7-4423a57591f0.jpg",
  "seed": 308332974,
  "cost": 0.0019
}

text-to-image

Geothermal Drilling Campaign Key Visual$0.0019~30s
Geothermal Drilling Campaign Key Visual

Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format.

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format.',
  width: 1024,
  height: 1024,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format.",
            "width": 1024,
            "height": 1024,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "24208c3c-62bd-4cda-a81e-05b25831f1a4",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format.",
      "width": 1024,
      "height": 1024,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format." \
  width=1024 \
  height=1024 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "24208c3c-62bd-4cda-a81e-05b25831f1a4",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "Premium brand marketing campaign key visual for the geothermal energy industry. One massive tungsten-carbide geothermal drill bit stands vertically at the center, viewed from a slightly low three-quarter angle, its machined steel body emerging from a clean circular fracture in dark volcanic rock. The drill bit is the only hero subject, engineered and credible rather than futuristic, with intricate cutting teeth, fine machining marks, restrained wear, mineral dust, and tiny beads of condensation rendered in exceptional detail. Thin glowing seams of natural amber geothermal heat radiate through the surrounding basalt without flames or lava, suggesting energy beneath the surface. Dramatic warm light rises from below while a narrow cool white rim light defines the metal silhouette; deep charcoal shadows, gunmetal silver, burnt orange, and subtle mineral green palette. Bold centered composition with generous uncluttered negative space in the upper left for campaign copy, crisp commercial art direction, tactile photorealism, sophisticated industrial advertising, controlled atmospheric dust, high contrast, polished large-format finish, no people, no lettering, no logos, no interface, square format.",
  "width": 1024,
  "height": 1024,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "24208c3c-62bd-4cda-a81e-05b25831f1a4",
  "imageUUID": "230ae869-3406-47d5-af3b-1f728036cd40",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/230ae869-3406-47d5-af3b-1f728036cd40.jpg",
  "seed": 1280634828,
  "cost": 0.0019
}

text-to-image

Antique Violin Restoration Blog Hero$0.0019~19s
Antique Violin Restoration Blog Hero

Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark.

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark.',
  width: 1024,
  height: 1024,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark.",
            "width": 1024,
            "height": 1024,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "13cab5b4-7350-49cb-a448-b3590b4778b9",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark.",
      "width": 1024,
      "height": 1024,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark." \
  width=1024 \
  height=1024 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "13cab5b4-7350-49cb-a448-b3590b4778b9",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "Square editorial photograph centered on one weathered 18th-century violin resting diagonally across a dark luthier’s workbench during ultraviolet inspection. The violin is the unmistakable single subject, shown nearly full frame from a slightly elevated three-quarter angle. Split lighting: warm amber workshop light grazes the carved spruce top and curled maple ribs from the left, while a narrow violet UV beam from the right reveals ghostly fluorescent patches of old varnish restoration. Extremely fine detail in the cracked golden varnish, delicate purfling, worn ebony fingerboard, bridge grain, strings, dust caught in the f-holes, and tiny repaired seams. Surroundings fall into soft shadow with only subtle hints of wood shavings and precision tools at the frame edges. Museum-conservation mood, tactile realism, controlled chiaroscuro, rich mahogany, honey, charcoal, and ultraviolet violet palette, premium documentary photography, crisp focal plane, natural optical depth, no people, no lettering, no watermark.",
  "width": 1024,
  "height": 1024,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "13cab5b4-7350-49cb-a448-b3590b4778b9",
  "imageUUID": "3f7c88f7-5ec4-43dc-83d7-8964be649e2c",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/3f7c88f7-5ec4-43dc-83d7-8964be649e2c.jpg",
  "seed": 512613778,
  "cost": 0.0019
}
Origami Monorail Bamboo Canyon
Origami Monorail Bamboo Canyon

A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette',
  width: 1344,
  height: 768,
  seed: 67482,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette",
            "width": 1344,
            "height": 768,
            "seed": 67482,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "55d4d69c-6cbd-4f7b-b883-3dcf4a1fb805",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette",
      "width": 1344,
      "height": 768,
      "seed": 67482,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette" \
  width=1344 \
  height=768 \
  seed=67482 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "55d4d69c-6cbd-4f7b-b883-3dcf4a1fb805",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "A sleek origami-inspired monorail station threaded through a vast bamboo canyon, folded white ceramic platforms, emerald stalks rising like pillars, translucent mist in the distance, passengers in flowing graphite coats, warm sunrise beams cutting through layered foliage, elegant futuristic transit design, crisp architectural details, cinematic wide-angle composition, polished high-end visual development, soft atmospheric depth, harmonious green and ivory color palette",
  "width": 1344,
  "height": 768,
  "seed": 67482,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "55d4d69c-6cbd-4f7b-b883-3dcf4a1fb805",
  "imageUUID": "91945fab-83d9-4caa-8641-81464809a786",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/91945fab-83d9-4caa-8641-81464809a786.jpg",
  "seed": 67482,
  "cost": 0.0077
}
Cobalt Whale Memory Archive
Cobalt Whale Memory Archive

A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading',
  width: 1344,
  height: 768,
  seed: 9973,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading",
            "width": 1344,
            "height": 768,
            "seed": 9973,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "31b4d0f2-f9cd-4a41-9a24-bbeae14766e3",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading",
      "width": 1344,
      "height": 768,
      "seed": 9973,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading" \
  width=1344 \
  height=768 \
  seed=9973 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "31b4d0f2-f9cd-4a41-9a24-bbeae14766e3",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "A colossal cobalt whale-shaped library airship drifting above terraced emerald rice fields at sunrise, open ribs lined with glowing book stacks and tiny spiral stairways, scholars in crisp white robes crossing suspended bridges, silk banners snapping in high altitude wind, misty mountains in the distance, cinematic wide angle composition, polished fantasy realism, intricate architectural detail, soft golden light, sharp focus, vibrant color grading",
  "width": 1344,
  "height": 768,
  "seed": 9973,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "31b4d0f2-f9cd-4a41-9a24-bbeae14766e3",
  "imageUUID": "bb2b1be7-0f82-448e-8ad6-cdff02f2ca6b",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/bb2b1be7-0f82-448e-8ad6-cdff02f2ca6b.jpg",
  "seed": 9973,
  "cost": 0.0077
}
Pearl Aviary Sky Tram
Pearl Aviary Sky Tram

Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale',
  width: 1344,
  height: 768,
  seed: 88187,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale",
            "width": 1344,
            "height": 768,
            "seed": 88187,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "bb132f6d-5fbe-4a1c-9048-c97c983809d7",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale",
      "width": 1344,
      "height": 768,
      "seed": 88187,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale" \
  width=1344 \
  height=768 \
  seed=88187 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "bb132f6d-5fbe-4a1c-9048-c97c983809d7",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "Grand aerial scene of a pearl-white aviary suspended between two slender sky towers, translucent wing-shaped roofs, chrome sky trams curving through warm sunrise haze, flocks of origami-like birds circling a central garden, elegant travelers in futuristic silk coats on suspended walkways, lush greenery, intricate architectural detailing, cinematic wide angle, soft golden rim light, refined color palette of ivory, jade, cobalt, and brushed metal, ultra polished digital illustration, crisp depth, atmospheric scale",
  "width": 1344,
  "height": 768,
  "seed": 88187,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "bb132f6d-5fbe-4a1c-9048-c97c983809d7",
  "imageUUID": "a3f0372a-4508-46a0-8e9d-1a9e8d1abade",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/a3f0372a-4508-46a0-8e9d-1a9e8d1abade.jpg",
  "seed": 88187,
  "cost": 0.0077
}
Frostbound Seed Vault Atrium
Frostbound Seed Vault Atrium

A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render',
  width: 1344,
  height: 768,
  seed: 67815,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render",
            "width": 1344,
            "height": 768,
            "seed": 67815,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "40f6d93f-03b2-48a0-8fb8-2481919252cb",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render",
      "width": 1344,
      "height": 768,
      "seed": 67815,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render" \
  width=1344 \
  height=768 \
  seed=67815 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "40f6d93f-03b2-48a0-8fb8-2481919252cb",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "A vast frostbound seed vault atrium inside a polar research facility, towering shelves of amber seed capsules, crystalline ice ribs, a quiet archivist android in white insulated gear cataloging rare plants, misty breath in cold air, soft aurora colors filtering through translucent ceiling panels, polished metal walkways, miniature indoor terraces of moss and alpine flowers under focused grow lights, cinematic wide angle, ultra detailed, clean futuristic design, calm hopeful mood, realistic lighting, high-end concept render",
  "width": 1344,
  "height": 768,
  "seed": 67815,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "40f6d93f-03b2-48a0-8fb8-2481919252cb",
  "imageUUID": "c836ded3-35cd-4a42-acc2-d3b6e7af5e36",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/c836ded3-35cd-4a42-acc2-d3b6e7af5e36.jpg",
  "seed": 67815,
  "cost": 0.0077
}
Porcelain Mantis Concert Hall
Porcelain Mantis Concert Hall

A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field

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: 'baidu:ernie-image@turbo',
  positivePrompt: 'A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field',
  width: 1024,
  height: 1024,
  seed: 94912,
  steps: 8
})
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": "baidu:ernie-image@turbo",
            "positivePrompt": "A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field",
            "width": 1024,
            "height": 1024,
            "seed": 94912,
            "steps": 8
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "bb56f314-3a97-4426-919a-8aa281a12f9a",
      "model": "baidu:ernie-image@turbo",
      "positivePrompt": "A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field",
      "width": 1024,
      "height": 1024,
      "seed": 94912,
      "steps": 8
    }
  ]'
runware run baidu:ernie-image@turbo \
  positivePrompt="A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field" \
  width=1024 \
  height=1024 \
  seed=94912 \
  steps=8
{
  "taskType": "imageInference",
  "taskUUID": "bb56f314-3a97-4426-919a-8aa281a12f9a",
  "model": "baidu:ernie-image@turbo",
  "positivePrompt": "A grand underground concert hall carved from pale salt crystal and black basalt, centered on an elegant giant porcelain mantis in a tiny formal jacket, poised before a semicircle of floating silver instruments. Curved balconies packed with masked guests, warm golden light pouring through narrow ceiling vents, mineral dust sparkling in the air, intricate ceramic textures, cinematic composition, refined fantasy realism, crisp detail, luxurious atmosphere, soft depth of field",
  "width": 1024,
  "height": 1024,
  "seed": 94912,
  "steps": 8
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "bb56f314-3a97-4426-919a-8aa281a12f9a",
  "imageUUID": "a350cf4d-5a3e-4322-bea9-298b8aa3f1bb",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/a350cf4d-5a3e-4322-bea9-298b8aa3f1bb.jpg",
  "seed": 94912,
  "cost": 0.0077
}