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
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
}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
}