ImagineArt 1.5 Pro

ImagineArt 1.5 Pro is a high-resolution AI image generation model that creates native 4K visuals from text prompts and reference images. It focuses on enhanced realism, accurate text rendering, strong visual composition, and color placement consistency to support professional creative workflows such as poster design, product imagery, and branding assets.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Ceramic Percussion Album Cover

Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text.',
width: 5120,
height: 2880
})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": "imagineart:1.5-pro@0",
"positivePrompt": "Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text.",
"width": 5120,
"height": 2880
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "2e85699d-c221-4002-a59a-81c67b11ff13",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text.",
"width": 5120,
"height": 2880
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text." \
width=5120 \
height=2880{
"taskType": "imageInference",
"taskUUID": "2e85699d-c221-4002-a59a-81c67b11ff13",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Finished 16:9 album cover artwork for an experimental percussion record titled “AFTER THE FIRING” by “NILA ROOK.” Inside a working ceramics studio at dusk, feature one monumental ceramic sound sculpture as the central subject: a wide hand-thrown porcelain vessel with a taut drum-like opening, visibly repaired with expressive cobalt-blue seams. Surround it with a restrained arrangement of smaller struck-clay discs, wooden mallets, glaze bowls, kiln shelves, and fine porcelain dust, all clearly part of a professional musician-ceramicist’s workspace rather than decorative clutter. Low frontal perspective, the main vessel slightly right of center, strong depth through receding worktables and a softly visible brick kiln. Warm amber kiln light grazes the rough clay textures from behind while cool blue evening light enters from tall industrial windows, producing a sophisticated ivory, cobalt, charcoal, and burnt-orange palette. Photoreal editorial still-life photography with subtle medium-format film grain, tactile fingerprints in clay, hairline cracks, powdered surfaces, scorched kiln bricks, realistic reflections in wet glaze, controlled highlights, deep soft shadows, elegant negative space on the left. Place the exact title AFTER THE FIRING in large clean condensed uppercase lettering within the left negative space; place NILA ROOK below in smaller uppercase lettering with generous tracking. Typography should be crisp, correctly spelled, understated, and integrated into the composition. Contemporary independent-label art direction, quiet, physical, rhythmic, collectible, no border, no packaging mockup, no streaming interface, no extra text.",
"width": 5120,
"height": 2880
}{
"taskType": "imageInference",
"taskUUID": "2e85699d-c221-4002-a59a-81c67b11ff13",
"imageUUID": "3e56ebde-baef-4818-9215-1911ac133fb5",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/3e56ebde-baef-4818-9215-1911ac133fb5.jpg",
"seed": 1261687336,
"cost": 0.045
}Subsea Cable Repair Blog Hero

Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image.',
width: 5120,
height: 2880
})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": "imagineart:1.5-pro@0",
"positivePrompt": "Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image.",
"width": 5120,
"height": 2880
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a4c0b990-33c8-4c77-9f3f-5ebee423f63a",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image.",
"width": 5120,
"height": 2880
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image." \
width=5120 \
height=2880{
"taskType": "imageInference",
"taskUUID": "a4c0b990-33c8-4c77-9f3f-5ebee423f63a",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished 16:9 editorial blog hero image about deep-sea fiber-optic cable repair, rendered as exceptionally realistic underwater documentary photography. A large industrial remotely operated vehicle occupies the right third of the frame, hovering just above a dark silty ocean floor at 2,000 meters depth. Its articulated manipulator carefully grips the damaged end of a thick armored subsea communications cable; the cut cross-section reveals precise concentric layers and hair-thin colored fiber strands, shown credibly rather than exaggerated. Rugged titanium frame, hydraulic joints, cameras, tether hardware, small identification markings, scuffs, marine residue, and working-tool details. Powerful white work lamps create sharp cones through suspended particles, illuminating rippled sediment, cable trenches, and a few pale deep-sea anemones. Restrained palette of midnight blue, cold cyan, steel gray, and safety orange accents on the vehicle. A faint cloud of disturbed silt adds motion and depth without obscuring the repair operation. Compose the ROV and cable junction as an immediate, readable thumbnail silhouette; leave the upper-left and center-left areas darker and visually calm for optional article headline placement, but include no text. High dynamic range, realistic underwater optical falloff, cinematic contrast, crisp mechanical detail at the focal point, atmospheric depth, premium science and technology magazine art direction, serious and quietly dramatic mood, no divers, no fantasy creatures, no logos, no interface, no border, one finished standalone image.",
"width": 5120,
"height": 2880
}{
"taskType": "imageInference",
"taskUUID": "a4c0b990-33c8-4c77-9f3f-5ebee423f63a",
"imageUUID": "f7f8cdf6-97b7-44d2-b23d-b248f8ac4de4",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/4/ii/f7f8cdf6-97b7-44d2-b23d-b248f8ac4de4.jpg",
"seed": 18742404,
"cost": 0.045
}Floodable Schoolyard Planning Visualization

Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image.',
width: 5120,
height: 2880
})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": "imagineart:1.5-pro@0",
"positivePrompt": "Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image.",
"width": 5120,
"height": 2880
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "ea0296d4-7b64-4954-8977-e3094acba97a",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image.",
"width": 5120,
"height": 2880
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image." \
width=5120 \
height=2880{
"taskType": "imageInference",
"taskUUID": "ea0296d4-7b64-4954-8977-e3094acba97a",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished photorealistic landscape architecture visualization commissioned for a municipal public consultation, depicting a newly redesigned floodable schoolyard immediately after a summer cloudburst. The central subject is a beautiful terraced rain garden that doubles as an adventure-play landscape: shallow winding water channels lined with rounded local stone, planted bioswale steps, small timber footbridges, sculpted earth mounds, and a broad permeable brick plaza visibly guiding clean rainwater away from the school. Show the system working safely, with thin reflective streams and shallow collection pools rather than dangerous flooding. A renovated 1960s red-brick public school forms a restrained background, with large classroom windows and a covered outdoor learning terrace. Include a few naturally posed children in mustard and cobalt rain jackets exploring the bridges under distant adult supervision, plus one teacher examining plants with a small group; authentic scale, candid behavior, inclusive community atmosphere, no one looking at camera. Eye-level wide landscape composition from beneath the edge of a rain-darkened tree canopy, the rain garden sweeping diagonally from foreground to middle distance and leading toward the school. Clearing storm light breaks through blue-gray clouds, creating warm low sunlight, luminous wet foliage, soft mist, long reflections, and subtle backlighting on ornamental grasses. Distinct palette of wet terracotta, moss green, slate blue, honey-colored timber, and restrained yellow accents. Highly detailed native sedges, ferns, serviceberry trees, textured paving, water ripples, damp wood grain, realistic drainage grates, scattered wet leaves, and believable construction detailing. Premium architectural photography realism with the clarity and intentional composition of a competition-winning civic design visualization, deep spatial layering, natural perspective, crisp focal detail, atmospheric depth, calm optimistic mood. No signage, labels, logos, captions, borders, interface elements, or presentation-board layout; one seamless finished image.",
"width": 5120,
"height": 2880
}{
"taskType": "imageInference",
"taskUUID": "ea0296d4-7b64-4954-8977-e3094acba97a",
"imageUUID": "eeaeb8ea-fee0-4fcc-89c8-2d5678ca593e",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/5/ii/eeaeb8ea-fee0-4fcc-89c8-2d5678ca593e.jpg",
"seed": 676653757,
"cost": 0.045
}Ecological Engineering Game Key Art

Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark.',
width: 5120,
height: 2880
})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": "imagineart:1.5-pro@0",
"positivePrompt": "Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark.",
"width": 5120,
"height": 2880
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "f29f6222-8d2c-479b-8a07-6005d86adbdb",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark.",
"width": 5120,
"height": 2880
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark." \
width=5120 \
height=2880{
"taskType": "imageInference",
"taskUUID": "f29f6222-8d2c-479b-8a07-6005d86adbdb",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "Polished cinematic key art for a premium ecological infrastructure strategy game, composed as a 16:9 landscape hero image. At blue hour during a highway closure, a female civil engineer in a rain-darkened high-visibility jacket and white hard hat stands in the near foreground, seen three-quarter profile, confidently surveying the installation of an enormous wildlife overpass. Behind her, two crawler cranes lift a broad prefabricated bridge section covered with young pines, native grasses, root balls, and exposed soil across six lanes of wet black asphalt. Work lights glow through light rain; road crews, concrete barriers, heavy transporters, cables, and reflective lane markings provide believable construction detail and scale. On the forested ridge beyond the bridge, a small herd of elk waits in silhouette, making the environmental purpose immediately clear. Strong visual hierarchy with the engineer as the human focal point, the bridge forming a monumental arch through the center, and the highway creating deep diagonal perspective. Palette of stormy slate blue, damp evergreen, earth brown, safety orange, and warm sodium work lights reflected on the pavement. Grounded near-future realism, sophisticated AAA game marketing art with a subtle hand-painted finish, atmospheric depth, crisp materials, dramatic volumetric lighting, fine rain, realistic machinery, emotionally hopeful but industrious mood. Leave calm sky and mist around the upper-left area for optional title placement. No words, logos, interface elements, borders, or watermark.",
"width": 5120,
"height": 2880
}{
"taskType": "imageInference",
"taskUUID": "f29f6222-8d2c-479b-8a07-6005d86adbdb",
"imageUUID": "feae912d-a0ab-4239-b071-d0e1698fbee8",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/4/ii/feae912d-a0ab-4239-b071-d0e1698fbee8.jpg",
"seed": 1680848157,
"cost": 0.045
}Luxury Perfume Poster

A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: 'NOIR ÉLIXIR' and smaller tagline below: 'Midnight in Bloom'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: \'NOIR ÉLIXIR\' and smaller tagline below: \'Midnight in Bloom\'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look.',
width: 4448,
height: 3328
})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": "imagineart:1.5-pro@0",
"positivePrompt": "A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: 'NOIR ÉLIXIR' and smaller tagline below: 'Midnight in Bloom'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look.",
"width": 4448,
"height": 3328
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a69dda29-29f1-46c0-81fd-3e32e5b99d12",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: 'NOIR ÉLIXIR' and smaller tagline below: 'Midnight in Bloom'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look.",
"width": 4448,
"height": 3328
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: 'NOIR ÉLIXIR' and smaller tagline below: 'Midnight in Bloom'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look." \
width=4448 \
height=3328{
"taskType": "imageInference",
"taskUUID": "a69dda29-29f1-46c0-81fd-3e32e5b99d12",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A premium luxury perfume advertisement poster on a dark reflective studio surface, featuring an ornate crystal perfume bottle with a brushed gold cap, soft amber liquid glowing inside, surrounded by delicate white orchids, faint drifting mist, and subtle golden light streaks. Cinematic commercial lighting, ultra-detailed glass reflections, realistic shadows, refined composition, premium beauty campaign styling, rich black and champagne color palette. Include elegant readable headline text at the top: 'NOIR ÉLIXIR' and smaller tagline below: 'Midnight in Bloom'. High-end fashion magazine aesthetic, photorealistic, crisp focus, sophisticated negative space for branding, flawless product photography look.",
"width": 4448,
"height": 3328
}{
"taskType": "imageInference",
"taskUUID": "a69dda29-29f1-46c0-81fd-3e32e5b99d12",
"imageUUID": "84d9a4a7-07c2-44a4-85eb-16e26a285ff4",
"imageURL": "https://im.runware.ai/image/os/a07d11/ws/3/ii/84d9a4a7-07c2-44a4-85eb-16e26a285ff4.jpg",
"seed": 787653380,
"cost": 0.045
}Art Deco Observatory Poster

A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: 'ASTRA GRAND OBSERVATORY' at the top and smaller subtitle 'Night of the Seventh Moon'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: \'ASTRA GRAND OBSERVATORY\' at the top and smaller subtitle \'Night of the Seventh Moon\'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish.',
width: 4448,
height: 3328
})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": "imagineart:1.5-pro@0",
"positivePrompt": "A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: 'ASTRA GRAND OBSERVATORY' at the top and smaller subtitle 'Night of the Seventh Moon'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish.",
"width": 4448,
"height": 3328
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "25988ba9-83c2-4652-8483-11f7f65d29fc",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: 'ASTRA GRAND OBSERVATORY' at the top and smaller subtitle 'Night of the Seventh Moon'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish.",
"width": 4448,
"height": 3328
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: 'ASTRA GRAND OBSERVATORY' at the top and smaller subtitle 'Night of the Seventh Moon'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish." \
width=4448 \
height=3328{
"taskType": "imageInference",
"taskUUID": "25988ba9-83c2-4652-8483-11f7f65d29fc",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A luxurious retro-futurist travel poster for a celestial exhibition, featuring a monumental art deco observatory perched on a cliff above a glowing sea at twilight, giant ringed planet rising on the horizon, elegant terraces, polished brass telescopes, geometric marble stairways, visitors in refined 1930s-inspired formalwear, dramatic spotlights cutting through mist, flocks of luminous birds, rich teal, gold, ivory, and deep indigo palette, symmetrical masterful composition, ultra-detailed architectural ornament, realistic materials, cinematic atmosphere, premium print-design aesthetic. Include tasteful poster text integrated into the artwork reading: 'ASTRA GRAND OBSERVATORY' at the top and smaller subtitle 'Night of the Seventh Moon'. Sharp, legible lettering, sophisticated kerning, clean layout, high realism, vivid yet controlled color placement, exceptional contrast, professional poster finish.",
"width": 4448,
"height": 3328
}{
"taskType": "imageInference",
"taskUUID": "25988ba9-83c2-4652-8483-11f7f65d29fc",
"imageUUID": "4922461c-d92d-4afa-becc-e7ce6ba91da8",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/4922461c-d92d-4afa-becc-e7ce6ba91da8.jpg",
"seed": 45777974,
"cost": 0.045
}Art Deco Lunar Perfume Poster

A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality',
width: 3328,
height: 4448
})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": "imagineart:1.5-pro@0",
"positivePrompt": "A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality",
"width": 3328,
"height": 4448
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d01af5e6-bf7e-4439-af75-eaea6d0acc5e",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality",
"width": 3328,
"height": 4448
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality" \
width=3328 \
height=4448{
"taskType": "imageInference",
"taskUUID": "d01af5e6-bf7e-4439-af75-eaea6d0acc5e",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A luxury vertical advertising poster for a fictional perfume called LUNA NOIR, centered faceted black-glass perfume bottle with a brushed gold cap on a reflective obsidian pedestal, dramatic art deco moon-arch framing, soft silver lunar glow, deep midnight blue and black palette with precise gold accents, subtle constellation motifs, velvet haze, immaculate product photography realism, premium editorial lighting, symmetrical composition, refined negative space for branding, ultra-sharp highlights, realistic reflections, crisp edges, sophisticated fashion magazine aesthetic, high-end print campaign look, elegant packaging details, tasteful cinematic atmosphere, visually striking and clean, native 4K quality",
"width": 3328,
"height": 4448
}{
"taskType": "imageInference",
"taskUUID": "d01af5e6-bf7e-4439-af75-eaea6d0acc5e",
"imageUUID": "d41d8e3f-0a8c-451e-919e-bd5eb582fff3",
"imageURL": "https://im.runware.ai/image/os/a15d18/ws/3/ii/d41d8e3f-0a8c-451e-919e-bd5eb582fff3.jpg",
"seed": 922994988,
"cost": 0.045
}Retro-Futurist Observatory Poster Design

A premium retro-futurist travel poster for a fictional destination called 'AURELIA SKY OBSERVATORY', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title 'AURELIA SKY OBSERVATORY' at the top, smaller subtitle 'Moonrise Viewing Season', and footer line 'Last Shuttle 23:40 • Coastal Belt 7'.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'imagineart:1.5-pro@0',
positivePrompt: 'A premium retro-futurist travel poster for a fictional destination called \'AURELIA SKY OBSERVATORY\', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title \'AURELIA SKY OBSERVATORY\' at the top, smaller subtitle \'Moonrise Viewing Season\', and footer line \'Last Shuttle 23:40 • Coastal Belt 7\'.',
width: 4448,
height: 3328
})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": "imagineart:1.5-pro@0",
"positivePrompt": "A premium retro-futurist travel poster for a fictional destination called 'AURELIA SKY OBSERVATORY', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title 'AURELIA SKY OBSERVATORY' at the top, smaller subtitle 'Moonrise Viewing Season', and footer line 'Last Shuttle 23:40 • Coastal Belt 7'.",
"width": 4448,
"height": 3328
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "6cc9451d-26bb-4d3a-b003-9aef85a9d334",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A premium retro-futurist travel poster for a fictional destination called 'AURELIA SKY OBSERVATORY', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title 'AURELIA SKY OBSERVATORY' at the top, smaller subtitle 'Moonrise Viewing Season', and footer line 'Last Shuttle 23:40 • Coastal Belt 7'.",
"width": 4448,
"height": 3328
}
]'runware run imagineart:1.5-pro@0 \
positivePrompt="A premium retro-futurist travel poster for a fictional destination called 'AURELIA SKY OBSERVATORY', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title 'AURELIA SKY OBSERVATORY' at the top, smaller subtitle 'Moonrise Viewing Season', and footer line 'Last Shuttle 23:40 • Coastal Belt 7'." \
width=4448 \
height=3328{
"taskType": "imageInference",
"taskUUID": "6cc9451d-26bb-4d3a-b003-9aef85a9d334",
"model": "imagineart:1.5-pro@0",
"positivePrompt": "A premium retro-futurist travel poster for a fictional destination called 'AURELIA SKY OBSERVATORY', set on a windswept cliff above a bioluminescent sea under a vast night sky. Foreground: an elegant circular observatory with brushed brass details, panoramic glass dome, glowing pathway lights, art-deco railings, and a couple in refined formalwear silhouetted near the entrance. Midground: terraced gardens with luminous flowers, sculptural wayfinding signs, and a sleek electric shuttle parked beside the promenade. Background: towering crescent-shaped rock formations, a calm moonlit ocean, distant floating lantern drones, and a dramatic sky with an oversized ringed planet, dense star field, faint aurora bands, and a meteor trail. Composition: heroic wide-angle view, poster-ready layout, clean negative space for typography, balanced focal hierarchy, impeccable symmetry with subtle asymmetrical accents. Style: ultra-detailed realistic illustration blended with luxury commercial poster photography, rich teal-gold-magenta palette, crisp edges, refined atmospheric perspective, premium print aesthetic. Include accurate, beautifully rendered poster text integrated into the design: large title 'AURELIA SKY OBSERVATORY' at the top, smaller subtitle 'Moonrise Viewing Season', and footer line 'Last Shuttle 23:40 • Coastal Belt 7'.",
"width": 4448,
"height": 3328
}{
"taskType": "imageInference",
"taskUUID": "6cc9451d-26bb-4d3a-b003-9aef85a9d334",
"imageUUID": "0ac5f0bb-d1a4-4852-892b-870afd88e704",
"imageURL": "https://im.runware.ai/image/os/a21d05/ws/3/ii/0ac5f0bb-d1a4-4852-892b-870afd88e704.jpg",
"seed": 1380599871,
"cost": 0.045
}