ImagineArt 2.0

ImagineArt 2.0 is a reasoning-based image model designed for high-quality, instruction-faithful generation and reference-guided editing. It excels at ultra life-like realism as well as cinematic and artistic styles, including posters, illustrations, and anime. A dedicated color codec targets vibrant, true-to-life colors without the washout seen in some generators, and the model now supports image-to-image workflows with up to four reference images. In practice, standard text-to-image requests support 1K and 2K output modes, while reference-guided image-to-image requests use 1.5K preset outputs.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Arctic Air-Ambulance Recruitment Banner

Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts. The open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft's brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces. Reserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no 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:2.0@0',
positivePrompt: 'Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts.\n\nThe open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft\'s brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces.\n\nReserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no watermark.',
width: 1360,
height: 768,
settings: {
thinkingLevel: 'high'
}
})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:2.0@0",
"positivePrompt": "Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts.\n\nThe open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft's brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces.\n\nReserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no watermark.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4bd2a99c-0d45-4d1a-a78b-29bd34e81739",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts.\n\nThe open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft's brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces.\n\nReserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no watermark.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts.
The open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft's brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces.
Reserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no watermark." \
width=1360 \
height=768 \
settings.thinkingLevel=high{
"taskType": "imageInference",
"taskUUID": "4bd2a99c-0d45-4d1a-a78b-29bd34e81739",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a finished landscape recruitment banner for an Arctic air-ambulance service, photographed with polished editorial realism. Show an established seven-person emergency aviation crew standing together inside a working aircraft hangar beside a red-and-white twin-engine turboprop medical plane. Seamlessly incorporate the newest team member into the group: a female flight paramedic in her early 30s wearing a clean red rescue suit with reflective silver bands, positioned center-right among the other six staff as if she was present in the original portrait. Match her scale, eye line, stance, lens perspective, soft shadows and cool hangar lighting perfectly to the group. Everyone must look distinct and naturally connected, with relaxed confident expressions and subtle shoulder overlap. Include two pilots, three additional paramedics, a flight nurse and a mechanic, with credible uniforms and equipment. No duplicated faces, floating figures or obvious compositing artifacts.\n\nThe open hangar reveals a pale blue Arctic dawn, distant snow-covered mountains and windblown ice crystals. Warm work lights illuminate tool cabinets, stretcher hardware, coiled cables and the aircraft's brushed metal details, creating a refined contrast of glacier blue, crisp white, signal red and small amber highlights. Use a wide 35mm documentary composition, crew occupying the right two-thirds, full figures visible, aircraft wing and propeller framing them without obscuring faces.\n\nReserve clean atmospheric space on the left for strong campaign typography. Render this exact headline in large, highly legible condensed white sans-serif capitals on two lines: “READY WHEN THE NORTH CALLS”. Beneath it, render the exact smaller line: “FLIGHT MEDIC RECRUITMENT 2026”. The typography should feel professionally typeset and integrated into the image, with correct spelling and no extra words. Add restrained aircraft fuselage lettering reading exactly “ARCTIC AIR MEDICAL”. Premium annual recruitment campaign photography, authentic human anatomy, realistic fabric textures, precise environmental text, balanced commercial composition, no logos, no buttons, no interface, no watermark.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
}{
"taskType": "imageInference",
"taskUUID": "4bd2a99c-0d45-4d1a-a78b-29bd34e81739",
"imageUUID": "6fa673c6-5e97-47a8-b4fb-527698b4c6ae",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/6fa673c6-5e97-47a8-b4fb-527698b4c6ae.jpg",
"seed": 1505088131,
"cost": 0.03
}Heritage Orchard Visitor Wayfinding Map

Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink. Across the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance. Show three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”. Use decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion.
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:2.0@0',
positivePrompt: 'Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink.\n\nAcross the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance.\n\nShow three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”.\n\nUse decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion.',
width: 1360,
height: 768,
settings: {
thinkingLevel: 'high'
}
})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:2.0@0",
"positivePrompt": "Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink.\n\nAcross the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance.\n\nShow three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”.\n\nUse decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "7b485213-9f28-43aa-83d4-19c4110831fd",
"model": "imagineart:2.0@0",
"positivePrompt": "Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink.\n\nAcross the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance.\n\nShow three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”.\n\nUse decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink.
Across the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance.
Show three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”.
Use decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion." \
width=1360 \
height=768 \
settings.thinkingLevel=high{
"taskType": "imageInference",
"taskUUID": "7b485213-9f28-43aa-83d4-19c4110831fd",
"model": "imagineart:2.0@0",
"positivePrompt": "Create the finished flat artwork for a public-facing visitor wayfinding sign at a heritage apple orchard, composed in a clear 16:9 landscape format. This is the sign artwork itself, not a photograph or mockup. Art direction: contemporary information design blended with a 1930s agricultural lithograph, crisp screen-printed shapes, subtle paper grain, warm cream ground, persimmon red, orchard green, muted plum, golden yellow and dark brown ink.\n\nAcross the top, set a strong, perfectly legible title: “FOXGLOVE HERITAGE ORCHARD” with the smaller subtitle “PICK-YOUR-OWN MAP”. Below, create a charming oblique illustrated site map with neat rows of fruit trees, tiny apples visible among the leaves, low stone walls, hedgerows, a winding creek, footbridges and gently rolling terrain. Make the layout geographically convincing and easy to scan. Label these destinations clearly in clean uppercase lettering: “FARM SHOP”, “CIDER BARN”, “PICNIC MEADOW”, “HERITAGE ROWS”, “FAMILY ORCHARD”, “QUIET ORCHARD”, “BEE GARDEN”, “POND WALK” and “CAR PARK”. Place a bold “YOU ARE HERE” marker beside the Farm Shop entrance.\n\nShow three clearly differentiated routes integrated into the map: a solid persimmon line for “MAIN PICKING TRAIL”, a dotted plum line for “POND LOOP”, and a wide golden line for “STEP-FREE ROUTE”. Include a compact legend in the lower right with those exact three route names plus simple, readable icons for “TOILETS”, “FIRST AID”, “WATER” and “VIEWPOINT”. Add a small but legible information strip along the bottom reading: “PLEASE PICK ONLY IN OPEN ROWS • LAST ENTRY 4 PM • DOGS ON LEADS”.\n\nUse decorative details purposefully: a small kestrel over the meadow, wooden picking crates, a red orchard tractor and a few restrained human figures for scale, including a wheelchair user on the step-free path. Maintain strong visual hierarchy, generous spacing, accurate typography, clean label placement and high contrast. No extra wording, no logos, no QR codes, no UI elements, no frame, no wall, no perspective distortion.",
"width": 1360,
"height": 768,
"settings": {
"thinkingLevel": "high"
}
}{
"taskType": "imageInference",
"taskUUID": "7b485213-9f28-43aa-83d4-19c4110831fd",
"imageUUID": "b96d0a16-b24b-4cc1-b947-afd6248b44ea",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/b96d0a16-b24b-4cc1-b947-afd6248b44ea.jpg",
"seed": 481750028,
"cost": 0.03
}Falconry Telemetry Bundle Packshot

Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props.
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:2.0@0',
positivePrompt: 'Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props.',
width: 1248,
height: 1664,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/f4d90eaa-791a-4c7c-bd83-a548e60523ee.jpg',
'https://assets.runware.ai/assets/inputs/0c725c2b-b16f-43a1-8031-65e606af3cb7.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "imagineart:2.0@0",
"positivePrompt": "Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4d90eaa-791a-4c7c-bd83-a548e60523ee.jpg",
"https://assets.runware.ai/assets/inputs/0c725c2b-b16f-43a1-8031-65e606af3cb7.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "14612142-df0b-44d2-95aa-5287b4e4d5aa",
"model": "imagineart:2.0@0",
"positivePrompt": "Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4d90eaa-791a-4c7c-bd83-a548e60523ee.jpg",
"https://assets.runware.ai/assets/inputs/0c725c2b-b16f-43a1-8031-65e606af3cb7.jpg"
]
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props." \
width=1248 \
height=1664 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/f4d90eaa-791a-4c7c-bd83-a548e60523ee.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/0c725c2b-b16f-43a1-8031-65e606af3cb7.jpg{
"taskType": "imageInference",
"taskUUID": "14612142-df0b-44d2-95aa-5287b4e4d5aa",
"model": "imagineart:2.0@0",
"positivePrompt": "Create one finished premium ecommerce hero packshot for a professional falconry telemetry bundle, using both reference images as complementary product references. Preserve the distinctive shape, proportions, rugged graphite housing, antenna, dial and lanyard of the handheld receiver from reference 1. Preserve the open fitted case, two miniature transmitters, charging dock, straps and spare batteries from reference 2. Arrange everything as one coherent retail bundle: receiver standing at a slight three-quarter angle as the dominant central object, antenna rising diagonally within the portrait frame; open accessory case placed lower and slightly behind; two small accessories removed from their slots and aligned neatly in front to clarify what is included. Warm pale sandstone seamless background with a matching matte pedestal, restrained graphite, brass and muted signal-orange palette. Crisp high-end catalog photography, large softbox from upper left, narrow rim light, controlled natural shadows, accurate metal and polymer textures, sharp edges, realistic scale, clean separation between every component. Portrait 3:4 composition with generous breathing room, front-facing product visibility, polished but practical expedition-equipment mood. No people, birds, outdoor scenery, dust, packaging graphics, logos, labels, legible text, duplicate components or decorative props.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4d90eaa-791a-4c7c-bd83-a548e60523ee.jpg",
"https://assets.runware.ai/assets/inputs/0c725c2b-b16f-43a1-8031-65e606af3cb7.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "14612142-df0b-44d2-95aa-5287b4e4d5aa",
"imageUUID": "dbfd3fd1-c4df-4b66-9710-d483adf7dbfd",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/dbfd3fd1-c4df-4b66-9710-d483adf7dbfd.jpg",
"seed": 519739758,
"cost": 0.057
}Converted Signal Box Listing Interior

Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions.
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:2.0@0',
positivePrompt: 'Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions.',
width: 1248,
height: 1664,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/2241841d-7faa-4128-8d1f-922d79c83550.jpg',
'https://assets.runware.ai/assets/inputs/e652bcd5-b31a-4e02-b7e1-66e1d8506083.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "imagineart:2.0@0",
"positivePrompt": "Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2241841d-7faa-4128-8d1f-922d79c83550.jpg",
"https://assets.runware.ai/assets/inputs/e652bcd5-b31a-4e02-b7e1-66e1d8506083.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "20b868af-4252-43fe-a6b5-592856083abe",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2241841d-7faa-4128-8d1f-922d79c83550.jpg",
"https://assets.runware.ai/assets/inputs/e652bcd5-b31a-4e02-b7e1-66e1d8506083.jpg"
]
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions." \
width=1248 \
height=1664 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/2241841d-7faa-4128-8d1f-922d79c83550.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/e652bcd5-b31a-4e02-b7e1-66e1d8506083.jpg{
"taskType": "imageInference",
"taskUUID": "20b868af-4252-43fe-a6b5-592856083abe",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a finished, ultra-photorealistic vertical real-estate listing photograph of the converted heritage railway signal box. Use reference image 1 as the exact architectural source: preserve its room proportions, doorway viewpoint, wraparound multi-pane windows, cream-painted timber walls, honey pine floorboards, dark exposed roof trusses, and the complete vintage black-and-red signal lever frame along the right wall. Do not alter, remove, duplicate, or cover the heritage controls. Use reference image 2 as the furnishing and material reference, virtually staging the vacant room with that same rust wool two-seat sofa, dark olive bent-plywood lounge chair, round black pedestal table, slim walnut record cabinet, cream rug with narrow navy stripes, and opal-glass floor lamp. Arrange the compact furniture believably in the open left and central floor area, maintaining generous circulation from the doorway and a clear working aisle beside the levers. The sofa should face inward rather than blocking the windows; place the record cabinet beneath a window where it fits naturally. Add only restrained lived-in details: one folded charcoal throw, two ceramic cups, a small stack of railway-history books, and a healthy potted fern. Soft bright overcast morning light enters from three sides, producing natural window reflections, gentle shadows, and a calm welcoming atmosphere. Show glimpses of green countryside and railway tracks outside, softly focused so the interior remains primary. Professional adaptive-reuse property photography, realistic wood grain, aged painted joinery, wool upholstery, glass and metal, balanced exposure, neutral true-to-life color, subtle HDR without an artificial look. Eye-level camera near the doorway, approximately 24mm tilt-shift lens, corrected verticals, deep but natural focus, spacious portrait composition. No people, no signage, no captions, no logos, no fisheye distortion, and no structural additions.",
"width": 1248,
"height": 1664,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2241841d-7faa-4128-8d1f-922d79c83550.jpg",
"https://assets.runware.ai/assets/inputs/e652bcd5-b31a-4e02-b7e1-66e1d8506083.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "20b868af-4252-43fe-a6b5-592856083abe",
"imageUUID": "bfd0c915-c1a8-4fa9-9178-f9a4fb120349",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/bfd0c915-c1a8-4fa9-9178-f9a4fb120349.jpg",
"seed": 991954408,
"cost": 0.057
}Amber Quarry Procession

A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no 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:2.0@0',
positivePrompt: 'A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no watermark',
width: 2816,
height: 1584,
seed: 68258,
settings: {
thinkingLevel: 'high'
}
})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:2.0@0",
"positivePrompt": "A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no watermark",
"width": 2816,
"height": 1584,
"seed": 68258,
"settings": {
"thinkingLevel": "high"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d3296ed4-933a-4cd8-ba27-2f6c790fe892",
"model": "imagineart:2.0@0",
"positivePrompt": "A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no watermark",
"width": 2816,
"height": 1584,
"seed": 68258,
"settings": {
"thinkingLevel": "high"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no watermark" \
width=2816 \
height=1584 \
seed=68258 \
settings.thinkingLevel=high{
"taskType": "imageInference",
"taskUUID": "d3296ed4-933a-4cd8-ba27-2f6c790fe892",
"model": "imagineart:2.0@0",
"positivePrompt": "A vast open-pit amber quarry at golden dusk, terraced stone walls glowing with warm mineral tones, a ceremonial procession of workers and geologists crossing narrow carved pathways with pack mules carrying translucent amber blocks, dust hanging in the air, pulley rigs, chisels, canvas shade canopies, layered depth from foreground rubble to distant excavation tiers, one child holding a shard that catches sunlight like liquid fire, realistic faces and clothing, documentary-grade detail, cinematic composition, ultra lifelike realism, crisp textures, nuanced shadows, vibrant but natural color, atmospheric scale, no text, no watermark",
"width": 2816,
"height": 1584,
"seed": 68258,
"settings": {
"thinkingLevel": "high"
}
}{
"taskType": "imageInference",
"taskUUID": "d3296ed4-933a-4cd8-ba27-2f6c790fe892",
"imageUUID": "457c2fe9-622b-4ffe-847c-cb81ce1ccc86",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/4/ii/457c2fe9-622b-4ffe-847c-cb81ce1ccc86.jpg",
"seed": 68258,
"cost": 0.05
}Glasshouse Observatory Stormscape

A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people
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:2.0@0',
positivePrompt: 'A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people',
width: 1360,
height: 768,
seed: 93622,
settings: {
thinkingLevel: 'high'
}
})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:2.0@0",
"positivePrompt": "A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people",
"width": 1360,
"height": 768,
"seed": 93622,
"settings": {
"thinkingLevel": "high"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "f2d487fc-1d2f-4453-9c07-f7d8c38416ae",
"model": "imagineart:2.0@0",
"positivePrompt": "A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people",
"width": 1360,
"height": 768,
"seed": 93622,
"settings": {
"thinkingLevel": "high"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people" \
width=1360 \
height=768 \
seed=93622 \
settings.thinkingLevel=high{
"taskType": "imageInference",
"taskUUID": "f2d487fc-1d2f-4453-9c07-f7d8c38416ae",
"model": "imagineart:2.0@0",
"positivePrompt": "A vast cliffside observatory made of iron ribs and fractured glass panes, perched above a turbulent sea during an oncoming storm, giant brass telescopes aimed toward a sky split by distant lightning, rain-slick walkways reflecting jewel-toned signal lights, flocks of white seabirds circling through mist, tangled climbing roses whipping around the structure, dramatic clouds layered across the horizon, ultra-detailed cinematic realism, rich true-to-life color, intricate textures in wet stone, glass, metal, and vegetation, sweeping sense of scale, atmospheric depth, sharp focal detail, natural perspective, no people",
"width": 1360,
"height": 768,
"seed": 93622,
"settings": {
"thinkingLevel": "high"
}
}{
"taskType": "imageInference",
"taskUUID": "f2d487fc-1d2f-4453-9c07-f7d8c38416ae",
"imageUUID": "70b7cc94-3db9-4d2d-81b9-fd1318270741",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/70b7cc94-3db9-4d2d-81b9-fd1318270741.jpg",
"seed": 93622,
"cost": 0.03
}Tailored Silk Atelier Study

Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling.
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:2.0@0',
positivePrompt: 'Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling.',
width: 1536,
height: 1536,
seed: 71512,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/9d6143d6-a56e-4be7-9877-fd69ae9e97b2.jpg',
'https://assets.runware.ai/assets/inputs/7177b80e-05b6-48fd-8b9c-37e41f890ab4.jpg',
'https://assets.runware.ai/assets/inputs/76b923e8-ebdf-4a4e-9d89-a803eb3af5cd.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "imagineart:2.0@0",
"positivePrompt": "Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling.",
"width": 1536,
"height": 1536,
"seed": 71512,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9d6143d6-a56e-4be7-9877-fd69ae9e97b2.jpg",
"https://assets.runware.ai/assets/inputs/7177b80e-05b6-48fd-8b9c-37e41f890ab4.jpg",
"https://assets.runware.ai/assets/inputs/76b923e8-ebdf-4a4e-9d89-a803eb3af5cd.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a525ce47-2f65-4058-acfd-95dfbff83c91",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling.",
"width": 1536,
"height": 1536,
"seed": 71512,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9d6143d6-a56e-4be7-9877-fd69ae9e97b2.jpg",
"https://assets.runware.ai/assets/inputs/7177b80e-05b6-48fd-8b9c-37e41f890ab4.jpg",
"https://assets.runware.ai/assets/inputs/76b923e8-ebdf-4a4e-9d89-a803eb3af5cd.jpg"
]
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling." \
width=1536 \
height=1536 \
seed=71512 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9d6143d6-a56e-4be7-9877-fd69ae9e97b2.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/7177b80e-05b6-48fd-8b9c-37e41f890ab4.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/76b923e8-ebdf-4a4e-9d89-a803eb3af5cd.jpg{
"taskType": "imageInference",
"taskUUID": "a525ce47-2f65-4058-acfd-95dfbff83c91",
"model": "imagineart:2.0@0",
"positivePrompt": "Create a high-end editorial fashion image of a woman wearing a custom layered outfit inspired by the three references: the tailored silhouette of the coat, emerald silk texture with pearl-button detailing, and a poised fashion stance. She stands in a refined atelier setting with dress forms, fabric bolts, pattern paper, and warm directional studio lighting. Ultra-realistic skin, natural expression, precise garment construction, crisp seams, flowing silk panels, subtle embroidery, true-to-life vibrant color, cinematic depth of field, premium magazine styling.",
"width": 1536,
"height": 1536,
"seed": 71512,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9d6143d6-a56e-4be7-9877-fd69ae9e97b2.jpg",
"https://assets.runware.ai/assets/inputs/7177b80e-05b6-48fd-8b9c-37e41f890ab4.jpg",
"https://assets.runware.ai/assets/inputs/76b923e8-ebdf-4a4e-9d89-a803eb3af5cd.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "a525ce47-2f65-4058-acfd-95dfbff83c91",
"imageUUID": "c1cd7bd0-9bff-474f-8b5e-554ebb316525",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/c1cd7bd0-9bff-474f-8b5e-554ebb316525.jpg",
"seed": 71512,
"cost": 0.064
}Rain-Slick Night Market Alley

A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial 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:2.0@0',
positivePrompt: 'A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial photography look',
width: 1360,
height: 768,
seed: 78602,
settings: {
thinkingLevel: 'low'
}
})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:2.0@0",
"positivePrompt": "A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial photography look",
"width": 1360,
"height": 768,
"seed": 78602,
"settings": {
"thinkingLevel": "low"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "821e1c40-f85c-4fe1-8e9d-a61df4caae09",
"model": "imagineart:2.0@0",
"positivePrompt": "A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial photography look",
"width": 1360,
"height": 768,
"seed": 78602,
"settings": {
"thinkingLevel": "low"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial photography look" \
width=1360 \
height=768 \
seed=78602 \
settings.thinkingLevel=low{
"taskType": "imageInference",
"taskUUID": "821e1c40-f85c-4fe1-8e9d-a61df4caae09",
"model": "imagineart:2.0@0",
"positivePrompt": "A bustling night market alley after fresh rain in a futuristic coastal metropolis, slick cobblestones reflecting magenta, jade, and gold shop signs, steam rising from street food stalls, hanging fabric canopies, stacked crates of citrus and flowers, a noodle vendor serving two customers beneath glowing signage, a courier on an electric scooter passing through puddle reflections, distant elevated rail line disappearing into mist, highly detailed faces and clothing, cinematic framing, ultra lifelike realism, rich true-to-life colors, layered depth, atmospheric haze, dramatic rim lighting, crisp textures, natural anatomy, intricate reflections, realistic urban density, premium editorial photography look",
"width": 1360,
"height": 768,
"seed": 78602,
"settings": {
"thinkingLevel": "low"
}
}{
"taskType": "imageInference",
"taskUUID": "821e1c40-f85c-4fe1-8e9d-a61df4caae09",
"imageUUID": "03d0fd12-fb72-4105-8a49-a1ec129eebbf",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/03d0fd12-fb72-4105-8a49-a1ec129eebbf.jpg",
"seed": 78602,
"cost": 0.03
}Submerged Library Ruin Tableau

An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus
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:2.0@0',
positivePrompt: 'An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus',
width: 1360,
height: 768,
seed: 17716,
settings: {
thinkingLevel: 'high'
}
})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:2.0@0",
"positivePrompt": "An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus",
"width": 1360,
"height": 768,
"seed": 17716,
"settings": {
"thinkingLevel": "high"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4bf16710-7f73-4527-ab39-de719df7c908",
"model": "imagineart:2.0@0",
"positivePrompt": "An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus",
"width": 1360,
"height": 768,
"seed": 17716,
"settings": {
"thinkingLevel": "high"
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus" \
width=1360 \
height=768 \
seed=17716 \
settings.thinkingLevel=high{
"taskType": "imageInference",
"taskUUID": "4bf16710-7f73-4527-ab39-de719df7c908",
"model": "imagineart:2.0@0",
"positivePrompt": "An ancient stone library collapsed beneath a clear tropical sea, towering shelves of carved marble half-buried in coral and drifting sand, schools of silver fish weaving through floating pages, a solitary deep-sea diver with a brass helmet discovering a glowing map table at the center, cracked mosaics on the floor, shafts of sunlight piercing the water from above, suspended particles, highly detailed realistic textures, cinematic composition, dramatic scale, vivid true-to-life colors, serene yet awe-struck mood, ultra-detailed, sharp focus",
"width": 1360,
"height": 768,
"seed": 17716,
"settings": {
"thinkingLevel": "high"
}
}{
"taskType": "imageInference",
"taskUUID": "4bf16710-7f73-4527-ab39-de719df7c908",
"imageUUID": "eed3e41a-dc66-4fa1-ac9d-f42e15d47955",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/eed3e41a-dc66-4fa1-ac9d-f42e15d47955.jpg",
"seed": 17716,
"cost": 0.03
}Porcelain Crane Airship Dockyard

Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no 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:2.0@0',
positivePrompt: 'Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no watermark.',
width: 1536,
height: 1536,
seed: 66143,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/4f0a4d85-2d86-4d27-8c43-08f1ffcf17b3.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "imagineart:2.0@0",
"positivePrompt": "Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no watermark.",
"width": 1536,
"height": 1536,
"seed": 66143,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4f0a4d85-2d86-4d27-8c43-08f1ffcf17b3.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "6141afbc-997a-405a-94d3-481840cf2262",
"model": "imagineart:2.0@0",
"positivePrompt": "Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no watermark.",
"width": 1536,
"height": 1536,
"seed": 66143,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4f0a4d85-2d86-4d27-8c43-08f1ffcf17b3.jpg"
]
}
}
]'runware run imagineart:2.0@0 \
positivePrompt="Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no watermark." \
width=1536 \
height=1536 \
seed=66143 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/4f0a4d85-2d86-4d27-8c43-08f1ffcf17b3.jpg{
"taskType": "imageInference",
"taskUUID": "6141afbc-997a-405a-94d3-481840cf2262",
"model": "imagineart:2.0@0",
"positivePrompt": "Use the single reference image as the visual DNA for shape language, surface motifs, and color placement. Create a square, ultra-detailed cinematic scene of an antique porcelain crane figurine reimagined as a graceful airborne vessel resting on a high mountain dockyard at sunrise. The hull has curved ceramic wings, hand-painted cobalt plumage, fine gold seams, tiny red navigation lanterns, braided silk mooring lines, and small engineers in indigo coats checking wing ribs. Surround it with pine-covered peaks, drifting vapor, lacquered tool carts, parchment schematics pinned to wooden frames, crisp rim light, true-to-life colors, shallow depth of field, intricate materials, realistic scale, no text, no watermark.",
"width": 1536,
"height": 1536,
"seed": 66143,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4f0a4d85-2d86-4d27-8c43-08f1ffcf17b3.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "6141afbc-997a-405a-94d3-481840cf2262",
"imageUUID": "c57b253d-67e1-4198-9820-92788166bc49",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/c57b253d-67e1-4198-9820-92788166bc49.jpg",
"seed": 66143,
"cost": 0.05
}