Seedream 5.0 Pro

Seedream 5.0 Pro is ByteDance's flagship image generation and editing model for teams that need stronger control than prompt-only workflows provide. It supports text-to-image and reference-guided image editing with up to 10 input images, and is designed for precise local changes using coordinates, masks, bounding boxes, sketches, and material or color instructions. The model also supports multi-image fusion, advanced layer separation, and strong multilingual rendering, making it well suited to design, marketing, e-commerce, and storyboard-driven content production.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
Edwardian Station VFX Clean Plate

Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays.',
width: 1536,
height: 1024,
settings: {
thinking: true
}
})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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": True
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d64ef638-3093-46ce-8156-0676d56b3f35",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": true
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays." \
width=1536 \
height=1024 \
settings.thinking=true{
"taskType": "imageInference",
"taskUUID": "d64ef638-3093-46ce-8156-0676d56b3f35",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Finished photorealistic VFX clean plate for an Edwardian period drama: the grand concourse of a British railway terminus circa 1908, completely empty after the digital removal of cast, crew, cameras, cables, markers, barriers, litter, and modern fixtures. Seamlessly reconstructed encaustic-tile floor, uninterrupted platform edges, complete carved oak benches, intact glazed brick walls, and naturally continued architectural details wherever objects would have obscured them. Vast iron-and-glass arched roof, ornate station clock, brass lamps, dark green painted ironwork, distant steam locomotive beneath a soft veil of white vapor. Low winter sunlight passes through smoky glass and creates long geometric shadows and warm amber highlights across the cool blue-gray interior. Wide eye-level establishing shot with strong central perspective, layered depth, restrained period-authentic palette, crisp masonry and metal detail, subtle filmic grain, realistic lens behavior and exposure. Hushed, atmospheric, historically credible, production-ready environment plate with generous unobstructed foreground and no people, modern signage, vehicles, equipment, or text overlays.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": true
}
}{
"taskType": "imageInference",
"taskUUID": "d64ef638-3093-46ce-8156-0676d56b3f35",
"imageUUID": "2ec8cf1f-d805-4320-add9-755f08ba6352",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/2ec8cf1f-d805-4320-add9-755f08ba6352.jpg",
"seed": 2074330012,
"cost": 0.04815
}Bioluminescent Algae Culture Kit Packaging

Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene. Art direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside. Front-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text. Compose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene.\n\nArt direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside.\n\nFront-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text.\n\nCompose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props.',
width: 1536,
height: 1024,
settings: {
thinking: true
}
})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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene.\n\nArt direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside.\n\nFront-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text.\n\nCompose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": True
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "77d8d06e-380a-46ed-90c3-ade08edacc11",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene.\n\nArt direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside.\n\nFront-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text.\n\nCompose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": true
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene.
Art direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside.
Front-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text.
Compose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props." \
width=1536 \
height=1024 \
settings.thinking=true{
"taskType": "imageInference",
"taskUUID": "77d8d06e-380a-46ed-90c3-ade08edacc11",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished landscape packaging-design presentation for a real educational marine-biology product: a home bioluminescent algae culture kit branded “LUMA TIDE.” Show one premium folding carton standing upright in three-quarter view, one carton lying flat behind it, and three small glass culture vials with coordinated labels arranged beside the box. The packaging must be the clear subject, not an advertisement or lifestyle scene.\n\nArt direction: contemporary scientific packaging fused with antique oceanographic illustration. Deep midnight-navy uncoated paperboard, luminous cyan and sea-glass turquoise inks, restrained warm ivory typography, and a single fluorescent coral-red accent. Wrap the carton in an intricate engraved illustration of dinoflagellates, microscopic cell structures, rippling currents, lunar phases, and tiny plankton forms. Use precise hairline diagrams, small registration marks, specimen numbers, and a clean modular grid. Add selective glossy varnish to the cyan organisms so they catch the light, subtle embossed wave lines, crisp folded edges, realistic paper texture, and a crescent-shaped die-cut window revealing one glowing blue vial inside.\n\nFront-panel hierarchy with clear, correctly spelled lettering: large “LUMA TIDE”; beneath it “BIOLUMINESCENT ALGAE CULTURE KIT”; small line “PYROCYSTIS LUNULA”; coral-red circular badge “GLOWS WHEN SWIRLED”; lower line “GROW • OBSERVE • REST • REPEAT.” Side panel includes the headings “LIGHT CYCLE,” “TEMPERATURE,” and “CARE GUIDE” with simple scientific icons. Vial labels read “LUMA TIDE,” “LIVE CULTURE,” and “10 mL.” Keep all other copy minimal and unobtrusive; do not add slogans or unrelated text.\n\nCompose as a high-end packaging portfolio image on a matte warm-gray studio surface, 3:2 landscape. Upright carton slightly left of center, vials forming a measured diagonal toward the lower right, flat carton adding layered depth in the background. Soft directional light from upper left, cool blue glow emanating through the die-cut window and vials, gentle long shadows, controlled highlights on glass, excellent edge definition, realistic print production details, premium product visualization, front and side panels legible, no hands, no people, no website interface, no advertising headline, no extra props.",
"width": 1536,
"height": 1024,
"settings": {
"thinking": true
}
}{
"taskType": "imageInference",
"taskUUID": "77d8d06e-380a-46ed-90c3-ade08edacc11",
"imageUUID": "6cb9298e-069e-4ecf-8702-34d739816cc2",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/6cb9298e-069e-4ecf-8702-34d739816cc2.jpg",
"seed": 1967259719,
"cost": 0.04815
}Museum Astrolabe Catalog Cleanup

Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference's restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference\'s restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections.',
settings: {
thinking: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/e30ff7de-3cdf-45e7-80e3-d633f5910528.jpg',
'https://assets.runware.ai/assets/inputs/045af872-30fd-454d-beae-6f54a1e25612.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference's restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections.",
"settings": {
"thinking": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e30ff7de-3cdf-45e7-80e3-d633f5910528.jpg",
"https://assets.runware.ai/assets/inputs/045af872-30fd-454d-beae-6f54a1e25612.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": "6c20aade-f1eb-47b2-a1d4-4f908d226bcd",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference's restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections.",
"settings": {
"thinking": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e30ff7de-3cdf-45e7-80e3-d633f5910528.jpg",
"https://assets.runware.ai/assets/inputs/045af872-30fd-454d-beae-6f54a1e25612.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference's restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections." \
settings.thinking=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e30ff7de-3cdf-45e7-80e3-d633f5910528.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/045af872-30fd-454d-beae-6f54a1e25612.jpg{
"taskType": "imageInference",
"taskUUID": "6c20aade-f1eb-47b2-a1d4-4f908d226bcd",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create one finished museum collection-catalog photograph by editing and combining the two references. Use reference image 1 as the authoritative source for the astrolabe: preserve its exact shape, proportions, orientation, pierced geometry, rotating components, engraved Arabic inscriptions, scratches, oxidation, brass color, and authentic age patina. Remove the blue-gloved hand, accession card, color chart, both archival-foam wedges, and the original beige work surface. Where the foam wedges overlap the plain outer rim, generatively reconstruct only the small hidden rim sections through physically consistent continuation, symmetry, metal thickness, patina, and edge wear; do not invent new inscriptions or ornament. Place the isolated astrolabe naturally onto the charcoal-gray conservation paper and slate setting from reference image 2. Match the second reference's restrained overhead studio lighting and subtle background gradient while retaining believable metallic highlights and adding a delicate contact shadow beneath the instrument. Keep the artifact centered with generous even catalog margins in the landscape frame. The result should look like meticulous high-end cultural-heritage documentation: neutral color management, crisp fine engraving, realistic aged metal, clean edges, no retouching halos, no leftover tools or supports, no extra objects, no captions, no added text, no logo, and no display case reflections.",
"settings": {
"thinking": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e30ff7de-3cdf-45e7-80e3-d633f5910528.jpg",
"https://assets.runware.ai/assets/inputs/045af872-30fd-454d-beae-6f54a1e25612.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "6c20aade-f1eb-47b2-a1d4-4f908d226bcd",
"imageUUID": "4e2f8375-8c4f-407f-be0f-199883787569",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/4e2f8375-8c4f-407f-be0f-199883787569.jpg",
"seed": 521692079,
"cost": 0.05136
}Urban Beekeeper Linocut Profile Avatar

Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit.',
settings: {
thinking: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/bd275b62-ab73-432b-a574-b56c92871c50.jpg',
'https://assets.runware.ai/assets/inputs/203b31f5-9b1f-4fe7-b000-9d50e669a75e.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit.",
"settings": {
"thinking": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bd275b62-ab73-432b-a574-b56c92871c50.jpg",
"https://assets.runware.ai/assets/inputs/203b31f5-9b1f-4fe7-b000-9d50e669a75e.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": "29e5412f-953c-408a-9f85-b88c8ad6ab4c",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit.",
"settings": {
"thinking": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bd275b62-ab73-432b-a574-b56c92871c50.jpg",
"https://assets.runware.ai/assets/inputs/203b31f5-9b1f-4fe7-b000-9d50e669a75e.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit." \
settings.thinking=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/bd275b62-ab73-432b-a574-b56c92871c50.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/203b31f5-9b1f-4fe7-b000-9d50e669a75e.jpg{
"taskType": "imageInference",
"taskUUID": "29e5412f-953c-408a-9f85-b88c8ad6ab4c",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a finished square profile avatar for a professional urban beekeeper. Use reference image 1 as the identity reference: preserve the woman’s recognizable facial structure, short silver-streaked hair, round tortoiseshell glasses, warm eyes, and calm, capable expression. Translate her portrait into the handcrafted linocut visual language of reference image 2, including bold carved contours, slight ink irregularities, warm cream paper grain, deep charcoal shadows, and restrained mustard-yellow accents. Show a centered head-and-shoulders portrait in a practical dark work jacket, facing slightly three-quarters while maintaining direct eye contact. Integrate the second reference coherently: place a simplified honeybee motif behind one shoulder and a subtle arc of geometric rooftop hives and city rooflines around the lower background, like an emblem rather than a literal scene. Keep the face dominant, readable, and flattering at small icon size. Strong silhouette, balanced negative space, circular-crop-safe composition, warm expert personality, artisanal editorial finish. No words, initials, logos, watermark, photorealistic background, extra people, veil, or full beekeeping suit.",
"settings": {
"thinking": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bd275b62-ab73-432b-a574-b56c92871c50.jpg",
"https://assets.runware.ai/assets/inputs/203b31f5-9b1f-4fe7-b000-9d50e669a75e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "29e5412f-953c-408a-9f85-b88c8ad6ab4c",
"imageUUID": "317415ce-d2c2-4483-9872-f19fcca5bca9",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/317415ce-d2c2-4483-9872-f19fcca5bca9.jpg",
"seed": 425052935,
"cost": 0.05136
}Insulated Bottle Lifestyle Ad

Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle's exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle\'s exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people.',
width: 1024,
height: 1536,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/efa0e90b-0755-46d1-b09b-df0e6ac6fb6e.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle's exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/efa0e90b-0755-46d1-b09b-df0e6ac6fb6e.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": "86310872-25fe-4c0f-8e02-9e77a15fc65e",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle's exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/efa0e90b-0755-46d1-b09b-df0e6ac6fb6e.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle's exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people." \
width=1024 \
height=1536 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/efa0e90b-0755-46d1-b09b-df0e6ac6fb6e.jpg{
"taskType": "imageInference",
"taskUUID": "86310872-25fe-4c0f-8e02-9e77a15fc65e",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium vertical product lifestyle advertising photograph using the referenced insulated water bottle as the hero product. Preserve the bottle's exact shape, matte sage green color, cap design, proportions, and small white leaf logo. Place it upright on a smooth river stone beside a clear alpine stream at sunrise, with dewy moss, fern leaves, and soft mountain bokeh in the background. Add realistic condensation droplets on the bottle, natural rim highlights, and a subtle reflection on the wet stone. Composition should feel like a high-end outdoor wellness brand campaign: product centered slightly low in frame, shallow depth of field, warm golden backlight, crisp commercial photography, clean negative space in the upper third for future ad copy, no added text, no extra bottles, no people.",
"width": 1024,
"height": 1536,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/efa0e90b-0755-46d1-b09b-df0e6ac6fb6e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "86310872-25fe-4c0f-8e02-9e77a15fc65e",
"imageUUID": "65fd5a3b-e0f8-47df-b6e2-a7292201d2e4",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/65fd5a3b-e0f8-47df-b6e2-a7292201d2e4.jpg",
"seed": 655375607,
"cost": 0.04815
}Sci-Fi RPG Key Art

Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, 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: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, no watermark.',
width: 1536,
height: 864,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/f4111421-43f9-424c-923a-84a6566a638b.jpg',
'https://assets.runware.ai/assets/inputs/d038e0de-e994-4912-aa7a-a50f163f1fdd.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, no watermark.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4111421-43f9-424c-923a-84a6566a638b.jpg",
"https://assets.runware.ai/assets/inputs/d038e0de-e994-4912-aa7a-a50f163f1fdd.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": "5c0dbb33-e818-48b4-86ec-40eec837bdf2",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, no watermark.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4111421-43f9-424c-923a-84a6566a638b.jpg",
"https://assets.runware.ai/assets/inputs/d038e0de-e994-4912-aa7a-a50f163f1fdd.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, no watermark." \
width=1536 \
height=864 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/f4111421-43f9-424c-923a-84a6566a638b.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/d038e0de-e994-4912-aa7a-a50f163f1fdd.jpg{
"taskType": "imageInference",
"taskUUID": "5c0dbb33-e818-48b4-86ec-40eec837bdf2",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create premium game key art for a tactical sci-fi RPG titled ECLIPSE VECTOR. Use the first reference image as the main hero character design and preserve her armor silhouette, silver hair, orange accent color, and rail rifle. Use the second reference image as the world setting: a ruined orbital city with broken skyways, neon signage, smoke, and a looming planet in the sky. Compose as a dramatic 16:9 store-page hero image: the commander in the foreground left-center, three smaller squad silhouettes advancing behind her, enemy drones emerging from fog on the right, strong diagonal action lines, cinematic rim lighting, dusk orange and cyan color palette, highly polished AAA game marketing art, sharp readable focal point, detailed but not cluttered. Leave clean negative space in the upper right for future logo placement; no existing logos, no UI, no watermark.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f4111421-43f9-424c-923a-84a6566a638b.jpg",
"https://assets.runware.ai/assets/inputs/d038e0de-e994-4912-aa7a-a50f163f1fdd.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "5c0dbb33-e818-48b4-86ec-40eec837bdf2",
"imageUUID": "fd97e08e-dd24-4a68-b8ce-dfcb31c47625",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/fd97e08e-dd24-4a68-b8ce-dfcb31c47625.jpg",
"seed": 631520401,
"cost": 0.05136
}Resortwear Lookbook Catalog Image

Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image 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: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image text, no watermark.',
width: 1920,
height: 1088
})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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image text, no watermark.",
"width": 1920,
"height": 1088
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4c0f80cc-5093-4068-8188-840196cf44dc",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image text, no watermark.",
"width": 1920,
"height": 1088
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image text, no watermark." \
width=1920 \
height=1088{
"taskType": "imageInference",
"taskUUID": "4c0f80cc-5093-4068-8188-840196cf44dc",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished fashion lookbook catalog image for a fictional premium resortwear label, Solenne Atelier, Spring/Summer collection. Wide editorial composition in a sunlit Mediterranean villa courtyard with pale limestone walls, terracotta floor, arched doorway, olive tree shadows, and minimal styling. Three professional models posed naturally as a coordinated catalog ensemble: one wearing an ivory oversized linen blazer with matching wide-leg trousers, one wearing a sand-colored sleeveless linen shirt dress with a braided belt, and one wearing a muted sage cropped linen shirt with high-waisted cream palazzo pants. Garments should be clearly visible with crisp fabric texture, realistic tailoring, soft movement, and commercial fashion styling. Elegant neutral palette, warm morning light, subtle shadows, high-end lookbook photography, full-body framing, clean negative space for future catalog copy, no visible logos, no on-image text, no watermark.",
"width": 1920,
"height": 1088
}{
"taskType": "imageInference",
"taskUUID": "4c0f80cc-5093-4068-8188-840196cf44dc",
"imageUUID": "7c2733ba-32e7-4829-9a49-9916d7f36e8d",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/7c2733ba-32e7-4829-9a49-9916d7f36e8d.jpg",
"seed": 1088790457,
"cost": 0.04815
}Synth Pop Single Cover

Create a polished vertical single cover for the synth-pop track "MIDNIGHT AFTERGLOW" by "NOVA VALE" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title "MIDNIGHT AFTERGLOW" near the top in bold condensed white sans-serif, smaller artist name "NOVA VALE" near the bottom, perfectly spelled, no extra text, no logos, no barcode.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a polished vertical single cover for the synth-pop track "MIDNIGHT AFTERGLOW" by "NOVA VALE" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title "MIDNIGHT AFTERGLOW" near the top in bold condensed white sans-serif, smaller artist name "NOVA VALE" near the bottom, perfectly spelled, no extra text, no logos, no barcode.',
width: 1152,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/e4bc7c2d-f0a3-4e49-8e34-e139ae91f6b4.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished vertical single cover for the synth-pop track \"MIDNIGHT AFTERGLOW\" by \"NOVA VALE\" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title \"MIDNIGHT AFTERGLOW\" near the top in bold condensed white sans-serif, smaller artist name \"NOVA VALE\" near the bottom, perfectly spelled, no extra text, no logos, no barcode.",
"width": 1152,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e4bc7c2d-f0a3-4e49-8e34-e139ae91f6b4.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": "7aa7300b-e6ad-4104-afc9-7f51ee698c5c",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished vertical single cover for the synth-pop track \"MIDNIGHT AFTERGLOW\" by \"NOVA VALE\" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title \"MIDNIGHT AFTERGLOW\" near the top in bold condensed white sans-serif, smaller artist name \"NOVA VALE\" near the bottom, perfectly spelled, no extra text, no logos, no barcode.",
"width": 1152,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e4bc7c2d-f0a3-4e49-8e34-e139ae91f6b4.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a polished vertical single cover for the synth-pop track \"MIDNIGHT AFTERGLOW\" by \"NOVA VALE\" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title \"MIDNIGHT AFTERGLOW\" near the top in bold condensed white sans-serif, smaller artist name \"NOVA VALE\" near the bottom, perfectly spelled, no extra text, no logos, no barcode." \
width=1152 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e4bc7c2d-f0a3-4e49-8e34-e139ae91f6b4.jpg{
"taskType": "imageInference",
"taskUUID": "7aa7300b-e6ad-4104-afc9-7f51ee698c5c",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished vertical single cover for the synth-pop track \"MIDNIGHT AFTERGLOW\" by \"NOVA VALE\" using the provided artist portrait as the likeness reference. Show the artist from chest up in a cinematic night-city setting, wet reflective pavement colors, neon magenta and cyan rim lighting, subtle rain on glass in the foreground, moody electronic-pop atmosphere, premium music marketing artwork. Keep the face recognizable from the reference image while restyling the wardrobe into a glossy black futuristic jacket. Composition: artist centered, strong negative space in the upper third for typography, shallow depth of field, high contrast, crisp editorial finish. Add clean modern cover text: large title \"MIDNIGHT AFTERGLOW\" near the top in bold condensed white sans-serif, smaller artist name \"NOVA VALE\" near the bottom, perfectly spelled, no extra text, no logos, no barcode.",
"width": 1152,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e4bc7c2d-f0a3-4e49-8e34-e139ae91f6b4.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "7aa7300b-e6ad-4104-afc9-7f51ee698c5c",
"imageUUID": "8465256f-b6d7-4a52-8d2b-31200074bf48",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/8465256f-b6d7-4a52-8d2b-31200074bf48.jpg",
"seed": 233750694,
"cost": 0.04815
}Skincare Website Hero Banner

Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: "Brighten Every Morning" with smaller subcopy below: "Vitamin C serum for radiant, even-looking skin" and a small rounded button reading "Shop Serum". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled 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: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: "Brighten Every Morning" with smaller subcopy below: "Vitamin C serum for radiant, even-looking skin" and a small rounded button reading "Shop Serum". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled text.',
width: 1536,
height: 864,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/a085899f-954a-4f2f-b407-886413c56345.jpg',
'https://assets.runware.ai/assets/inputs/50b57815-f93c-4ef0-a055-1677cfa80247.jpg',
'https://assets.runware.ai/assets/inputs/298bddff-d4cf-4845-9b7a-7c291f30a04e.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: \"Brighten Every Morning\" with smaller subcopy below: \"Vitamin C serum for radiant, even-looking skin\" and a small rounded button reading \"Shop Serum\". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a085899f-954a-4f2f-b407-886413c56345.jpg",
"https://assets.runware.ai/assets/inputs/50b57815-f93c-4ef0-a055-1677cfa80247.jpg",
"https://assets.runware.ai/assets/inputs/298bddff-d4cf-4845-9b7a-7c291f30a04e.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": "20b7ed72-96ff-435f-9b89-b971c8ef61b2",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: \"Brighten Every Morning\" with smaller subcopy below: \"Vitamin C serum for radiant, even-looking skin\" and a small rounded button reading \"Shop Serum\". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a085899f-954a-4f2f-b407-886413c56345.jpg",
"https://assets.runware.ai/assets/inputs/50b57815-f93c-4ef0-a055-1677cfa80247.jpg",
"https://assets.runware.ai/assets/inputs/298bddff-d4cf-4845-9b7a-7c291f30a04e.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: \"Brighten Every Morning\" with smaller subcopy below: \"Vitamin C serum for radiant, even-looking skin\" and a small rounded button reading \"Shop Serum\". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled text." \
width=1536 \
height=864 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a085899f-954a-4f2f-b407-886413c56345.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/50b57815-f93c-4ef0-a055-1677cfa80247.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/298bddff-d4cf-4845-9b7a-7c291f30a04e.jpg{
"taskType": "imageInference",
"taskUUID": "20b7ed72-96ff-435f-9b89-b971c8ef61b2",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a polished 16:9 website hero banner for a premium direct-to-consumer skincare brand called LUMA C, using the serum bottle from reference image 1 as the hero product, the citrus and botanical ingredients from reference image 2 as supporting props, and the warm apricot-and-ivory luxury visual language from reference image 3. Composition: product on the right third, standing on a cream travertine pedestal with dewy reflections; sliced orange, orange blossom petals, and green leaves arranged naturally around the base; soft morning sunlight, elegant arched shadows, high-end beauty photography, clean negative space on the left for website copy. Include crisp on-image headline text on the left: \"Brighten Every Morning\" with smaller subcopy below: \"Vitamin C serum for radiant, even-looking skin\" and a small rounded button reading \"Shop Serum\". Keep the design modern, airy, conversion-focused, and suitable for a homepage hero. No clutter, no distorted packaging, no extra bottles, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a085899f-954a-4f2f-b407-886413c56345.jpg",
"https://assets.runware.ai/assets/inputs/50b57815-f93c-4ef0-a055-1677cfa80247.jpg",
"https://assets.runware.ai/assets/inputs/298bddff-d4cf-4845-9b7a-7c291f30a04e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "20b7ed72-96ff-435f-9b89-b971c8ef61b2",
"imageUUID": "e0b7524d-6e23-4cda-b008-77d6da889adc",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/e0b7524d-6e23-4cda-b008-77d6da889adc.jpg",
"seed": 521235811,
"cost": 0.05457
}Virtual Staging Listing Photo

Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image 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: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image text.',
width: 2048,
height: 2048,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/ba948c0d-a593-4e5c-8a63-d4069bbf49ff.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image text.",
"width": 2048,
"height": 2048,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/ba948c0d-a593-4e5c-8a63-d4069bbf49ff.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": "5ac6ff9e-d8a5-44b9-ae88-b72ae157e738",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image text.",
"width": 2048,
"height": 2048,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/ba948c0d-a593-4e5c-8a63-d4069bbf49ff.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image text." \
width=2048 \
height=2048 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/ba948c0d-a593-4e5c-8a63-d4069bbf49ff.jpg{
"taskType": "imageInference",
"taskUUID": "5ac6ff9e-d8a5-44b9-ae88-b72ae157e738",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a high-end virtual staging edit for a real estate listing using the reference photo as the exact room layout. Preserve the architecture, windows, flooring, wall positions, ceiling, kitchen, and natural daylight. Add tasteful contemporary furniture: a warm beige sectional sofa, walnut coffee table, textured cream area rug, two slim black accent chairs, minimal floor lamp, large framed abstract artwork, a few indoor plants, neutral throw pillows, and understated decor. Style should feel like a luxury urban condo staged for an MLS listing and brokerage website. Photorealistic interior photography, professional wide-angle lens, clean composition, balanced exposure, realistic shadows and reflections, no people, no clutter, no visible brand logos, no on-image text.",
"width": 2048,
"height": 2048,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/ba948c0d-a593-4e5c-8a63-d4069bbf49ff.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "5ac6ff9e-d8a5-44b9-ae88-b72ae157e738",
"imageUUID": "f6bfa704-f2e5-4e3a-936d-855ab2b6c3e0",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/f6bfa704-f2e5-4e3a-936d-855ab2b6c3e0.jpg",
"seed": 2017677249,
"cost": 0.0963
}Electric Cargo Bike Hero

Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled 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: 'bytedance:seedream@5.0-pro',
positivePrompt: 'Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled text.',
width: 1536,
height: 864,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/583ad014-8935-430c-a17a-0b537289d243.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": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/583ad014-8935-430c-a17a-0b537289d243.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": "063848f3-7855-4ea1-81a3-d792d8cd6ab9",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/583ad014-8935-430c-a17a-0b537289d243.jpg"
]
}
}
]'runware run bytedance:seedream@5.0-pro \
positivePrompt="Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled text." \
width=1536 \
height=864 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/583ad014-8935-430c-a17a-0b537289d243.jpg{
"taskType": "imageInference",
"taskUUID": "063848f3-7855-4ea1-81a3-d792d8cd6ab9",
"model": "bytedance:seedream@5.0-pro",
"positivePrompt": "Create a premium 16:9 website hero banner for an urban electric cargo bike brand called VOLTWAY. Use the reference image as the exact featured product: preserve the bike frame shape, sage-green color, cargo basket, wheels, and child seat accessory. Place the bike in a bright early-morning city neighborhood scene with modern apartments, bike lane markings, soft sun flare, and subtle motion energy, but keep the product sharp and hero-focused. Composition: bike and rider family lifestyle moment on the right two-thirds, clean warm off-white gradient copy space on the left third for website headline and CTA. Add tasteful readable on-image text in the left copy area: “VOLTWAY CARGO” as the small brand wordmark, headline “More City. Less Car.”, subline “Electric cargo bikes for school runs, grocery trips, and every weekday in between.”, and a rounded button reading “Book a Test Ride”. Modern sustainable mobility aesthetic, polished commercial photography, natural skin tones, realistic shadows, premium web design spacing, no clutter, no extra logos, no distorted wheels, no misspelled text.",
"width": 1536,
"height": 864,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/583ad014-8935-430c-a17a-0b537289d243.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "063848f3-7855-4ea1-81a3-d792d8cd6ab9",
"imageUUID": "94185e17-b26c-4e84-bf35-a84cc5cbf102",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/94185e17-b26c-4e84-bf35-a84cc5cbf102.jpg",
"seed": 2048987333,
"cost": 0.04815
}