Runway Gen-4 Image

Runway Gen-4 Image is a text-to-image model for production work. It offers strong prompt adherence, fine stylistic control, and visual consistency across scenes and characters. Ideal for pipelines that link still images into video while preserving look and layout.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Urban Beekeeper Editorial Headshot

Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runway:4@1',
positivePrompt: 'Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo.',
width: 1360,
height: 768
})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": "runway:4@1",
"positivePrompt": "Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo.",
"width": 1360,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d80d09be-62e7-4e07-b5ee-ea9641371eb1",
"model": "runway:4@1",
"positivePrompt": "Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo.",
"width": 1360,
"height": 768
}
]'runware run runway:4@1 \
positivePrompt="Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo." \
width=1360 \
height=768{
"taskType": "imageInference",
"taskUUID": "d80d09be-62e7-4e07-b5ee-ea9641371eb1",
"model": "runway:4@1",
"positivePrompt": "Finished editorial headshot of a 58-year-old female urban beekeeper on a sunlit city rooftop apiary, framed head-and-shoulders in a landscape composition with generous negative space to the right. She has a silver braid, calm direct gaze, sun-weathered features, and wears a clean ochre canvas work jacket with her folded cream beekeeping veil resting behind her collar. Warm honeycomb frames and small green rooftop planters fall into soft focus behind her, with a distant brick skyline. Refined professional portrait retouching: even but believable skin tone, softened temporary blemishes and under-eye shadows, controlled flyaway hairs, clear bright eyes, realistic pores, fine lines, and natural facial texture preserved. Soft late-afternoon sunlight shaped by a large diffuser, subtle golden rim light, crisp catchlights, warm amber, cream, sage, and cobalt palette, premium environmental portrait photography, 85mm lens look, shallow depth of field, no text, no logo.",
"width": 1360,
"height": 768
}{
"taskType": "imageInference",
"taskUUID": "d80d09be-62e7-4e07-b5ee-ea9641371eb1",
"imageUUID": "aec85f70-45b0-44b6-bbb6-1cc7fbe9674d",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/aec85f70-45b0-44b6-bbb6-1cc7fbe9674d.jpg",
"seed": 1319654769,
"cost": 0.08
}Opera Wardrobe Banner Expansion

Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runway:4@1',
positivePrompt: 'Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering.',
width: 1360,
height: 768
})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": "runway:4@1",
"positivePrompt": "Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering.",
"width": 1360,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4e715c56-6454-4ff7-8fa8-787c36323c49",
"model": "runway:4@1",
"positivePrompt": "Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering.",
"width": 1360,
"height": 768
}
]'runware run runway:4@1 \
positivePrompt="Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering." \
width=1360 \
height=768{
"taskType": "imageInference",
"taskUUID": "4e715c56-6454-4ff7-8fa8-787c36323c49",
"model": "runway:4@1",
"positivePrompt": "Create a finished 16:9 panoramic outpaint-style image for an opera company’s behind-the-scenes season campaign. Treat the central vertical slice as the original tight composition: a dress form wearing an unfinished coral-red silk opera gown, one sleeve pinned and chalk tailoring marks visible, with a veteran costume maker adjusting the jeweled collar. Extend the scene seamlessly into a working wardrobe studio on both sides: long cutting tables, kraft-paper patterns, spools of vivid thread, scissors, fabric rolls, a second dress form, and organized rails of period costumes receding into depth. Warm tungsten task lamps mix with soft daylight from high factory windows, creating tactile highlights on silk and worn wood. Editorial documentary photography, elegant but authentic, restrained coral, mustard, teal, and cream palette. Preserve clear negative space at far left for campaign copy. Natural perspective, no seams, borders, logos, or lettering.",
"width": 1360,
"height": 768
}{
"taskType": "imageInference",
"taskUUID": "4e715c56-6454-4ff7-8fa8-787c36323c49",
"imageUUID": "62d37ae3-0cba-46f3-994f-968dcbc8be4a",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/62d37ae3-0cba-46f3-994f-968dcbc8be4a.jpg",
"seed": 382210763,
"cost": 0.08
}Wildfire Strategy Game Key Art

Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or 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: 'runway:4@1',
positivePrompt: 'Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or mockup.',
width: 1080,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/abe24ecc-c4a3-43f3-907d-23d47dfb0a1b.jpg',
'https://assets.runware.ai/assets/inputs/3b8af48e-71af-414b-8578-1dd4bf933322.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runway:4@1",
"positivePrompt": "Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or mockup.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/abe24ecc-c4a3-43f3-907d-23d47dfb0a1b.jpg",
"https://assets.runware.ai/assets/inputs/3b8af48e-71af-414b-8578-1dd4bf933322.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "6a611445-2e5e-4eda-83a2-ff693e2a9857",
"model": "runway:4@1",
"positivePrompt": "Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or mockup.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/abe24ecc-c4a3-43f3-907d-23d47dfb0a1b.jpg",
"https://assets.runware.ai/assets/inputs/3b8af48e-71af-414b-8578-1dd4bf933322.jpg"
]
}
}
]'runware run runway:4@1 \
positivePrompt="Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or mockup." \
width=1080 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/abe24ecc-c4a3-43f3-907d-23d47dfb0a1b.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/3b8af48e-71af-414b-8578-1dd4bf933322.jpg{
"taskType": "imageInference",
"taskUUID": "6a611445-2e5e-4eda-83a2-ff693e2a9857",
"model": "runway:4@1",
"positivePrompt": "Finished portrait key art for a premium tactical wildfire-response game. Use reference image 1 to preserve the firefighter’s recognizable face, uniform, equipment and strong silhouette; place her full figure in the lower center, gripping a Pulaski axe while studying the advancing fire. Use reference image 2 for the pine terrain, low flame front, smoke-column structure and distant helicopter composition. Behind her, a crew cuts a firebreak across a steep ochre ridge. Hand-painted 1970s disaster-film gouache style with bold screen-printed shapes, ember orange, sulfur yellow, soot black and muted sage green. Heroic but grounded, tense operational realism, layered smoke creating depth, crisp readable forms, dramatic rim light. Compose vertically with uncluttered smoky negative space across the upper quarter for a separately added game logo. No text, borders, UI, HUD or mockup.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/abe24ecc-c4a3-43f3-907d-23d47dfb0a1b.jpg",
"https://assets.runware.ai/assets/inputs/3b8af48e-71af-414b-8578-1dd4bf933322.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "6a611445-2e5e-4eda-83a2-ff693e2a9857",
"imageUUID": "aff78b9c-bdb6-4edc-bafe-8c01cc03f85c",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/aff78b9c-bdb6-4edc-bafe-8c01cc03f85c.jpg",
"seed": 438252194,
"cost": 0.08
}Maritime Artifact Exhibition Hero

Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runway:4@1',
positivePrompt: 'Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text.',
width: 1080,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/bad3014d-19f2-449f-8459-a9a524ab74a7.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "runway:4@1",
"positivePrompt": "Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bad3014d-19f2-449f-8459-a9a524ab74a7.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d4869db7-876e-4170-be8e-d70b80aa725d",
"model": "runway:4@1",
"positivePrompt": "Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bad3014d-19f2-449f-8459-a9a524ab74a7.jpg"
]
}
}
]'runware run runway:4@1 \
positivePrompt="Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text." \
width=1080 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/bad3014d-19f2-449f-8459-a9a524ab74a7.jpg{
"taskType": "imageInference",
"taskUUID": "d4869db7-876e-4170-be8e-d70b80aa725d",
"model": "runway:4@1",
"positivePrompt": "Create a finished portrait-format exhibition hero photograph using the reference image as the exact subject guide. Preserve the antique copper diving helmet’s shape, proportions, circular ports, patina, dents, rivets, and brass fittings. Replace the plain studio background with a working maritime museum conservation laboratory: the helmet rests on a padded archival workbench beside folded unbleached cotton, small wooden-handled conservation tools, handwritten condition tags, and blurred shelving of ship instruments. Warm raking afternoon sunlight through tall industrial windows, chalky plaster walls, muted copper, sea green, canvas, and ivory palette. Quiet documentary realism, tactile material detail, restrained museum editorial art direction, shallow depth of field. Helmet dominant in the lower center with generous clean negative space above for optional exhibition copy; no people, logos, labels, or readable text.",
"width": 1080,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bad3014d-19f2-449f-8459-a9a524ab74a7.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "d4869db7-876e-4170-be8e-d70b80aa725d",
"imageUUID": "3bb0a1ba-58fa-4a80-b548-d45c72abf936",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/3bb0a1ba-58fa-4a80-b548-d45c72abf936.jpg",
"seed": 1325497991,
"cost": 0.08
}Ornate Icebound Library Atrium

A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runway:4@1',
positivePrompt: 'A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still',
width: 1440,
height: 1080,
providerSettings: {
runway: {
contentModeration: {
publicFigureThreshold: 'auto'
}
}
}
})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": "runway:4@1",
"positivePrompt": "A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still",
"width": 1440,
"height": 1080,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "399b9ed9-eb64-41a8-b67e-3d40cef5c664",
"model": "runway:4@1",
"positivePrompt": "A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still",
"width": 1440,
"height": 1080,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}
]'runware run runway:4@1 \
positivePrompt="A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still" \
width=1440 \
height=1080 \
providerSettings.runway.contentModeration.publicFigureThreshold=auto{
"taskType": "imageInference",
"taskUUID": "399b9ed9-eb64-41a8-b67e-3d40cef5c664",
"model": "runway:4@1",
"positivePrompt": "A vast circular library atrium locked in winter, towering carved bookshelves rising three stories high, frost tracing delicate patterns across dark walnut railings and marble floors, a suspended brass orrery-like chandelier filled with warm candles, scattered ladders, velvet reading chairs, stacks of weathered books, a central mosaic floor partially dusted with snow blown in through a cracked upper dome, two bundled librarians crossing a bridge between shelves for scale, rich amber candlelight contrasting with pale icy daylight, highly detailed textures, elegant symmetry, cinematic depth, refined historical fantasy, realistic materials, crisp focus, atmospheric but grounded, premium production still",
"width": 1440,
"height": 1080,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "399b9ed9-eb64-41a8-b67e-3d40cef5c664",
"imageUUID": "b4c7729b-32e9-420a-9ab7-7cd97a050494",
"imageURL": "https://im.runware.ai/image/os/a10d08/ws/2/ii/b4c7729b-32e9-420a-9ab7-7cd97a050494.jpg",
"seed": 1842085825,
"cost": 0.08
}Lantern Archivist River Scriptorium

A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'runway:4@1',
positivePrompt: 'A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark',
width: 1360,
height: 768,
providerSettings: {
runway: {
contentModeration: {
publicFigureThreshold: 'auto'
}
}
}
})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": "runway:4@1",
"positivePrompt": "A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "caef146d-3ef7-49eb-9c06-b17c9181aa00",
"model": "runway:4@1",
"positivePrompt": "A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}
]'runware run runway:4@1 \
positivePrompt="A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark" \
width=1360 \
height=768 \
providerSettings.runway.contentModeration.publicFigureThreshold=auto{
"taskType": "imageInference",
"taskUUID": "caef146d-3ef7-49eb-9c06-b17c9181aa00",
"model": "runway:4@1",
"positivePrompt": "A richly detailed riverside scriptorium built inside a repurposed paddle-wheel library boat at blue hour, warm lanterns strung between carved wooden shelves, a solitary archivist in indigo robes cataloging windblown maps and folded star charts, brass ink tools, stacked ledgers, hanging paper talismans, gentle mist over the water, distant cypress silhouettes, weathered painted hull, cinematic composition, subtle depth, tactile textures, elegant color contrast of amber light and cool twilight, realistic yet stylized production-ready imagery, highly coherent scene layout, fine environmental detail, no text, no watermark",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "caef146d-3ef7-49eb-9c06-b17c9181aa00",
"imageUUID": "e340aa9d-c45e-4eb8-9fc6-195354cf561d",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/e340aa9d-c45e-4eb8-9fc6-195354cf561d.jpg",
"seed": 1744477254,
"cost": 0.08
}Suspended Botanical Transit Hall

A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, 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: 'runway:4@1',
positivePrompt: 'A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, crisp focus',
width: 1360,
height: 768,
providerSettings: {
runway: {
contentModeration: {
publicFigureThreshold: 'auto'
}
}
}
})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": "runway:4@1",
"positivePrompt": "A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, crisp focus",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "3a6e1a7f-64c9-450e-9dec-9ab449080304",
"model": "runway:4@1",
"positivePrompt": "A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, crisp focus",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}
]'runware run runway:4@1 \
positivePrompt="A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, crisp focus" \
width=1360 \
height=768 \
providerSettings.runway.contentModeration.publicFigureThreshold=auto{
"taskType": "imageInference",
"taskUUID": "3a6e1a7f-64c9-450e-9dec-9ab449080304",
"model": "runway:4@1",
"positivePrompt": "A vast futuristic transit hall built inside a hollow mountain of polished black stone, crossed by suspended glass walkways and slow magnetic passenger pods, giant hanging gardens of ferns and orchids draping from engineered steel ribs, travelers in elegant contemporary fashion carrying luminous luggage, a reflective floor with geometric inlays, warm amber guidance lines, shafts of morning light pouring through a massive circular opening above, distant mist softening the far architecture, ultra-detailed production design, cinematic wide shot, balanced composition, realistic materials, subtle atmospheric depth, high-end editorial sci-fi still, rich color separation, crisp focus",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "3a6e1a7f-64c9-450e-9dec-9ab449080304",
"imageUUID": "88177470-5637-4a9a-b9a0-d2312f65d835",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/88177470-5637-4a9a-b9a0-d2312f65d835.jpg",
"seed": 1251316096,
"cost": 0.08
}Tidal Observatory Glass Causeway

Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
referenceImages: [
'https://assets.runware.ai/assets/inputs/9cf22251-9510-44aa-bae6-a78558170517.jpg',
'https://assets.runware.ai/assets/inputs/3b33b4e2-1bde-4103-af22-f4fd94666a5b.jpg'
],
model: 'runway:4@1',
positivePrompt: 'Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots.',
width: 1360,
height: 768,
providerSettings: {
runway: {
contentModeration: {
publicFigureThreshold: 'auto'
}
}
}
})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({
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9cf22251-9510-44aa-bae6-a78558170517.jpg",
"https://assets.runware.ai/assets/inputs/3b33b4e2-1bde-4103-af22-f4fd94666a5b.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "27065b5c-6c30-4ecd-b582-8b36de6d27ea",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9cf22251-9510-44aa-bae6-a78558170517.jpg",
"https://assets.runware.ai/assets/inputs/3b33b4e2-1bde-4103-af22-f4fd94666a5b.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}
]'runware run runway:4@1 \
referenceImages.0=https://assets.runware.ai/assets/inputs/9cf22251-9510-44aa-bae6-a78558170517.jpg \
referenceImages.1=https://assets.runware.ai/assets/inputs/3b33b4e2-1bde-4103-af22-f4fd94666a5b.jpg \
positivePrompt="Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots." \
width=1360 \
height=768 \
providerSettings.runway.contentModeration.publicFigureThreshold=auto{
"taskType": "imageInference",
"taskUUID": "27065b5c-6c30-4ecd-b582-8b36de6d27ea",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9cf22251-9510-44aa-bae6-a78558170517.jpg",
"https://assets.runware.ai/assets/inputs/3b33b4e2-1bde-4103-af22-f4fd94666a5b.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Create a cinematic wide scene of a solitary navigator crossing a transparent glass causeway toward a storm-battered ocean observatory perched on jagged black rock. Merge the architectural language of the first reference with the costume design and silhouette cues of the second reference. Towering spray, distant gulls, polished wet surfaces, monumental scale, austere futuristic realism, restrained color palette of slate, steel, seafoam, and pale amber signal lights. Emphasize strong composition, believable materials, atmospheric depth, and production-ready visual continuity suitable for linked sequential shots.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "27065b5c-6c30-4ecd-b582-8b36de6d27ea",
"imageUUID": "74351189-96b3-462e-94cf-17fd67e61dff",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/2/ii/74351189-96b3-462e-94cf-17fd67e61dff.jpg",
"seed": 414336607,
"cost": 0.08
}Rain-Swept Orbital Train Platform

Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
referenceImages: [
'https://assets.runware.ai/assets/inputs/5cd34204-8828-45fd-b1cd-3595561db37a.jpg',
'https://assets.runware.ai/assets/inputs/85ba4f90-7c1e-4cb0-a478-5dddc0a709e7.jpg'
],
model: 'runway:4@1',
positivePrompt: 'Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition.',
width: 1360,
height: 768,
providerSettings: {
runway: {
contentModeration: {
publicFigureThreshold: 'auto'
}
}
}
})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({
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5cd34204-8828-45fd-b1cd-3595561db37a.jpg",
"https://assets.runware.ai/assets/inputs/85ba4f90-7c1e-4cb0-a478-5dddc0a709e7.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "13b23100-c9d8-4337-9ba3-54a48af20cc0",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5cd34204-8828-45fd-b1cd-3595561db37a.jpg",
"https://assets.runware.ai/assets/inputs/85ba4f90-7c1e-4cb0-a478-5dddc0a709e7.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}
]'runware run runway:4@1 \
referenceImages.0=https://assets.runware.ai/assets/inputs/5cd34204-8828-45fd-b1cd-3595561db37a.jpg \
referenceImages.1=https://assets.runware.ai/assets/inputs/85ba4f90-7c1e-4cb0-a478-5dddc0a709e7.jpg \
positivePrompt="Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition." \
width=1360 \
height=768 \
providerSettings.runway.contentModeration.publicFigureThreshold=auto{
"taskType": "imageInference",
"taskUUID": "13b23100-c9d8-4337-9ba3-54a48af20cc0",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5cd34204-8828-45fd-b1cd-3595561db37a.jpg",
"https://assets.runware.ai/assets/inputs/85ba4f90-7c1e-4cb0-a478-5dddc0a709e7.jpg"
],
"model": "runway:4@1",
"positivePrompt": "Combine the reference images into a dramatic sci-fi departure scene on an orbital train platform during heavy rain. A solitary courier stands near the edge of the platform with modular luggage, framed against enormous curved windows revealing a cloud-banded planet and distant traffic streaks. Emphasize sleek industrial design, wet reflective flooring, subtle vapor, restrained blue and silver palette with amber signal accents, realistic cinematic lighting, crisp materials, strong depth, highly detailed environment, grounded production-ready concept art, coherent anatomy, natural pose, wide-angle composition.",
"width": 1360,
"height": 768,
"providerSettings": {
"runway": {
"contentModeration": {
"publicFigureThreshold": "auto"
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "13b23100-c9d8-4337-9ba3-54a48af20cc0",
"imageUUID": "94181564-8100-41cd-aeba-f6024d317e6e",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/2/ii/94181564-8100-41cd-aeba-f6024d317e6e.jpg",
"seed": 842972249,
"cost": 0.08
}