Kandinsky 5.0 Image Lite
Kandinsky 5.0 Image Lite is an open-source image model that generates high-quality images from text prompts and performs image-to-image edits using a reference image. It blends strong prompt adherence with visual fidelity across diverse visual concepts.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Pneumatic Waste System Explainer

Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism.
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism.',
width: 1024,
height: 1024
})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:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism.",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "253639b9-e548-48ee-9e08-5ad3d22b42d0",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism.",
"width": 1024,
"height": 1024
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism." \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "253639b9-e548-48ee-9e08-5ad3d22b42d0",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished square editorial infographic for a municipal planning report explaining HOW PNEUMATIC WASTE COLLECTION WORKS. Show one compact city block as a precise three-quarter axonometric cutaway: at street level, contemporary mid-rise apartment buildings, small trees, pedestrians and three color-coded waste inlet chutes; underground, transparent soil reveals a branching network of large steel pipes carrying refuse toward a collection terminal at the right edge. Inside the terminal, clearly depict an air separator, a sealed compactor container, an exhaust fan and a clean-air filter. Use bold directional arrows to make the process immediately understandable: bags enter the chutes, valves open, fast airflow pulls bags through underground pipes, waste separates from air, waste is compacted, filtered air exits upward. Organize the explanation as six numbered stages, 01 through 06, with a neat legend along the bottom and very short readable labels: DROP, STORE, SUCTION, SEPARATE, COMPACT, FILTER. Include a restrained headline at top: PNEUMATIC WASTE COLLECTION. Add a tiny side detail showing a cross-section of a pipe with waste bags moving in the airflow. Art direction: sophisticated 1970s European public-information graphics updated for a contemporary engineering consultancy; crisp geometric vector illustration, screen-printed texture, disciplined Swiss grid, strong line hierarchy, flat shapes with subtle grain, warm ivory background, deep navy structures, coral-red waste stream, mint-green clean air and mustard-yellow numbered markers. Dense with useful technical detail but uncluttered, accurate infrastructure relationships, generous margins, balanced square composition, no logos, no fake organization name, no website, no interface elements, no photorealism.",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "253639b9-e548-48ee-9e08-5ad3d22b42d0",
"imageUUID": "47d7cbcd-5ec1-4558-b983-fae41f509bef",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/47d7cbcd-5ec1-4558-b983-fae41f509bef.jpg",
"seed": 647961131,
"cost": 0.0051
}Synthesizer Technician Profile Avatar

Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork.
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork.',
negativePrompt: 'photorealistic stock photo, fantasy scene, cyberpunk neon, text, letters, numbers, logo, watermark, app interface, social media frame, circular border, busy background, full body, cropped head, hidden face, exaggerated grin, extra people, extra limbs, malformed hands, asymmetrical eyes, blurry face, low contrast, muddy colors',
width: 1024,
height: 1024
})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:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork.",
"negativePrompt": "photorealistic stock photo, fantasy scene, cyberpunk neon, text, letters, numbers, logo, watermark, app interface, social media frame, circular border, busy background, full body, cropped head, hidden face, exaggerated grin, extra people, extra limbs, malformed hands, asymmetrical eyes, blurry face, low contrast, muddy colors",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c4944ee5-69c2-467b-85e3-49b093f23e9e",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork.",
"negativePrompt": "photorealistic stock photo, fantasy scene, cyberpunk neon, text, letters, numbers, logo, watermark, app interface, social media frame, circular border, busy background, full body, cropped head, hidden face, exaggerated grin, extra people, extra limbs, malformed hands, asymmetrical eyes, blurry face, low contrast, muddy colors",
"width": 1024,
"height": 1024
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork." \
negativePrompt="photorealistic stock photo, fantasy scene, cyberpunk neon, text, letters, numbers, logo, watermark, app interface, social media frame, circular border, busy background, full body, cropped head, hidden face, exaggerated grin, extra people, extra limbs, malformed hands, asymmetrical eyes, blurry face, low contrast, muddy colors" \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "c4944ee5-69c2-467b-85e3-49b093f23e9e",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished stylized profile avatar for an analog synthesizer repair expert. Head-and-shoulders portrait of a confident middle-aged South Asian woman with a short silver undercut, warm brown eyes, subtle smile, small brass ear cuff, indigo work jacket, and a precision magnifying loupe folded up above one eye. She faces the viewer in a relaxed three-quarter pose. Behind her, modular synthesizer patch sockets, waveform traces, tiny knobs, and a soldering-iron silhouette form a clean radial halo, communicating her profession without clutter. Premium editorial illustration combining opaque gouache, crisp screen-printed shapes, and subtle dry-brush texture; simplified graphic geometry with an expressive, recognizable face. Restricted palette of midnight navy, saffron yellow, warm coral, mint green, and soft cream. Strong silhouette, polished color separation, gentle rim light, face sharply emphasized. Symmetrical square composition designed to remain legible at small profile-picture size and crop safely into a circle, with generous clear space around the head. Solid dark navy background, no lettering, no logo, no interface, standalone artwork.",
"negativePrompt": "photorealistic stock photo, fantasy scene, cyberpunk neon, text, letters, numbers, logo, watermark, app interface, social media frame, circular border, busy background, full body, cropped head, hidden face, exaggerated grin, extra people, extra limbs, malformed hands, asymmetrical eyes, blurry face, low contrast, muddy colors",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "c4944ee5-69c2-467b-85e3-49b093f23e9e",
"imageUUID": "848ed2e2-ba58-4467-8a57-03e3d12b3473",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/848ed2e2-ba58-4467-8a57-03e3d12b3473.jpg",
"seed": 373241057,
"cost": 0.0051
}Anime Oyster Hatchery Recruitment Illustration

Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration.
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration.',
negativePrompt: 'photorealism, generic fantasy, magical creatures, sexualized clothing, pin-up pose, school uniform, laboratory coat, cyberpunk neon, steampunk machinery, dirty abandoned facility, distressed mood, illegible prominent text, logo, watermark, poster border, website UI, split panels, comic speech bubbles, extra fingers, malformed hands, duplicate person, warped tanks, fisheye distortion, low detail, muddy colors',
width: 1024,
height: 1024
})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:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration.",
"negativePrompt": "photorealism, generic fantasy, magical creatures, sexualized clothing, pin-up pose, school uniform, laboratory coat, cyberpunk neon, steampunk machinery, dirty abandoned facility, distressed mood, illegible prominent text, logo, watermark, poster border, website UI, split panels, comic speech bubbles, extra fingers, malformed hands, duplicate person, warped tanks, fisheye distortion, low detail, muddy colors",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "39b520e4-9e1a-47fa-8266-b7310cccfc3b",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration.",
"negativePrompt": "photorealism, generic fantasy, magical creatures, sexualized clothing, pin-up pose, school uniform, laboratory coat, cyberpunk neon, steampunk machinery, dirty abandoned facility, distressed mood, illegible prominent text, logo, watermark, poster border, website UI, split panels, comic speech bubbles, extra fingers, malformed hands, duplicate person, warped tanks, fisheye distortion, low detail, muddy colors",
"width": 1024,
"height": 1024
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration." \
negativePrompt="photorealism, generic fantasy, magical creatures, sexualized clothing, pin-up pose, school uniform, laboratory coat, cyberpunk neon, steampunk machinery, dirty abandoned facility, distressed mood, illegible prominent text, logo, watermark, poster border, website UI, split panels, comic speech bubbles, extra fingers, malformed hands, duplicate person, warped tanks, fisheye distortion, low detail, muddy colors" \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "39b520e4-9e1a-47fa-8266-b7310cccfc3b",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Finished square key illustration for a coastal aquaculture apprenticeship recruitment campaign, drawn as a polished contemporary anime editorial illustration with crisp cel shading, expressive linework, subtle screen-tone textures, and believable industrial detail. Inside a working oyster hatchery at sunrise, a confident young female aquaculture technician in navy waterproof bib overalls, orange rubber gloves, white deck boots, and a knitted sea-green cap carefully lifts a translucent upwelling cylinder filled with thousands of tiny oyster spat. Show her in three-quarter view from a slightly low angle, focused and quietly proud rather than posing. Circular nursery tanks, aeration hoses, valves, labeled sample bottles with no legible writing, mesh sieves, and wet stainless-steel walkways create an authentic hatchery environment. Through a wide open service door behind her, reveal a calm tidal inlet, low mudflats, work skiffs, and distant salt-marsh grasses in early morning mist. Strong graphic composition: the circular tank rims form sweeping arcs around the technician, while hoses and railings guide the eye toward her hands and the glowing oyster cylinder. Warm coral sunrise light enters from the right and contrasts with cool seafoam green, deep navy, pale aqua, and clean off-white interiors; sparkling water droplets and soft reflected light add energy. Optimistic, capable, grounded mood emphasizing skilled environmental work and marine stewardship. High-end anime production key art, precise anatomy and hands, rich environmental storytelling, clean silhouette, balanced negative space near the upper left for optional campaign copy, but no typography, logos, borders, interface elements, or mockup presentation. One complete standalone illustration.",
"negativePrompt": "photorealism, generic fantasy, magical creatures, sexualized clothing, pin-up pose, school uniform, laboratory coat, cyberpunk neon, steampunk machinery, dirty abandoned facility, distressed mood, illegible prominent text, logo, watermark, poster border, website UI, split panels, comic speech bubbles, extra fingers, malformed hands, duplicate person, warped tanks, fisheye distortion, low detail, muddy colors",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "39b520e4-9e1a-47fa-8266-b7310cccfc3b",
"imageUUID": "c5ff53ce-8337-4cbd-80c8-0ca82ee44620",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/c5ff53ce-8337-4cbd-80c8-0ca82ee44620.jpg",
"seed": 2003669727,
"cost": 0.0051
}Winter Lido Redevelopment Marketing Visual

Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage.
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage.',
negativePrompt: 'summer foliage, daytime sunlight, tropical resort, fantasy architecture, empty abandoned site, crowded party, exaggerated neon, heavy orange grading, distorted building geometry, warped pool edges, duplicate people, oversized figures, illegible text, logos, watermark, interface elements, split screen, before-and-after layout',
width: 1024,
height: 1024
})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:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage.",
"negativePrompt": "summer foliage, daytime sunlight, tropical resort, fantasy architecture, empty abandoned site, crowded party, exaggerated neon, heavy orange grading, distorted building geometry, warped pool edges, duplicate people, oversized figures, illegible text, logos, watermark, interface elements, split screen, before-and-after layout",
"width": 1024,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "e75978da-fd91-44fc-a325-325645b1dfa7",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage.",
"negativePrompt": "summer foliage, daytime sunlight, tropical resort, fantasy architecture, empty abandoned site, crowded party, exaggerated neon, heavy orange grading, distorted building geometry, warped pool edges, duplicate people, oversized figures, illegible text, logos, watermark, interface elements, split screen, before-and-after layout",
"width": 1024,
"height": 1024
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage." \
negativePrompt="summer foliage, daytime sunlight, tropical resort, fantasy architecture, empty abandoned site, crowded party, exaggerated neon, heavy orange grading, distorted building geometry, warped pool edges, duplicate people, oversized figures, illegible text, logos, watermark, interface elements, split screen, before-and-after layout" \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "e75978da-fd91-44fc-a325-325645b1dfa7",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "Create a finished photoreal architectural marketing image of a restored 1930s outdoor municipal lido transformed into a year-round geothermal bathing destination. Show the site during deep midwinter blue hour immediately after fresh snowfall: a long rectangular thermal pool glowing pale turquoise, dense natural steam drifting over the warm water, crisp snow resting on the pool deck and flat pavilion roofs, and a cobalt evening sky with the last faint coral light along the horizon. The original streamline moderne pavilion has cream stucco, rounded corners, horizontal windows, slender steel railings and a small clock tower; warm amber interior light shines through its windows and reflects across the wet pool edge. A few realistically scaled bathers in dark swimwear and wool hats quietly occupy the water, with subtle silhouettes visible through the steam. Include neatly stacked red rescue floats, simple timber benches and one leafless pollarded tree for restrained color accents. Compose from a slightly elevated viewpoint at the near corner of the pool, using the strong diagonal of the water to lead toward the illuminated pavilion. Emphasize the convincing seasonal relight: cool diffuse snow light outdoors, warm practical lighting inside, soft underwater illumination, physically accurate reflections, translucent steam and delicate footprints in the snow. Sophisticated European architectural photography, calm civic atmosphere, restrained material palette, natural dynamic range, precise geometry, realistic textures, high detail, square composition, no visible branding or written signage.",
"negativePrompt": "summer foliage, daytime sunlight, tropical resort, fantasy architecture, empty abandoned site, crowded party, exaggerated neon, heavy orange grading, distorted building geometry, warped pool edges, duplicate people, oversized figures, illegible text, logos, watermark, interface elements, split screen, before-and-after layout",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "e75978da-fd91-44fc-a325-325645b1dfa7",
"imageUUID": "d3b29b1a-cdb7-4cf0-9112-a8cb01c5f648",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/d3b29b1a-cdb7-4cf0-9112-a8cb01c5f648.jpg",
"seed": 493462727,
"cost": 0.0051
}Submerged Marble Ballroom Ruins

An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism',
negativePrompt: 'text, watermark, logo, blurry, low detail, distorted anatomy, extra objects floating in foreground, oversaturated colors, frame, border',
width: 1280,
height: 768,
seed: 18222,
steps: 28,
scheduler: 'DPM++ 2M Karras',
CFGScale: 7.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:kandinsky-5.0-image-lite@1",
"positivePrompt": "An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra objects floating in foreground, oversaturated colors, frame, border",
"width": 1280,
"height": 768,
"seed": 18222,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.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": "f05d45ad-e63e-44d8-a247-c2dcc3ab0b94",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra objects floating in foreground, oversaturated colors, frame, border",
"width": 1280,
"height": 768,
"seed": 18222,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism" \
negativePrompt="text, watermark, logo, blurry, low detail, distorted anatomy, extra objects floating in foreground, oversaturated colors, frame, border" \
width=1280 \
height=768 \
seed=18222 \
steps=28 \
scheduler="DPM++ 2M Karras" \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "f05d45ad-e63e-44d8-a247-c2dcc3ab0b94",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "An ancient marble ballroom resting deep beneath clear ocean water, grand cracked columns and drifting silk banners, a lone harp anchored to the tiled floor, schools of silver fish winding through shattered chandeliers, rays of sunlight filtering from the surface far above, suspended dust and tiny bubbles, mosaic floor with seashell inlays, overgrown coral crawling across ornate staircases, elegant architecture reclaimed by marine life, cinematic wide shot, richly detailed textures, serene and haunting atmosphere, realistic water caustics, high visual fidelity, painterly realism",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra objects floating in foreground, oversaturated colors, frame, border",
"width": 1280,
"height": 768,
"seed": 18222,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "f05d45ad-e63e-44d8-a247-c2dcc3ab0b94",
"imageUUID": "26a8cd3e-834f-4624-890d-92d5d4157386",
"imageURL": "https://im.runware.ai/image/os/a14d18/ws/2/ii/26a8cd3e-834f-4624-890d-92d5d4157386.jpg",
"seed": 18222,
"cost": 0.0102
}Volcanic Glass Conservatory Atrium

A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runware:kandinsky-5.0-image-lite@1',
positivePrompt: 'A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition.',
negativePrompt: 'underwater, ballroom, marble ruins, blurry, low detail, distorted anatomy, extra limbs, duplicate people, text, watermark, logo, oversaturated, flat lighting, cropped subject',
width: 1152,
height: 896,
seed: 2213,
steps: 28,
scheduler: 'DPM++ 2M Karras',
CFGScale: 7.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:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition.",
"negativePrompt": "underwater, ballroom, marble ruins, blurry, low detail, distorted anatomy, extra limbs, duplicate people, text, watermark, logo, oversaturated, flat lighting, cropped subject",
"width": 1152,
"height": 896,
"seed": 2213,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.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": "04397a1d-65d2-46a2-b15c-20ad308854cc",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition.",
"negativePrompt": "underwater, ballroom, marble ruins, blurry, low detail, distorted anatomy, extra limbs, duplicate people, text, watermark, logo, oversaturated, flat lighting, cropped subject",
"width": 1152,
"height": 896,
"seed": 2213,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition." \
negativePrompt="underwater, ballroom, marble ruins, blurry, low detail, distorted anatomy, extra limbs, duplicate people, text, watermark, logo, oversaturated, flat lighting, cropped subject" \
width=1152 \
height=896 \
seed=2213 \
steps=28 \
scheduler="DPM++ 2M Karras" \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "04397a1d-65d2-46a2-b15c-20ad308854cc",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand conservatory built from dark volcanic glass and black steel, rising above a steaming geothermal valley at sunrise; enormous curved panes refract warm amber light into prismatic bands across rare tropical plants, suspended walkways, reflecting pools, fern canopies, and mineral terraces. In the center, a circular platform displays giant spiral seed pods and unusual orchids, while distant vents release soft white plumes beyond the structure. Elegant visitors in weatherproof formal attire move through the scene, tiny against the monumental greenhouse architecture. Hyper-detailed environmental design, cinematic depth, crisp botanical textures, subtle atmospheric haze, realistic reflections, rich contrast, polished fantasy realism, ultra coherent composition.",
"negativePrompt": "underwater, ballroom, marble ruins, blurry, low detail, distorted anatomy, extra limbs, duplicate people, text, watermark, logo, oversaturated, flat lighting, cropped subject",
"width": 1152,
"height": 896,
"seed": 2213,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "04397a1d-65d2-46a2-b15c-20ad308854cc",
"imageUUID": "eaffaba0-b142-48fa-8315-e25bdb142d8b",
"imageURL": "https://im.runware.ai/image/os/a15d18/ws/2/ii/eaffaba0-b142-48fa-8315-e25bdb142d8b.jpg",
"seed": 2213,
"cost": 0.0109
}Ornate Skywhale Caravan Crossing

A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure.
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:kandinsky-5.0-image-lite@1',
positivePrompt: 'A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure.',
negativePrompt: 'underwater, ballroom, ruins, marble hall, futuristic city, cyberpunk, text, watermark, logo, blurry, low detail, deformed anatomy, cropped subject, oversaturated, harsh shadows',
width: 1408,
height: 640,
seed: 64961,
steps: 28,
scheduler: 'DPM++ 2M Karras',
CFGScale: 7.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:kandinsky-5.0-image-lite@1",
"positivePrompt": "A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure.",
"negativePrompt": "underwater, ballroom, ruins, marble hall, futuristic city, cyberpunk, text, watermark, logo, blurry, low detail, deformed anatomy, cropped subject, oversaturated, harsh shadows",
"width": 1408,
"height": 640,
"seed": 64961,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.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": "4adf9b1d-720a-43d5-a7a4-549f60e0183d",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure.",
"negativePrompt": "underwater, ballroom, ruins, marble hall, futuristic city, cyberpunk, text, watermark, logo, blurry, low detail, deformed anatomy, cropped subject, oversaturated, harsh shadows",
"width": 1408,
"height": 640,
"seed": 64961,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure." \
negativePrompt="underwater, ballroom, ruins, marble hall, futuristic city, cyberpunk, text, watermark, logo, blurry, low detail, deformed anatomy, cropped subject, oversaturated, harsh shadows" \
width=1408 \
height=640 \
seed=64961 \
steps=28 \
scheduler="DPM++ 2M Karras" \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "4adf9b1d-720a-43d5-a7a4-549f60e0183d",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A vast fantasy sky scene featuring a caravan of enormous gentle skywhales drifting above terraced farmland and winding rivers, each creature fitted with ornate silk canopies, brass lantern chains, hanging cargo baskets, and tiny travelers in colorful layered garments. One lead skywhale carries a miniature garden and wind banners across its back. Below, patchwork fields, stone aqueducts, and distant hilltop villages recede into soft haze. Golden early-morning sunlight, sweeping clouds, cinematic scale, rich atmospheric perspective, highly detailed textures, elegant color harmony, whimsical realism, painterly yet crisp, sense of wonder and serene adventure.",
"negativePrompt": "underwater, ballroom, ruins, marble hall, futuristic city, cyberpunk, text, watermark, logo, blurry, low detail, deformed anatomy, cropped subject, oversaturated, harsh shadows",
"width": 1408,
"height": 640,
"seed": 64961,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "4adf9b1d-720a-43d5-a7a4-549f60e0183d",
"imageUUID": "83b97096-a276-4452-b303-f4ffeba561cb",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/2/ii/83b97096-a276-4452-b303-f4ffeba561cb.jpg",
"seed": 64961,
"cost": 0.0096
}Submerged Ballroom Ruins Tableau

A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp 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: 'runware:kandinsky-5.0-image-lite@1',
positivePrompt: 'A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp focus',
negativePrompt: 'text, watermark, logo, blurry, low detail, distorted anatomy, extra limbs, duplicate objects, oversaturated, noisy, flat lighting, frame, border',
width: 1152,
height: 896,
seed: 36203,
steps: 28,
scheduler: 'DPM++ 2M Karras',
CFGScale: 7.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:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp focus",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra limbs, duplicate objects, oversaturated, noisy, flat lighting, frame, border",
"width": 1152,
"height": 896,
"seed": 36203,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.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": "212af706-dd0f-4cf9-b2f5-9d92037854d2",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp focus",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra limbs, duplicate objects, oversaturated, noisy, flat lighting, frame, border",
"width": 1152,
"height": 896,
"seed": 36203,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}
]'runware run runware:kandinsky-5.0-image-lite@1 \
positivePrompt="A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp focus" \
negativePrompt="text, watermark, logo, blurry, low detail, distorted anatomy, extra limbs, duplicate objects, oversaturated, noisy, flat lighting, frame, border" \
width=1152 \
height=896 \
seed=36203 \
steps=28 \
scheduler="DPM++ 2M Karras" \
CFGScale=7.5{
"taskType": "imageInference",
"taskUUID": "212af706-dd0f-4cf9-b2f5-9d92037854d2",
"model": "runware:kandinsky-5.0-image-lite@1",
"positivePrompt": "A grand forgotten ballroom resting on the seafloor, seen through clear turquoise water: cracked marble floor, tilted chandeliers draped in seaweed, shoals of silver fish weaving between gilded columns, a full-size cello lying beside a coral-covered staircase, velvet curtains floating gently, scattered pearls and broken masks on the tiles, shafts of sunlight rippling down from the surface, distant arches fading into blue haze, elegant surrealism, cinematic composition, highly detailed textures, refined color harmony, atmospheric depth, realistic caustics, crisp focus",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, extra limbs, duplicate objects, oversaturated, noisy, flat lighting, frame, border",
"width": 1152,
"height": 896,
"seed": 36203,
"steps": 28,
"scheduler": "DPM++ 2M Karras",
"CFGScale": 7.5
}{
"taskType": "imageInference",
"taskUUID": "212af706-dd0f-4cf9-b2f5-9d92037854d2",
"imageUUID": "94feb8d5-338e-44a4-b801-8a82ac90d3c6",
"imageURL": "https://im.runware.ai/image/os/a23d05/ws/2/ii/94feb8d5-338e-44a4-b801-8a82ac90d3c6.jpg",
"seed": 36203,
"cost": 0.0109
}