HiDream-I1 Full
HiDream-I1 Full is a 17B parameter text to image model for high quality generation. It targets sharp detail and strong prompt alignment. It supports LoRA workflows and heavy customization. Ideal for production pipelines that need consistent visuals and open source licensing.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Illegal Timber Forensics Blog Hero

Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools.',
negativePrompt: 'words, letters, captions, logos, watermarks, labels, website interface, app interface, infographic, fantasy elements, decorative plants, excessive props, messy composition, duplicated tools, extra fingers, malformed hands, bare hands, plastic-looking wood, illustration, cartoon, CGI render, oversaturated colors, harsh HDR, heavy vignette, blurry core sample',
width: 1024,
height: 1024,
steps: 30,
scheduler: 'FlowMatchEulerDiscreteScheduler',
CFGScale: 5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools.",
"negativePrompt": "words, letters, captions, logos, watermarks, labels, website interface, app interface, infographic, fantasy elements, decorative plants, excessive props, messy composition, duplicated tools, extra fingers, malformed hands, bare hands, plastic-looking wood, illustration, cartoon, CGI render, oversaturated colors, harsh HDR, heavy vignette, blurry core sample",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d7e42e86-a40e-4a78-9963-e146373c3d56",
"model": "runware:97@1",
"positivePrompt": "Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools.",
"negativePrompt": "words, letters, captions, logos, watermarks, labels, website interface, app interface, infographic, fantasy elements, decorative plants, excessive props, messy composition, duplicated tools, extra fingers, malformed hands, bare hands, plastic-looking wood, illustration, cartoon, CGI render, oversaturated colors, harsh HDR, heavy vignette, blurry core sample",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}
]'runware run runware:97@1 \
positivePrompt="Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools." \
negativePrompt="words, letters, captions, logos, watermarks, labels, website interface, app interface, infographic, fantasy elements, decorative plants, excessive props, messy composition, duplicated tools, extra fingers, malformed hands, bare hands, plastic-looking wood, illustration, cartoon, CGI render, oversaturated colors, harsh HDR, heavy vignette, blurry core sample" \
width=1024 \
height=1024 \
steps=30 \
scheduler=FlowMatchEulerDiscreteScheduler \
CFGScale=5{
"taskType": "imageInference",
"taskUUID": "d7e42e86-a40e-4a78-9963-e146373c3d56",
"model": "runware:97@1",
"positivePrompt": "Square editorial photograph for an investigative science publication about illegal timber trafficking. Overhead close-up inside a forest-products forensics laboratory: two teal nitrile-gloved hands carefully align a slender wood core sample with the growth rings of a large dark reddish-brown tropical hardwood cross-section. The polished wood slice dominates the lower-right half of the composition, revealing extraordinarily crisp concentric rings, pores, saw marks, and subtle mineral streaks. Beside it sit a stainless-steel caliper, a small glass sample vial containing wood shavings, and the edge of a laboratory magnifier. Restrained evidence-worktable setting in matte charcoal gray, no branding. Strong diagonal composition with uncluttered negative space in the upper-left for an editorial headline, but no text in the generated image. Warm raking light skims across the wood grain while cool cyan laboratory fill light separates the gloves and instruments from the background. Rich oxblood, walnut, amber, teal, and gunmetal palette. Tactile materials, precise scientific handling, serious investigative mood, premium documentary magazine photography, subtle film grain, natural contrast, shallow but sufficient depth of field, exceptionally sharp focal detail on the matching growth rings and core sample, realistic hands and tools.",
"negativePrompt": "words, letters, captions, logos, watermarks, labels, website interface, app interface, infographic, fantasy elements, decorative plants, excessive props, messy composition, duplicated tools, extra fingers, malformed hands, bare hands, plastic-looking wood, illustration, cartoon, CGI render, oversaturated colors, harsh HDR, heavy vignette, blurry core sample",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}{
"taskType": "imageInference",
"taskUUID": "d7e42e86-a40e-4a78-9963-e146373c3d56",
"imageUUID": "8b59b8fd-bf3b-46f9-ae0b-dc9611323e46",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/8b59b8fd-bf3b-46f9-ae0b-dc9611323e46.jpg",
"seed": 436917902,
"cost": 0.0045
}Premium Poultry Waterer Packshot

High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic.',
negativePrompt: 'chickens, birds, people, farm scene, grass, barn, hay, feed, water spills, dirt, rust, scratches, dents, clutter, extra products, duplicate objects, floating parts, distorted handle, warped tray, asymmetrical construction, illegible text, logo, branding, label, packaging, watermark, border, lifestyle scene, illustration, CGI look, excessive reflections, blown highlights, cropped product, shallow focus',
width: 1024,
height: 1024,
steps: 30,
scheduler: 'FlowMatchEulerDiscreteScheduler',
CFGScale: 5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic.",
"negativePrompt": "chickens, birds, people, farm scene, grass, barn, hay, feed, water spills, dirt, rust, scratches, dents, clutter, extra products, duplicate objects, floating parts, distorted handle, warped tray, asymmetrical construction, illegible text, logo, branding, label, packaging, watermark, border, lifestyle scene, illustration, CGI look, excessive reflections, blown highlights, cropped product, shallow focus",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "0cf08fa1-4ead-40cc-8b20-a918666e999b",
"model": "runware:97@1",
"positivePrompt": "High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic.",
"negativePrompt": "chickens, birds, people, farm scene, grass, barn, hay, feed, water spills, dirt, rust, scratches, dents, clutter, extra products, duplicate objects, floating parts, distorted handle, warped tray, asymmetrical construction, illegible text, logo, branding, label, packaging, watermark, border, lifestyle scene, illustration, CGI look, excessive reflections, blown highlights, cropped product, shallow focus",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}
]'runware run runware:97@1 \
positivePrompt="High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic." \
negativePrompt="chickens, birds, people, farm scene, grass, barn, hay, feed, water spills, dirt, rust, scratches, dents, clutter, extra products, duplicate objects, floating parts, distorted handle, warped tray, asymmetrical construction, illegible text, logo, branding, label, packaging, watermark, border, lifestyle scene, illustration, CGI look, excessive reflections, blown highlights, cropped product, shallow focus" \
width=1024 \
height=1024 \
steps=30 \
scheduler=FlowMatchEulerDiscreteScheduler \
CFGScale=5{
"taskType": "imageInference",
"taskUUID": "0cf08fa1-4ead-40cc-8b20-a918666e999b",
"model": "runware:97@1",
"positivePrompt": "High-end ecommerce studio packshot of one premium gravity-fed poultry waterer for backyard chicken keepers. The functional product has a tall cylindrical reservoir in glossy ultramarine-blue vitreous enamel, a fitted domed lid, a sturdy arched brushed-stainless-steel carrying handle, and a wide circular stainless drinking tray with evenly spaced access openings around its base. Unbranded, clean, unused, and precisely constructed. Center the complete product in a square composition, front three-quarter view from slightly above tray level, with generous breathing room and every edge fully visible. Place it on a seamless warm apricot studio sweep with no horizon line and no props. Strong directional softbox lighting from upper left creates crisp enamel highlights, subtle metallic reflections, and a controlled soft-edged shadow extending to the lower right. Accurate materials, realistic proportions, immaculate commercial retouching, sharp fine detail, natural optical perspective, medium-format product photography, premium agricultural design catalog aesthetic.",
"negativePrompt": "chickens, birds, people, farm scene, grass, barn, hay, feed, water spills, dirt, rust, scratches, dents, clutter, extra products, duplicate objects, floating parts, distorted handle, warped tray, asymmetrical construction, illegible text, logo, branding, label, packaging, watermark, border, lifestyle scene, illustration, CGI look, excessive reflections, blown highlights, cropped product, shallow focus",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}{
"taskType": "imageInference",
"taskUUID": "0cf08fa1-4ead-40cc-8b20-a918666e999b",
"imageUUID": "4306dee0-7767-4ad2-8e07-7d8a082d3858",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/4306dee0-7767-4ad2-8e07-7d8a082d3858.jpg",
"seed": 1204894628,
"cost": 0.0045
}Subsea Cable Incident Reconstruction

Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready.',
negativePrompt: 'text, labels, arrows, captions, numbers, logos, branding, infographic panels, UI, border, watermark, fantasy vessel, submarine, shipwreck, dramatic explosion, fire, storm, giant sea creatures, tangled incoherent rigging, duplicated equipment, malformed boat, oversaturated colors, cartoon style, blurry details',
width: 1024,
height: 1024,
steps: 30,
scheduler: 'FlowMatchEulerDiscreteScheduler',
CFGScale: 5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready.",
"negativePrompt": "text, labels, arrows, captions, numbers, logos, branding, infographic panels, UI, border, watermark, fantasy vessel, submarine, shipwreck, dramatic explosion, fire, storm, giant sea creatures, tangled incoherent rigging, duplicated equipment, malformed boat, oversaturated colors, cartoon style, blurry details",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "2edee09f-9d0c-4802-9313-1f416af01c37",
"model": "runware:97@1",
"positivePrompt": "Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready.",
"negativePrompt": "text, labels, arrows, captions, numbers, logos, branding, infographic panels, UI, border, watermark, fantasy vessel, submarine, shipwreck, dramatic explosion, fire, storm, giant sea creatures, tangled incoherent rigging, duplicated equipment, malformed boat, oversaturated colors, cartoon style, blurry details",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}
]'runware run runware:97@1 \
positivePrompt="Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready." \
negativePrompt="text, labels, arrows, captions, numbers, logos, branding, infographic panels, UI, border, watermark, fantasy vessel, submarine, shipwreck, dramatic explosion, fire, storm, giant sea creatures, tangled incoherent rigging, duplicated equipment, malformed boat, oversaturated colors, cartoon style, blurry details" \
width=1024 \
height=1024 \
steps=30 \
scheduler=FlowMatchEulerDiscreteScheduler \
CFGScale=5{
"taskType": "imageInference",
"taskUUID": "2edee09f-9d0c-4802-9313-1f416af01c37",
"model": "runware:97@1",
"positivePrompt": "Square technical incident-reconstruction illustration for a professional marine insurance report. Show a small steel stern trawler at sea in side profile, viewed through a precise cutaway spanning above and below the waterline. The vessel moves from left to right under an overcast sky, towing two taut steel warps down to an otter trawl dragging across the seabed. At the focal point in the lower-right quadrant, one trawl door has hooked beneath a partially exposed black armored telecommunications cable, lifting it sharply from a shallow sand trench; disturbed sediment blooms around the contact point while the intact cable continues into the seabed on both sides. Clearly depict the mechanical relationship between vessel, towing lines, trawl door, net, cable, and layered seabed without labels. Above water: restrained slate-blue waves, weathered orange-red hull, white wheelhouse, practical deck machinery, no crew drama. Below water: teal-to-deep-navy gradient, pale sand and gravel strata, sparse cold-water marine life, suspended particles, crisp cable cross-section visible where its outer armor is abraded. Clean forensic visualization combining realistic industrial detail with refined editorial gouache and precise technical drafting, subtle contour lines, controlled edges, muted navy, oxidized orange, sand, charcoal, and pale cyan palette. Calm analytical mood, legible silhouette hierarchy, balanced square composition, soft diffuse daylight from upper left, no sensationalism, publication-ready.",
"negativePrompt": "text, labels, arrows, captions, numbers, logos, branding, infographic panels, UI, border, watermark, fantasy vessel, submarine, shipwreck, dramatic explosion, fire, storm, giant sea creatures, tangled incoherent rigging, duplicated equipment, malformed boat, oversaturated colors, cartoon style, blurry details",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}{
"taskType": "imageInference",
"taskUUID": "2edee09f-9d0c-4802-9313-1f416af01c37",
"imageUUID": "b5f8a95c-6ccb-4306-aa14-f54b99faf067",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/b5f8a95c-6ccb-4306-aa14-f54b99faf067.jpg",
"seed": 758440148,
"cost": 0.0045
}Wildland Fire Strategy Game Key Art

Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art.',
negativePrompt: 'text, lettering, logo, watermark, interface, HUD, screenshot, fantasy creatures, science fiction equipment, medieval clothing, casual clothing, exposed skin near fire, inaccurate firefighting gear, chaotic composition, smiling poses, disaster movie explosion, oversaturated rainbow colors, duplicated people, malformed hands, extra limbs, distorted vehicles, blurry foreground, photobash seams',
width: 1024,
height: 1024,
steps: 30,
scheduler: 'FlowMatchEulerDiscreteScheduler',
CFGScale: 5
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art.",
"negativePrompt": "text, lettering, logo, watermark, interface, HUD, screenshot, fantasy creatures, science fiction equipment, medieval clothing, casual clothing, exposed skin near fire, inaccurate firefighting gear, chaotic composition, smiling poses, disaster movie explosion, oversaturated rainbow colors, duplicated people, malformed hands, extra limbs, distorted vehicles, blurry foreground, photobash seams",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "9545ee61-54f2-40a8-8dd4-fcaafe158ae7",
"model": "runware:97@1",
"positivePrompt": "Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art.",
"negativePrompt": "text, lettering, logo, watermark, interface, HUD, screenshot, fantasy creatures, science fiction equipment, medieval clothing, casual clothing, exposed skin near fire, inaccurate firefighting gear, chaotic composition, smiling poses, disaster movie explosion, oversaturated rainbow colors, duplicated people, malformed hands, extra limbs, distorted vehicles, blurry foreground, photobash seams",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}
]'runware run runware:97@1 \
positivePrompt="Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art." \
negativePrompt="text, lettering, logo, watermark, interface, HUD, screenshot, fantasy creatures, science fiction equipment, medieval clothing, casual clothing, exposed skin near fire, inaccurate firefighting gear, chaotic composition, smiling poses, disaster movie explosion, oversaturated rainbow colors, duplicated people, malformed hands, extra limbs, distorted vehicles, blurry foreground, photobash seams" \
width=1024 \
height=1024 \
steps=30 \
scheduler=FlowMatchEulerDiscreteScheduler \
CFGScale=5{
"taskType": "imageInference",
"taskUUID": "9545ee61-54f2-40a8-8dd4-fcaafe158ae7",
"model": "runware:97@1",
"positivePrompt": "Finished square key art for a serious wildland firefighting strategy game. A female incident commander in soot-marked yellow Nomex gear stands on a rocky ridge in the lower foreground, seen from behind in a strong three-quarter pose, studying a folded fire map while speaking into a handheld radio. Below her, a coordinated night operation unfolds across a vast pine valley: tiny hotshot crews cut a bright firebreak, two bulldozers push dark soil along the slope, an engine convoy protects a remote mountain town, and a helicopter releases a precise ribbon of water through smoke. A massive wildfire forms the central visual threat, its branching orange front sweeping diagonally across the valley while controlled burns create deliberate geometric lines of light. Emphasize authentic protective equipment, believable vehicles, scorched bark, airborne ash, layered smoke and rugged terrain. Dramatic composition with the commander as the clear hero silhouette, sweeping S-curve fire line leading through the scene, broad uncluttered smoke area across the upper quarter reserved for a future game title but containing no text. Contemporary hand-painted game illustration combining graphic poster shapes with realistic environmental detail, restrained palette of charcoal gray, smoke beige, safety yellow and searing vermilion, cool moonlit blue shadows, hard ember rim light, volumetric smoke, tense and disciplined rather than apocalyptic, premium PC and console marketing art.",
"negativePrompt": "text, lettering, logo, watermark, interface, HUD, screenshot, fantasy creatures, science fiction equipment, medieval clothing, casual clothing, exposed skin near fire, inaccurate firefighting gear, chaotic composition, smiling poses, disaster movie explosion, oversaturated rainbow colors, duplicated people, malformed hands, extra limbs, distorted vehicles, blurry foreground, photobash seams",
"width": 1024,
"height": 1024,
"steps": 30,
"scheduler": "FlowMatchEulerDiscreteScheduler",
"CFGScale": 5
}{
"taskType": "imageInference",
"taskUUID": "9545ee61-54f2-40a8-8dd4-fcaafe158ae7",
"imageUUID": "7938f0c5-cc5e-467c-85e9-79ad73a57a03",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/7938f0c5-cc5e-467c-85e9-79ad73a57a03.jpg",
"seed": 428773224,
"cost": 0.0051
}Submerged Cathedral Reef Procession

An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony',
width: 1024,
height: 1536,
seed: 95341,
steps: 30
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony",
"width": 1024,
"height": 1536,
"seed": 95341,
"steps": 30
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c02c8676-a2cb-4b12-8e53-09cc6cd14f84",
"model": "runware:97@1",
"positivePrompt": "An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony",
"width": 1024,
"height": 1536,
"seed": 95341,
"steps": 30
}
]'runware run runware:97@1 \
positivePrompt="An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony" \
width=1024 \
height=1536 \
seed=95341 \
steps=30{
"taskType": "imageInference",
"taskUUID": "c02c8676-a2cb-4b12-8e53-09cc6cd14f84",
"model": "runware:97@1",
"positivePrompt": "An immense ancient cathedral submerged beneath a clear tropical sea, coral-encrusted arches and broken stained glass windows filtering shafts of turquoise light, a solemn procession of pearl-divers in embroidered ceremonial suits carrying luminous shell lanterns through the nave, schools of silver fish weaving between stone columns, a giant sea turtle gliding above the central aisle, tiled mosaic floor partly buried in drifting sand, ornate relics wrapped in sea vines, cinematic depth, ultra-sharp details, rich textures, atmospheric perspective, majestic and reverent mood, painterly realism, highly detailed faces and fabrics, intricate reef growth, natural color harmony",
"width": 1024,
"height": 1536,
"seed": 95341,
"steps": 30
}{
"taskType": "imageInference",
"taskUUID": "c02c8676-a2cb-4b12-8e53-09cc6cd14f84",
"imageUUID": "303872a5-fc13-4f6b-8cfb-8f2823c01560",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/303872a5-fc13-4f6b-8cfb-8f2823c01560.jpg",
"seed": 95341,
"cost": 0.0083
}Glass Canopy Monorail Terminus

A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene',
width: 1024,
height: 768,
seed: 79278,
steps: 30
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene",
"width": 1024,
"height": 768,
"seed": 79278,
"steps": 30
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "6cd4ba4a-9031-4690-bf30-c18e03147f01",
"model": "runware:97@1",
"positivePrompt": "A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene",
"width": 1024,
"height": 768,
"seed": 79278,
"steps": 30
}
]'runware run runware:97@1 \
positivePrompt="A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene" \
width=1024 \
height=768 \
seed=79278 \
steps=30{
"taskType": "imageInference",
"taskUUID": "6cd4ba4a-9031-4690-bf30-c18e03147f01",
"model": "runware:97@1",
"positivePrompt": "A vast far-future monorail terminus beneath an immense stained-glass canopy, rain-slick platforms reflecting amber and cobalt light, suspended rail lines curving through the air, travelers in weatherproof capes carrying unusual luggage, hanging directional sigils, brass-and-ceramic ticket kiosks, giant ferns growing from engineered planters, flocks of mechanical swifts nesting in the rafters, distant skyline of layered habitation towers fading into mist, richly detailed architecture, dramatic depth, sharp focus, atmospheric perspective, intricate textures, cinematic composition, realistic lighting, highly detailed scene",
"width": 1024,
"height": 768,
"seed": 79278,
"steps": 30
}{
"taskType": "imageInference",
"taskUUID": "6cd4ba4a-9031-4690-bf30-c18e03147f01",
"imageUUID": "856fa7d3-972d-4078-be1b-981a8c9f4d46",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/856fa7d3-972d-4078-be1b-981a8c9f4d46.jpg",
"seed": 79278,
"cost": 0.0083
}Volcanic Glasswright Caravan Encampment

A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:97@1',
positivePrompt: 'A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal',
width: 1024,
height: 768,
seed: 41485,
steps: 30
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal",
"width": 1024,
"height": 768,
"seed": 41485,
"steps": 30
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "623e400e-cc1d-461f-a7aa-3e1992bea0fa",
"model": "runware:97@1",
"positivePrompt": "A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal",
"width": 1024,
"height": 768,
"seed": 41485,
"steps": 30
}
]'runware run runware:97@1 \
positivePrompt="A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal" \
width=1024 \
height=768 \
seed=41485 \
steps=30{
"taskType": "imageInference",
"taskUUID": "623e400e-cc1d-461f-a7aa-3e1992bea0fa",
"model": "runware:97@1",
"positivePrompt": "A sprawling desert encampment of traveling glasswrights at the edge of a black volcanic plain, dozens of elegant wagons with folded silk awnings arranged in a crescent, master artisans shaping molten glass with long tools beside portable furnaces, translucent sculptures cooling on wooden racks, pack animals draped in patterned textiles, wind-carved basalt spires in the distance, pale dawn sky with streaks of apricot and silver, heat shimmer over dark stone, intricate props everywhere: baskets of colored minerals, brass tongs, blown glass lanterns, cracked ceramic water jars, footprints in ash, cinematic wide shot, highly detailed, crisp focus, rich textures, realistic lighting, atmospheric depth, exceptional material contrast between glowing glass, rough basalt, woven fabric, and brushed metal",
"width": 1024,
"height": 768,
"seed": 41485,
"steps": 30
}{
"taskType": "imageInference",
"taskUUID": "623e400e-cc1d-461f-a7aa-3e1992bea0fa",
"imageUUID": "8b51b1d6-9b8f-4822-8beb-26b58da6b6d0",
"imageURL": "https://im.runware.ai/image/os/a18d05/ws/2/ii/8b51b1d6-9b8f-4822-8beb-26b58da6b6d0.jpg",
"seed": 41485,
"cost": 0.0083
}Clockwork Orchard Harvest Festival

A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration 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: 'runware:97@1',
positivePrompt: 'A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration quality.',
width: 1024,
height: 768,
seed: 64095,
steps: 30
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runware:97@1",
"positivePrompt": "A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration quality.",
"width": 1024,
"height": 768,
"seed": 64095,
"steps": 30
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "ee731c2c-f21b-4193-9d55-a68c219e268f",
"model": "runware:97@1",
"positivePrompt": "A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration quality.",
"width": 1024,
"height": 768,
"seed": 64095,
"steps": 30
}
]'runware run runware:97@1 \
positivePrompt="A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration quality." \
width=1024 \
height=768 \
seed=64095 \
steps=30{
"taskType": "imageInference",
"taskUUID": "ee731c2c-f21b-4193-9d55-a68c219e268f",
"model": "runware:97@1",
"positivePrompt": "A grand harvest celebration in a vast orchard of brass-and-wood fruit trees, each branch fitted with tiny gears, pulleys, copper leaves, and glass pears glowing with warm amber cores. In the center, villagers and inventors in patchwork festival attire gather around rolling apple-sorting contraptions and wind-up ladders, while children chase tiny mechanical birds between baskets of oversized apricots and polished quinces. Overhead, banners of dyed linen stretch between trees, fluttering above suspended lanterns made from carved gourds and enamel clock parts. In the distance, terraced hills hold more orchards and small milling sheds with turning wheels and smoking chimneys. Golden late-afternoon sunlight, crisp atmosphere, rich textures, highly detailed materials, precise mechanical design, lively crowd staging, cinematic depth, vibrant earthy palette, sharp focus, premium illustration quality.",
"width": 1024,
"height": 768,
"seed": 64095,
"steps": 30
}{
"taskType": "imageInference",
"taskUUID": "ee731c2c-f21b-4193-9d55-a68c219e268f",
"imageUUID": "d9b8b66a-6c0a-4d75-8696-b94834b9d8b6",
"imageURL": "https://im.runware.ai/image/os/a10d08/ws/2/ii/d9b8b66a-6c0a-4d75-8696-b94834b9d8b6.jpg",
"seed": 64095,
"cost": 0.0083
}