TwinFlow Z-Image-Turbo
TwinFlow Z-Image-Turbo is an image generation model optimized for fast inference. It supports text-to-image synthesis producing high-quality results with low latency for rapid iteration workflows.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Hatchery Biosecurity Training Illustration

Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup.
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:twinflow-z-image-turbo@0',
positivePrompt: 'Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup.',
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:twinflow-z-image-turbo@0",
"positivePrompt": "Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup.",
"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": "3fbe6fcb-2e38-446a-85d6-f434cee1d47b",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup.",
"width": 1024,
"height": 1024
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup." \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "3fbe6fcb-2e38-446a-85d6-f434cee1d47b",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Create a finished square instructional illustration for a commercial salmon hatchery staff manual. Show a clear three-quarter axonometric view of a compact biosecurity entrance, with one hatchery technician as the focal subject correctly changing footwear at a waist-high barrier bench. The technician wears navy waterproof overalls, a coral knit cap, pale nitrile gloves, and clean socks; they are seated on the bench with one leg still on the ochre-colored outside zone and the other leg swung into the pale aqua clean zone, pulling on a dedicated white rubber hatchery boot. Make the procedure visually unambiguous through body position and orderly object placement. On the outside zone: muddy brown work boots neatly removed beside a grated floor drain, a stiff boot brush, and a shallow disinfectant tray. On the clean zone: a rack of spotless white rubber boots, a stainless hand-wash basin with elbow-operated tap, soap dispenser, paper towel holder, lidded waste bin, and a peg holding a clean waterproof apron. Beyond the threshold, include partial views of stainless pipes and circular blue fish-rearing tanks to establish the hatchery setting without distracting from the procedure. Use precise simplified geometry, crisp edges, subtle paper grain, and restrained screen-printed shading rather than photorealism. Deliberate limited palette of deep marine navy, pale aqua, warm cream, ochre, coral, and stainless gray. Soft directional light from the upper left casts tidy shadows that clarify the barrier, footwear, and clean-versus-dirty floor zones. Calm, practical, hygienic mood; accurate proportions; fine details such as tread patterns, water droplets on the drain grate, glove cuffs, faucet controls, boot-rack pegs, pipe joints, and anti-slip floor texture. Balanced square composition with generous margins, no cutaway walls blocking the action, no written labels, no letters, no logos, no signage, no decorative border, no interface, no mockup.",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "3fbe6fcb-2e38-446a-85d6-f434cee1d47b",
"imageUUID": "45f11e69-4273-47a0-abaa-dd6c528073f0",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/45f11e69-4273-47a0-abaa-dd6c528073f0.jpg",
"seed": 915323439,
"cost": 0.0006
}Antarctic Logistics Strategy Game Art

Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer's boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot.
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:twinflow-z-image-turbo@0',
positivePrompt: 'Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer\'s boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot.',
negativePrompt: 'Typography, title, logo, letters, numbers as graphic design, user interface, HUD, menus, icons, borders, mockup, fantasy creatures, futuristic spacecraft, weapons, city skyline, tropical vegetation, extra limbs, distorted hands, duplicate people, malformed machinery, weightless cable, muddy colors, flat lighting, low detail, blurry focal subject',
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:twinflow-z-image-turbo@0",
"positivePrompt": "Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer's boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot.",
"negativePrompt": "Typography, title, logo, letters, numbers as graphic design, user interface, HUD, menus, icons, borders, mockup, fantasy creatures, futuristic spacecraft, weapons, city skyline, tropical vegetation, extra limbs, distorted hands, duplicate people, malformed machinery, weightless cable, muddy colors, flat lighting, low detail, blurry focal subject",
"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": "5ff78712-900d-4ccd-a25a-5ec98aa5ee5f",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer's boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot.",
"negativePrompt": "Typography, title, logo, letters, numbers as graphic design, user interface, HUD, menus, icons, borders, mockup, fantasy creatures, futuristic spacecraft, weapons, city skyline, tropical vegetation, extra limbs, distorted hands, duplicate people, malformed machinery, weightless cable, muddy colors, flat lighting, low detail, blurry focal subject",
"width": 1024,
"height": 1024
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer's boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot." \
negativePrompt="Typography, title, logo, letters, numbers as graphic design, user interface, HUD, menus, icons, borders, mockup, fantasy creatures, futuristic spacecraft, weapons, city skyline, tropical vegetation, extra limbs, distorted hands, duplicate people, malformed machinery, weightless cable, muddy colors, flat lighting, low detail, blurry focal subject" \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "5ff78712-900d-4ccd-a25a-5ec98aa5ee5f",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Finished key art for a premium Antarctic logistics and survival strategy game. A polar field engineer in a vivid safety-orange insulated suit is the clear focal subject, standing on wind-scoured blue ice while fastening a heavy steel winch cable to a toppled autonomous ice-core drilling rig. Behind the engineer, a rugged articulated tracked snow tractor strains against the cable, its broad treads biting into powder and its work lights glowing warm amber through airborne snow. The damaged drill has recognizable scientific details: folded stabilizer legs, numbered core-sample tubes, hydraulic hoses, a frost-covered control housing, and a narrow borehole descending into the ice. A line of red survey pennants leads toward a distant modular research camp and weather mast, almost swallowed by an immense approaching whiteout. Low polar sun breaks beneath the storm front, producing long blue shadows, luminous ice edges, blowing spindrift, and a sharp rim light around the engineer. Square composition with a strong triangular arrangement of engineer, drill, and tractor; low cinematic viewpoint close to the ice; broad clean sky area in the upper left for optional game-logo placement without rendering any text. Art direction combines grounded industrial concept design, painterly realism, and the bold shapes of a 1970s expedition poster. Restrained palette of snow white, glacial cyan, midnight navy, safety orange, and small red navigation markers. Fine surface detail: rime ice on metal, scratched paint, compressed tread patterns, fabric seams, carabiners, cable tension, drifting snow grains, and translucent cracks beneath the engineer's boots. Tense, competent, isolated mood; believable machinery and polar safety equipment; polished commercial game key art rather than a screenshot.",
"negativePrompt": "Typography, title, logo, letters, numbers as graphic design, user interface, HUD, menus, icons, borders, mockup, fantasy creatures, futuristic spacecraft, weapons, city skyline, tropical vegetation, extra limbs, distorted hands, duplicate people, malformed machinery, weightless cable, muddy colors, flat lighting, low detail, blurry focal subject",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "5ff78712-900d-4ccd-a25a-5ec98aa5ee5f",
"imageUUID": "bba4d80a-7255-4ea4-b5d0-102dc14d9abf",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/bba4d80a-7255-4ea4-b5d0-102dc14d9abf.jpg",
"seed": 1205203181,
"cost": 0.0006
}Canine Blood Donor Social Ad

Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound's face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup.
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:twinflow-z-image-turbo@0',
positivePrompt: 'Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound\'s face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup.',
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:twinflow-z-image-turbo@0",
"positivePrompt": "Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound's face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup.",
"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": "0a47ee52-5d25-467e-b866-d8c42b145a95",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound's face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup.",
"width": 1024,
"height": 1024
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound's face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup." \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "0a47ee52-5d25-467e-b866-d8c42b145a95",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Finished square social media campaign image for a veterinary blood bank, premium editorial pet photography with a bold, compassionate art direction. A calm, healthy adult greyhound is the clear focal subject, sitting upright in three-quarter profile on a low matte pedestal, elegant long silhouette, alert ears, gentle intelligent expression, looking toward the camera. The dog wears a simple deep-crimson donor neckerchief with no logo or lettering. One front leg has a small neatly shaved patch and a clean pale-blue veterinary wrap, communicating a safe completed blood donation without showing needles or wounds. Coherent modern veterinary surroundings: warm ivory plaster wall, seamless coral-red floor, a large translucent ruby-red circular panel behind the dog subtly evoking a red blood cell, brushed stainless-steel exam trolley in soft background blur with folded gauze and a stethoscope arranged precisely. Deliberate lighting: large softbox from upper left creating sculpted highlights along the greyhound's face and ribcage, warm rim light separating the ears and back, crisp but gentle floor shadow, tiny catchlights in the eyes. Restrained palette of ruby, coral, ivory, pale clinical blue, and charcoal gray. Fine realistic details in short fur, whiskers, fabric weave, smooth bandage layers, metal reflections, and plaster texture. Balanced advertising composition with the dog placed slightly right of center and generous clean negative space in the upper left for optional platform copy, but no text within the image. Reassuring, dignified, modern, emotionally warm rather than sad; polished commercial campaign photography, high-end color grading, no branding, no interface, no mockup.",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "0a47ee52-5d25-467e-b866-d8c42b145a95",
"imageUUID": "cedda2fa-5652-4a30-b663-017d0ec146f7",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/cedda2fa-5652-4a30-b663-017d0ec146f7.jpg",
"seed": 1464464003,
"cost": 0.0006
}Forensic Entomologist Profile Avatar

Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements.
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:twinflow-z-image-turbo@0',
positivePrompt: 'Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements.',
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:twinflow-z-image-turbo@0",
"positivePrompt": "Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements.",
"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": "8e883c3f-ce88-4488-b519-a1ef3e86ace8",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements.",
"width": 1024,
"height": 1024
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements." \
width=1024 \
height=1024{
"taskType": "imageInference",
"taskUUID": "8e883c3f-ce88-4488-b519-a1ef3e86ace8",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "Create a distinctive square professional avatar for a forensic entomologist. Head-and-shoulders portrait of a confident Black woman in her early forties with close-cropped silver hair, deep brown skin, and a focused, approachable expression, looking directly at the viewer. She wears a dark plum laboratory coat with a small brass carrion-beetle pin and holds a round jeweler’s loupe beside one eye. Render the portrait as a sophisticated cut-paper collage combined with hand-screen-printed gouache: crisp layered silhouettes, tactile paper fibers, subtle halftone grain, controlled imperfect ink edges, and selective fine linework. Behind her, arrange a compact forensic laboratory backdrop with shallow specimen drawers, amber glass vials, stainless-steel forceps, and precisely pinned beetles; keep these elements simplified and secondary so the face remains immediately readable at profile-picture size. Frame the head with an enlarged abstract beetle-wing motif resembling a graphic halo, scientifically grounded rather than fantastical. Palette of bone ivory, ink navy, dark plum, saffron yellow, and small vermilion accents. Strong warm task-lamp light from the upper left creates a clean sculptural highlight across her face and loupe, balanced by cool navy shadows on the right. Symmetrical, tightly cropped icon composition with generous breathing room around the hair, clear circular-crop safety, polished editorial finish, no typography, no logo, no border, no interface elements.",
"width": 1024,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "8e883c3f-ce88-4488-b519-a1ef3e86ace8",
"imageUUID": "bcf105cf-24e7-4619-ba65-9404ca275b0e",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/bcf105cf-24e7-4619-ba65-9404ca275b0e.jpg",
"seed": 667078583,
"cost": 0.0006
}Lantern Bazaar Ice Harbor

A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures
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:twinflow-z-image-turbo@0',
positivePrompt: 'A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures',
width: 1024,
height: 576,
seed: 18259,
steps: 4,
CFGScale: 3.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:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures",
"width": 1024,
"height": 576,
"seed": 18259,
"steps": 4,
"CFGScale": 3.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": "9bfd2482-90e7-466a-b655-6f0a61bfb9f6",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures",
"width": 1024,
"height": 576,
"seed": 18259,
"steps": 4,
"CFGScale": 3.5
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures" \
width=1024 \
height=576 \
seed=18259 \
steps=4 \
CFGScale=3.5{
"taskType": "imageInference",
"taskUUID": "9bfd2482-90e7-466a-b655-6f0a61bfb9f6",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling harbor market built on thick blue sea ice at twilight, glowing paper lanterns strung between carved wooden stalls, merchants in fur-lined coats selling citrus, brass instruments, and painted kites, small sleds replacing carts, distant icebreaker ships docked beside ornate pagoda-inspired warehouses, warm fire pits reflecting on polished ice, drifting breath in the cold air, a child releasing an orange kite, intricate crowd details, cinematic wide shot, crisp atmospheric depth, vibrant color contrast, highly detailed fantasy travel illustration with realistic textures",
"width": 1024,
"height": 576,
"seed": 18259,
"steps": 4,
"CFGScale": 3.5
}{
"taskType": "imageInference",
"taskUUID": "9bfd2482-90e7-466a-b655-6f0a61bfb9f6",
"imageUUID": "9a72d609-e8e6-46d4-a018-b5d553562edd",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/2/ii/9a72d609-e8e6-46d4-a018-b5d553562edd.jpg",
"seed": 18259,
"cost": 0.0006
}Copper Aviary Market Canopy

A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style
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:twinflow-z-image-turbo@0',
positivePrompt: 'A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style',
width: 1024,
height: 768,
seed: 84065,
steps: 4,
CFGScale: 3.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:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style",
"width": 1024,
"height": 768,
"seed": 84065,
"steps": 4,
"CFGScale": 3.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": "597b0f59-518e-4b21-a119-85598fd8c2fa",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style",
"width": 1024,
"height": 768,
"seed": 84065,
"steps": 4,
"CFGScale": 3.5
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style" \
width=1024 \
height=768 \
seed=84065 \
steps=4 \
CFGScale=3.5{
"taskType": "imageInference",
"taskUUID": "597b0f59-518e-4b21-a119-85598fd8c2fa",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A sprawling open-air market built beneath an enormous copper aviary dome, hundreds of small birds circling overhead, suspended walkways and hanging herb bundles, merchants selling carved masks, citrus, maps, and mechanical toys, patterned tile ground, travelers in layered linen and leather, a child releasing a paper kite shaped like a fish, distant banners and drifting spice smoke, warm late-afternoon sun filtering through oxidized metal lattice, highly detailed environmental storytelling, vibrant color contrast, crisp textures, cinematic depth, imaginative worldbuilding, polished concept art style",
"width": 1024,
"height": 768,
"seed": 84065,
"steps": 4,
"CFGScale": 3.5
}{
"taskType": "imageInference",
"taskUUID": "597b0f59-518e-4b21-a119-85598fd8c2fa",
"imageUUID": "d8618618-e932-4f65-8ac6-6bfc92724d4b",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/2/ii/d8618618-e932-4f65-8ac6-6bfc92724d4b.jpg",
"seed": 84065,
"cost": 0.0013
}Tidal Library Atrium Interior

A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary 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:twinflow-z-image-turbo@0',
positivePrompt: 'A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary illustration',
width: 1024,
height: 768,
seed: 67706,
steps: 4,
CFGScale: 3.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:twinflow-z-image-turbo@0",
"positivePrompt": "A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary illustration",
"width": 1024,
"height": 768,
"seed": 67706,
"steps": 4,
"CFGScale": 3.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": "949b4b33-7805-4f9d-8ce5-b2cd01ce7aa9",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary illustration",
"width": 1024,
"height": 768,
"seed": 67706,
"steps": 4,
"CFGScale": 3.5
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary illustration" \
width=1024 \
height=768 \
seed=67706 \
steps=4 \
CFGScale=3.5{
"taskType": "imageInference",
"taskUUID": "949b4b33-7805-4f9d-8ce5-b2cd01ce7aa9",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A vast seaside library atrium built inside a repurposed tidal station, towering shelves curving like harbor walls, suspended walkways of dark steel and warm wood, shallow reflective channels across the floor, giant circular windows revealing churning gray-green water outside, librarians in practical uniforms guiding visitors between glowing reading alcoves, paper maps, brass railings, hanging ferns, scattered puddles catching light, cinematic wide-angle composition, intricate environmental storytelling, crisp textures, dramatic volumetric light, elegant color harmony of copper, slate, ivory, and deep aqua, highly detailed, polished contemporary illustration",
"width": 1024,
"height": 768,
"seed": 67706,
"steps": 4,
"CFGScale": 3.5
}{
"taskType": "imageInference",
"taskUUID": "949b4b33-7805-4f9d-8ce5-b2cd01ce7aa9",
"imageUUID": "479eadac-0ca8-42ba-ac0b-788b99eb0176",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/479eadac-0ca8-42ba-ac0b-788b99eb0176.jpg",
"seed": 67706,
"cost": 0.0013
}Glasshouse Tea Train Platform

A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth.
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:twinflow-z-image-turbo@0',
positivePrompt: 'A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth.',
width: 1024,
height: 768,
seed: 22452,
steps: 4,
CFGScale: 3.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:twinflow-z-image-turbo@0",
"positivePrompt": "A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth.",
"width": 1024,
"height": 768,
"seed": 22452,
"steps": 4,
"CFGScale": 3.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": "b235b0c2-8081-499d-97a6-3bc21824c55a",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth.",
"width": 1024,
"height": 768,
"seed": 22452,
"steps": 4,
"CFGScale": 3.5
}
]'runware run runware:twinflow-z-image-turbo@0 \
positivePrompt="A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth." \
width=1024 \
height=768 \
seed=22452 \
steps=4 \
CFGScale=3.5{
"taskType": "imageInference",
"taskUUID": "b235b0c2-8081-499d-97a6-3bc21824c55a",
"model": "runware:twinflow-z-image-turbo@0",
"positivePrompt": "A whimsical old-world train platform built inside a vast glasshouse filled with towering citrus trees, hanging ferns, tiled walkways, brass luggage carts, and a polished steam locomotive waiting beside a tea kiosk. Travelers in elegant spring clothing carry patterned suitcases, a station cat naps on stacked crates, warm morning light filters through curved panes overhead, soft mist near the tracks, intricate botanical details, lively yet refined atmosphere, cinematic composition, highly detailed, painterly realism, rich color harmony, crisp focal depth.",
"width": 1024,
"height": 768,
"seed": 22452,
"steps": 4,
"CFGScale": 3.5
}{
"taskType": "imageInference",
"taskUUID": "b235b0c2-8081-499d-97a6-3bc21824c55a",
"imageUUID": "52650014-5265-4d72-9520-e5dfd6ebe403",
"imageURL": "https://im.runware.ai/image/os/a14d18/ws/2/ii/52650014-5265-4d72-9520-e5dfd6ebe403.jpg",
"seed": 22452,
"cost": 0.0006
}