Recraft V4 Pro

Recraft V4 Pro is an advanced text-to-image model tailored for high-end creative production and brand-critical design work. It delivers elevated photorealism, nuanced lighting, refined composition, and contemporary styling suited for professional campaigns. The model provides enhanced control over color palettes, background colors, and style references, enabling precise brand alignment at 2K resolution. It is built to produce distinctive visuals with consistent aesthetic quality across marketing, advertising, and product-focused content.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Semiconductor Fab Manga Cover Art

Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup.',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
backgroundColor: {
rgb: [
12,
19,
43
]
},
colors: [
{
rgb: [
12,
19,
43
]
},
{
rgb: [
68,
190,
207
]
},
{
rgb: [
242,
178,
78
]
},
{
rgb: [
238,
242,
235
]
},
{
rgb: [
226,
99,
88
]
}
]
}
}
})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": "recraft:v4-pro@0",
"positivePrompt": "Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
12,
19,
43
]
},
"colors": [
{
"rgb": [
12,
19,
43
]
},
{
"rgb": [
68,
190,
207
]
},
{
"rgb": [
242,
178,
78
]
},
{
"rgb": [
238,
242,
235
]
},
{
"rgb": [
226,
99,
88
]
}
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "50f1d518-29f8-4102-8156-326787a770bf",
"model": "recraft:v4-pro@0",
"positivePrompt": "Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
12,
19,
43
]
},
"colors": [
{
"rgb": [
12,
19,
43
]
},
{
"rgb": [
68,
190,
207
]
},
{
"rgb": [
242,
178,
78
]
},
{
"rgb": [
238,
242,
235
]
},
{
"rgb": [
226,
99,
88
]
}
]
}
}
}
]'runware run recraft:v4-pro@0 \
positivePrompt="Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup." \
width=2048 \
height=2048 \
providerSettings.recraft.backgroundColor.rgb.0=12 \
providerSettings.recraft.backgroundColor.rgb.1=19 \
providerSettings.recraft.backgroundColor.rgb.2=43 \
providerSettings.recraft.colors.0.rgb.0=12 \
providerSettings.recraft.colors.0.rgb.1=19 \
providerSettings.recraft.colors.0.rgb.2=43 \
providerSettings.recraft.colors.1.rgb.0=68 \
providerSettings.recraft.colors.1.rgb.1=190 \
providerSettings.recraft.colors.1.rgb.2=207 \
providerSettings.recraft.colors.2.rgb.0=242 \
providerSettings.recraft.colors.2.rgb.1=178 \
providerSettings.recraft.colors.2.rgb.2=78 \
providerSettings.recraft.colors.3.rgb.0=238 \
providerSettings.recraft.colors.3.rgb.1=242 \
providerSettings.recraft.colors.3.rgb.2=235 \
providerSettings.recraft.colors.4.rgb.0=226 \
providerSettings.recraft.colors.4.rgb.1=99 \
providerSettings.recraft.colors.4.rgb.2=88{
"taskType": "imageInference",
"taskUUID": "50f1d518-29f8-4102-8156-326787a770bf",
"model": "recraft:v4-pro@0",
"positivePrompt": "Original polished manga-inspired digital editorial illustration for a semiconductor industry publication. Inside a vast, immaculate wafer fabrication cleanroom at midnight, a lone maintenance engineer in a realistic white hooded cleanroom suit kneels beside an opened precision lithography module, carefully adjusting a glowing optical assembly with a slim calibration tool. Her focused eyes are visible through the clear face shield, forming the unmistakable focal point. Towering rows of advanced fabrication machines recede into the distance beneath repeating amber ceiling lights; overhead robotic rails carry sealed wafer pods, and polished floor panels catch restrained reflections. Compose as a cinematic square image with the engineer and illuminated machine in the lower-center foreground, strong architectural perspective, layered depth, and generous darker space above for an editorial masthead added later. Sophisticated contemporary seinen manga art direction: confident clean linework, anatomically convincing character design, technically credible machinery, precise hard-surface details, subtle halftone texture, selective painterly rendering, crisp cel-shaded forms, atmospheric depth, and dramatic rim lighting. Quiet, intelligent, high-stakes mood rather than action spectacle. Limited palette of midnight indigo, cool cyan, warm amber, soft white, and small coral safety accents. Fine details include wafer cassettes, articulated service arms, cable conduits, filtered-air ceiling grids, warning stripes, tiny status lamps, cleanroom boot covers, and neatly arranged specialist tools. Premium magazine-cover quality, visually coherent, elegant, detailed, original character and environment, no logos, no lettering, no readable text, no interface overlay, no border, no mockup.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
12,
19,
43
]
},
"colors": [
{
"rgb": [
12,
19,
43
]
},
{
"rgb": [
68,
190,
207
]
},
{
"rgb": [
242,
178,
78
]
},
{
"rgb": [
238,
242,
235
]
},
{
"rgb": [
226,
99,
88
]
}
]
}
}
}{
"taskType": "imageInference",
"taskUUID": "50f1d518-29f8-4102-8156-326787a770bf",
"imageUUID": "ea0dda87-1cf7-4fd6-91ee-7d6d477b07ea",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/4/ii/ea0dda87-1cf7-4fd6-91ee-7d6d477b07ea.jpg",
"seed": 2107032538,
"cost": 0.25
}Oyster Farm Salinity Meter Campaign

High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker's orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker\'s orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border.',
width: 2048,
height: 2048
})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": "recraft:v4-pro@0",
"positivePrompt": "High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker's orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "1ad0bd61-f8a8-4e39-9e14-684693477bd9",
"model": "recraft:v4-pro@0",
"positivePrompt": "High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker's orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@0 \
positivePrompt="High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker's orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border." \
width=2048 \
height=2048{
"taskType": "imageInference",
"taskUUID": "1ad0bd61-f8a8-4e39-9e14-684693477bd9",
"model": "recraft:v4-pro@0",
"positivePrompt": "High-end photorealistic commercial lifestyle photograph for a professional marine instrumentation campaign. On a working oyster farm at low tide, an oyster farmer in a weathered saffron-yellow waterproof jacket and dark teal bib overalls uses a rugged handheld salinity meter. The graphite-gray instrument is the unmistakable focal point in the near foreground: compact rectangular body, tactile rubberized corners, precise molded buttons, a clean backlit measurement display, water droplets on the casing, and a coiled cable leading to a stainless-steel probe lowered into a small seawater sample cup. The worker's orange rubber-gloved hands hold the device naturally and securely; part of their focused face is visible behind it, softly out of focus. Rows of oyster cages, wet timber racks, a practical aluminum work skiff, ropes, floats, and misty tidal flats establish the real aquaculture setting without clutter. Cool early-morning coastal light breaks through thin fog, creating restrained silver highlights on wet surfaces and a subtle warm rim light around the jacket. Intentional square composition with the meter positioned near the lower-right intersection, diagonal lines from the oyster racks drawing attention toward it, and enough environmental context to communicate field use. Contemporary documentary art direction, tactile realism, crisp product detail, nuanced skin and fabric texture, physically accurate reflections, shallow depth of field, natural atmospheric perspective, premium medium-format camera quality, 50mm lens, polished but credible, no staged studio feeling. Palette of slate blue, tidal gray, graphite, weathered wood, saffron yellow, and safety orange. No visible brand name, no advertising copy, no watermark, no decorative border.",
"width": 2048,
"height": 2048
}{
"taskType": "imageInference",
"taskUUID": "1ad0bd61-f8a8-4e39-9e14-684693477bd9",
"imageUUID": "141d49c5-9c9b-47b9-ade9-7619b5f1e908",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/141d49c5-9c9b-47b9-ade9-7619b5f1e908.jpg",
"seed": 1292281438,
"cost": 0.25
}Urban Bat Roost Retrofit Illustration

Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface.',
width: 2048,
height: 2048
})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": "recraft:v4-pro@0",
"positivePrompt": "Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "d9123962-453e-4b43-95f3-d397ca86790f",
"model": "recraft:v4-pro@0",
"positivePrompt": "Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@0 \
positivePrompt="Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface." \
width=2048 \
height=2048{
"taskType": "imageInference",
"taskUUID": "d9123962-453e-4b43-95f3-d397ca86790f",
"model": "recraft:v4-pro@0",
"positivePrompt": "Create a polished square architectural cutaway illustration for an urban ecology planning report. Show one restored Victorian red-brick railway viaduct pier and arch at dusk, viewed in a precise three-quarter axonometric composition. A clean sectional opening reveals the hidden conservation retrofit inside the masonry: stacked terracotta bat-roost chambers, narrow entry slots beneath the arch, insulated cavities, lime mortar joints, discreet rain flashing, and a protected drainage channel. Make the roost chamber the unmistakable focal point, with several small pipistrelle bats hanging naturally inside and two bats flying near the entrance for scale. Surround the structure with a restrained strip of regenerated urban habitat: ferns, foxgloves, grasses, gravel, and a shallow rain garden at the base. In the distance, suggest railway tracks and quiet warehouse silhouettes without distracting from the cutaway. Art direction: contemporary architectural editorial illustration combining highly refined 3D material realism with crisp sectional geometry, subtle paper-like grain, and carefully controlled detail. Warm terracotta brick and amber interior light contrast with deep blue-green dusk, graphite shadows, pale mineral mortar, and muted vegetation. Soft atmospheric lighting, realistic masonry texture, immaculate edges, believable construction, calm civic-design mood. Centered composition with generous breathing room, no people, no lettering, no labels, no arrows, no legend, no border, no page mockup, no interface.",
"width": 2048,
"height": 2048
}{
"taskType": "imageInference",
"taskUUID": "d9123962-453e-4b43-95f3-d397ca86790f",
"imageUUID": "5e25a8a6-f288-41aa-8bf1-d7972ff8eebd",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/4/ii/5e25a8a6-f288-41aa-8bf1-d7972ff8eebd.jpg",
"seed": 2039575319,
"cost": 0.25
}Urban Archaeology Magazine Cover

Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready.',
width: 2048,
height: 2048
})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": "recraft:v4-pro@0",
"positivePrompt": "Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "748e66a3-a3f5-49fc-a5d5-9452ac991b91",
"model": "recraft:v4-pro@0",
"positivePrompt": "Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@0 \
positivePrompt="Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready." \
width=2048 \
height=2048{
"taskType": "imageInference",
"taskUUID": "748e66a3-a3f5-49fc-a5d5-9452ac991b91",
"model": "recraft:v4-pro@0",
"positivePrompt": "Create a finished square editorial magazine cover for MUDLARK, an independent publication about urban archaeology and material culture. Flat front-cover artwork only, not a magazine mockup. The clear focal point is a single corroded brass Georgian trade token freshly recovered from the River Thames foreshore, shown greatly enlarged in a meticulous overhead museum-style photograph. Preserve tactile archaeological detail: worn lettering, green verdigris, dark river patina, fine scratches and wet grains of silt embedded around the rim. Place the token slightly below center on a richly textured field of compacted charcoal-black tidal mud. Across the mud, subtle rivulets and mineral deposits form elegant branching patterns like a map of London waterways. Include a small fragment of cream archival evidence paper beneath one edge of the coin, carrying only a neat accession number in tiny type. Art direction: intelligent British independent magazine, contemporary archaeological field journal meets refined luxury editorial, restrained and tactile rather than rustic. Dramatic raking light from the upper left reveals relief and mud texture; soft controlled shadows, exceptional macro detail, realistic material response, crisp print-ready finish. Limited palette of near-black, oxidized copper green, tarnished brass, bone white and one sharp vermilion accent. Strong negative space in the upper quarter for the masthead. Set the masthead exactly as “MUDLARK” in large condensed bone-white uppercase sans serif letters across the top. Add a small vermilion line beneath it reading exactly “THE RIVER REMEMBERS”. Place minimal cover details in clean bone-white type: “ISSUE 08 — MATERIAL HISTORIES” at upper right and “TOKENS • TOOLS • TIDELINES” along the bottom edge. Clear typographic hierarchy, precise alignment, generous margins, no barcode, no logos, no extra text, no people, no fantasy elements. Sophisticated, quiet, mysterious and publication-ready.",
"width": 2048,
"height": 2048
}{
"taskType": "imageInference",
"taskUUID": "748e66a3-a3f5-49fc-a5d5-9452ac991b91",
"imageUUID": "7f601576-da0d-410c-bdaa-cfd8a553dcf3",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/7f601576-da0d-410c-bdaa-cfd8a553dcf3.jpg",
"seed": 936784465,
"cost": 0.25
}Luxury Skincare Campaign Visual

A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
colors: [
{
rgb: [
236,
223,
214
]
},
{
rgb: [
214,
188,
176
]
},
{
rgb: [
183,
136,
122
]
},
{
rgb: [
120,
90,
84
]
}
],
backgroundColor: {
rgb: [
247,
242,
238
]
}
}
}
})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": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
236,
223,
214
]
},
{
"rgb": [
214,
188,
176
]
},
{
"rgb": [
183,
136,
122
]
},
{
"rgb": [
120,
90,
84
]
}
],
"backgroundColor": {
"rgb": [
247,
242,
238
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b6fdf98c-2b66-4a41-b17a-10fb5fae4086",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
236,
223,
214
]
},
{
"rgb": [
214,
188,
176
]
},
{
"rgb": [
183,
136,
122
]
},
{
"rgb": [
120,
90,
84
]
}
],
"backgroundColor": {
"rgb": [
247,
242,
238
]
}
}
}
}
]'runware run recraft:v4-pro@0 \
positivePrompt="A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic" \
width=2048 \
height=2048 \
providerSettings.recraft.colors.0.rgb.0=236 \
providerSettings.recraft.colors.0.rgb.1=223 \
providerSettings.recraft.colors.0.rgb.2=214 \
providerSettings.recraft.colors.1.rgb.0=214 \
providerSettings.recraft.colors.1.rgb.1=188 \
providerSettings.recraft.colors.1.rgb.2=176 \
providerSettings.recraft.colors.2.rgb.0=183 \
providerSettings.recraft.colors.2.rgb.1=136 \
providerSettings.recraft.colors.2.rgb.2=122 \
providerSettings.recraft.colors.3.rgb.0=120 \
providerSettings.recraft.colors.3.rgb.1=90 \
providerSettings.recraft.colors.3.rgb.2=84 \
providerSettings.recraft.backgroundColor.rgb.0=247 \
providerSettings.recraft.backgroundColor.rgb.1=242 \
providerSettings.recraft.backgroundColor.rgb.2=238{
"taskType": "imageInference",
"taskUUID": "b6fdf98c-2b66-4a41-b17a-10fb5fae4086",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty campaign image for a luxury skincare serum bottle centered on a smooth sculptural pedestal, frosted glass packaging with metallic rose-gold accents, luminous cream texture swirled beside the product, soft diffused studio lighting, subtle specular highlights, clean contemporary composition, premium editorial photography, sophisticated negative space, ultra-refined materials, delicate shadows, fresh dewy atmosphere, minimal but sumptuous art direction, brand-perfect cosmetic advertising aesthetic",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
236,
223,
214
]
},
{
"rgb": [
214,
188,
176
]
},
{
"rgb": [
183,
136,
122
]
},
{
"rgb": [
120,
90,
84
]
}
],
"backgroundColor": {
"rgb": [
247,
242,
238
]
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "b6fdf98c-2b66-4a41-b17a-10fb5fae4086",
"imageUUID": "d196ae03-0a93-487f-9982-66eaff2049c6",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/d196ae03-0a93-487f-9982-66eaff2049c6.jpg",
"seed": 103151844,
"cost": 0.25
}Luxury Skincare Campaign Still Life

A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood.',
width: 2560,
height: 1664,
providerSettings: {
recraft: {
colors: [
{
rgb: [
233,
223,
205
]
},
{
rgb: [
198,
170,
120
]
},
{
rgb: [
214,
228,
221
]
},
{
rgb: [
245,
242,
236
]
}
],
backgroundColor: {
rgb: [
245,
242,
236
]
}
}
}
})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": "recraft:v4-pro@0",
"positivePrompt": "A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
233,
223,
205
]
},
{
"rgb": [
198,
170,
120
]
},
{
"rgb": [
214,
228,
221
]
},
{
"rgb": [
245,
242,
236
]
}
],
"backgroundColor": {
"rgb": [
245,
242,
236
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "96801d3b-21cb-4a22-85cd-7b136d9d5365",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
233,
223,
205
]
},
{
"rgb": [
198,
170,
120
]
},
{
"rgb": [
214,
228,
221
]
},
{
"rgb": [
245,
242,
236
]
}
],
"backgroundColor": {
"rgb": [
245,
242,
236
]
}
}
}
}
]'runware run recraft:v4-pro@0 \
positivePrompt="A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood." \
width=2560 \
height=1664 \
providerSettings.recraft.colors.0.rgb.0=233 \
providerSettings.recraft.colors.0.rgb.1=223 \
providerSettings.recraft.colors.0.rgb.2=205 \
providerSettings.recraft.colors.1.rgb.0=198 \
providerSettings.recraft.colors.1.rgb.1=170 \
providerSettings.recraft.colors.1.rgb.2=120 \
providerSettings.recraft.colors.2.rgb.0=214 \
providerSettings.recraft.colors.2.rgb.1=228 \
providerSettings.recraft.colors.2.rgb.2=221 \
providerSettings.recraft.colors.3.rgb.0=245 \
providerSettings.recraft.colors.3.rgb.1=242 \
providerSettings.recraft.colors.3.rgb.2=236 \
providerSettings.recraft.backgroundColor.rgb.0=245 \
providerSettings.recraft.backgroundColor.rgb.1=242 \
providerSettings.recraft.backgroundColor.rgb.2=236{
"taskType": "imageInference",
"taskUUID": "96801d3b-21cb-4a22-85cd-7b136d9d5365",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end luxury skincare campaign still life featuring a frosted glass serum bottle with a brushed gold dropper cap, placed on a sculptural cream stone pedestal with soft silk folds and subtle botanical accents. Editorial beauty photography, ultra-photorealistic materials, elegant soft shadows, luminous diffused studio lighting, precise reflections, premium minimalist composition, contemporary wellness branding aesthetic, clean negative space for ad layout, sophisticated macro detail, natural texture contrast, polished commercial art direction, aspirational and expensive mood.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
233,
223,
205
]
},
{
"rgb": [
198,
170,
120
]
},
{
"rgb": [
214,
228,
221
]
},
{
"rgb": [
245,
242,
236
]
}
],
"backgroundColor": {
"rgb": [
245,
242,
236
]
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "96801d3b-21cb-4a22-85cd-7b136d9d5365",
"imageUUID": "77c84864-ba60-4bef-b97b-0760e36d08fd",
"imageURL": "https://im.runware.ai/image/os/a08d21/ws/3/ii/77c84864-ba60-4bef-b97b-0760e36d08fd.jpg",
"seed": 1066677725,
"cost": 0.25
}Luxury Skincare Campaign

A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality.',
width: 2560,
height: 1664,
providerSettings: {
recraft: {
colors: [
{
rgb: [
244,
236,
220
]
},
{
rgb: [
214,
184,
140
]
},
{
rgb: [
255,
255,
255
]
},
{
rgb: [
198,
216,
206
]
}
],
backgroundColor: {
rgb: [
248,
244,
238
]
}
}
}
})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": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
236,
220
]
},
{
"rgb": [
214,
184,
140
]
},
{
"rgb": [
255,
255,
255
]
},
{
"rgb": [
198,
216,
206
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
238
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "5847a855-2f06-4ad8-a31a-ffe6db27c54c",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
236,
220
]
},
{
"rgb": [
214,
184,
140
]
},
{
"rgb": [
255,
255,
255
]
},
{
"rgb": [
198,
216,
206
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
238
]
}
}
}
}
]'runware run recraft:v4-pro@0 \
positivePrompt="A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality." \
width=2560 \
height=1664 \
providerSettings.recraft.colors.0.rgb.0=244 \
providerSettings.recraft.colors.0.rgb.1=236 \
providerSettings.recraft.colors.0.rgb.2=220 \
providerSettings.recraft.colors.1.rgb.0=214 \
providerSettings.recraft.colors.1.rgb.1=184 \
providerSettings.recraft.colors.1.rgb.2=140 \
providerSettings.recraft.colors.2.rgb.0=255 \
providerSettings.recraft.colors.2.rgb.1=255 \
providerSettings.recraft.colors.2.rgb.2=255 \
providerSettings.recraft.colors.3.rgb.0=198 \
providerSettings.recraft.colors.3.rgb.1=216 \
providerSettings.recraft.colors.3.rgb.2=206 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=244 \
providerSettings.recraft.backgroundColor.rgb.2=238{
"taskType": "imageInference",
"taskUUID": "5847a855-2f06-4ad8-a31a-ffe6db27c54c",
"model": "recraft:v4-pro@0",
"positivePrompt": "A high-end beauty advertising image for a luxury skincare brand: a frosted glass serum bottle with a brushed gold dropper cap centered on a smooth stone pedestal, surrounded by delicate water droplets, soft white orchids, and subtle reflections on a glossy surface. Clean editorial composition, contemporary premium branding aesthetic, elevated photorealism, soft diffused studio lighting with luminous highlights, elegant shadows, shallow depth of field, impeccable material detail, minimal yet sophisticated luxury campaign style, fresh radiant mood, crisp focus, premium magazine-cover quality.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
244,
236,
220
]
},
{
"rgb": [
214,
184,
140
]
},
{
"rgb": [
255,
255,
255
]
},
{
"rgb": [
198,
216,
206
]
}
],
"backgroundColor": {
"rgb": [
248,
244,
238
]
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "5847a855-2f06-4ad8-a31a-ffe6db27c54c",
"imageUUID": "804d9cbe-dd65-4779-bb03-e0ca0d2b5da2",
"imageURL": "https://im.runware.ai/image/os/a12d13/ws/2/ii/804d9cbe-dd65-4779-bb03-e0ca0d2b5da2.jpg",
"seed": 994631116,
"cost": 0.25
}Luminous Botanical Perfume Editorial

A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@0',
positivePrompt: 'A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter.',
width: 2560,
height: 1664,
providerSettings: {
recraft: {
colors: [
{
rgb: [
34,
27,
52
]
},
{
rgb: [
91,
63,
119
]
},
{
rgb: [
182,
160,
214
]
},
{
rgb: [
154,
173,
144
]
},
{
rgb: [
228,
230,
236
]
}
],
backgroundColor: {
rgb: [
18,
16,
28
]
}
}
}
})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": "recraft:v4-pro@0",
"positivePrompt": "A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
34,
27,
52
]
},
{
"rgb": [
91,
63,
119
]
},
{
"rgb": [
182,
160,
214
]
},
{
"rgb": [
154,
173,
144
]
},
{
"rgb": [
228,
230,
236
]
}
],
"backgroundColor": {
"rgb": [
18,
16,
28
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "409ed13d-d846-4d77-a4a0-36a503656308",
"model": "recraft:v4-pro@0",
"positivePrompt": "A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
34,
27,
52
]
},
{
"rgb": [
91,
63,
119
]
},
{
"rgb": [
182,
160,
214
]
},
{
"rgb": [
154,
173,
144
]
},
{
"rgb": [
228,
230,
236
]
}
],
"backgroundColor": {
"rgb": [
18,
16,
28
]
}
}
}
}
]'runware run recraft:v4-pro@0 \
positivePrompt="A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter." \
width=2560 \
height=1664 \
providerSettings.recraft.colors.0.rgb.0=34 \
providerSettings.recraft.colors.0.rgb.1=27 \
providerSettings.recraft.colors.0.rgb.2=52 \
providerSettings.recraft.colors.1.rgb.0=91 \
providerSettings.recraft.colors.1.rgb.1=63 \
providerSettings.recraft.colors.1.rgb.2=119 \
providerSettings.recraft.colors.2.rgb.0=182 \
providerSettings.recraft.colors.2.rgb.1=160 \
providerSettings.recraft.colors.2.rgb.2=214 \
providerSettings.recraft.colors.3.rgb.0=154 \
providerSettings.recraft.colors.3.rgb.1=173 \
providerSettings.recraft.colors.3.rgb.2=144 \
providerSettings.recraft.colors.4.rgb.0=228 \
providerSettings.recraft.colors.4.rgb.1=230 \
providerSettings.recraft.colors.4.rgb.2=236 \
providerSettings.recraft.backgroundColor.rgb.0=18 \
providerSettings.recraft.backgroundColor.rgb.1=16 \
providerSettings.recraft.backgroundColor.rgb.2=28{
"taskType": "imageInference",
"taskUUID": "409ed13d-d846-4d77-a4a0-36a503656308",
"model": "recraft:v4-pro@0",
"positivePrompt": "A luxury editorial product campaign featuring an elegant faceted glass perfume bottle with a smoked translucent cap, centered on a sculptural plinth surrounded by surreal nocturnal botanicals, dark plum orchids, silver-green leaves, and tiny dew pearls. Cinematic studio lighting with soft rim light, glossy reflections, subtle atmospheric haze, sophisticated negative space, premium cosmetics advertising aesthetic, contemporary art-direction, hyper-detailed materials, photorealistic glass and liquid, crisp label area, controlled composition, high-end magazine quality, moody yet luminous, rich contrast, immaculate retouching, distinctive premium branding feel, no people, no clutter.",
"width": 2560,
"height": 1664,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
34,
27,
52
]
},
{
"rgb": [
91,
63,
119
]
},
{
"rgb": [
182,
160,
214
]
},
{
"rgb": [
154,
173,
144
]
},
{
"rgb": [
228,
230,
236
]
}
],
"backgroundColor": {
"rgb": [
18,
16,
28
]
}
}
}
}{
"taskType": "imageInference",
"taskUUID": "409ed13d-d846-4d77-a4a0-36a503656308",
"imageUUID": "5f134544-9238-4ca6-ad6c-5acc0903dc6a",
"imageURL": "https://im.runware.ai/image/os/a08d21/ws/3/ii/5f134544-9238-4ca6-ad6c-5acc0903dc6a.jpg",
"seed": 1168955941,
"cost": 0.25
}