Recraft V4.1

Recraft V4.1 is the standard raster model in the Recraft V4.1 family for professional image generation and editing. It improves the V4 line with cleaner photorealism, sharper object understanding, smoother gradients and 3D rendering, cleaner icons and vectors by default, and better results from shorter prompts, while staying faster and more cost-efficient than the Pro variant.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
text-to-image
Geothermal Field Crew Sticker Pack$0.035~9s
A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish.
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.1@0',
positivePrompt: 'A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish.',
width: 1024,
height: 1024,
settings: {
backgroundColor: {
rgb: [
245,
240,
230
]
},
colors: [
{
rgb: [
20,
52,
74
]
},
{
rgb: [
226,
93,
58
]
},
{
rgb: [
242,
185,
60
]
}
]
}
})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.1@0",
"positivePrompt": "A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "887eb9bd-0cb9-4b13-af0e-4e27dfdd895a",
"model": "recraft:v4.1@0",
"positivePrompt": "A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish." \
width=1024 \
height=1024 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=240 \
settings.backgroundColor.rgb.2=230 \
settings.colors.0.rgb.0=20 \
settings.colors.0.rgb.1=52 \
settings.colors.0.rgb.2=74 \
settings.colors.1.rgb.0=226 \
settings.colors.1.rgb.1=93 \
settings.colors.1.rgb.2=58 \
settings.colors.2.rgb.0=242 \
settings.colors.2.rgb.1=185 \
settings.colors.2.rgb.2=60{
"taskType": "imageInference",
"taskUUID": "887eb9bd-0cb9-4b13-af0e-4e27dfdd895a",
"model": "recraft:v4.1@0",
"positivePrompt": "A polished square sticker pack for a geothermal energy field crew, presented as one clean sticker sheet with nine separate die-cut designs. Central focal sticker: a confident fire salamander mascot wearing rugged utility coveralls, safety goggles, gloves, and work boots, holding a round pressure gauge beside a curl of geothermal steam. Surrounding stickers: a geothermal drill bit cutting through layered rock, a steam separator vessel, crossed pipe wrenches, a wellhead valve, heat-resistant gloves, a seismograph line over underground strata, a turbine rotor, and a hard hat containing a small hot-spring symbol. Bold simplified vector illustration, crisp geometric construction, thick dark outlines, smooth curves, subtle dimensional shading, consistent icon language, generous cream-colored die-cut borders around every sticker. Deliberately use the supplied warm high-contrast palette and background color throughout. Strong visual hierarchy, evenly balanced radial arrangement, ample separation between stickers, professional industrial character with a friendly modern mascot, no lettering, no logos, no extra objects, no photographic mockup, straight-on view, print-ready finish.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "887eb9bd-0cb9-4b13-af0e-4e27dfdd895a",
"imageUUID": "93ae7b20-bd14-46bb-af64-940b9b7997f7",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/93ae7b20-bd14-46bb-af64-940b9b7997f7.jpg",
"seed": 2078764595,
"cost": 0.035
}text-to-image
Period Conspiracy Series Poster$0.035~16s
Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no 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.1@0',
positivePrompt: 'Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no border.',
width: 1024,
height: 1024,
settings: {
backgroundColor: {
rgb: [
245,
240,
230
]
},
colors: [
{
rgb: [
20,
52,
74
]
},
{
rgb: [
226,
93,
58
]
},
{
rgb: [
242,
185,
60
]
}
]
}
})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.1@0",
"positivePrompt": "Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no border.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "a1ed0897-7a37-417a-831a-e8af983c756c",
"model": "recraft:v4.1@0",
"positivePrompt": "Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no border.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no border." \
width=1024 \
height=1024 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=240 \
settings.backgroundColor.rgb.2=230 \
settings.colors.0.rgb.0=20 \
settings.colors.0.rgb.1=52 \
settings.colors.0.rgb.2=74 \
settings.colors.1.rgb.0=226 \
settings.colors.1.rgb.1=93 \
settings.colors.1.rgb.2=58 \
settings.colors.2.rgb.0=242 \
settings.colors.2.rgb.1=185 \
settings.colors.2.rgb.2=60{
"taskType": "imageInference",
"taskUUID": "a1ed0897-7a37-417a-831a-e8af983c756c",
"model": "recraft:v4.1@0",
"positivePrompt": "Finished square streaming-series poster for a fictional prestige conspiracy thriller titled “THE LAST SWITCHBOARD.” Central focal subject: a poised female telephone operator in 1968, shown waist-up and facing the viewer, wearing a period cream blouse, dark cat-eye glasses, and a single vintage telephone headset. Her wary expression suggests she has just overheard something dangerous. Behind her, a monumental manual switchboard fills the composition; dozens of black cables and brass plugs radiate toward her like a tense geometric web, with one vivid red cord leading to a small blinking line indicator. Subtle silhouettes of two suited men appear behind the perforated switchboard panels, ambiguous and threatening. Art direction combines polished cinematic portrait photography with crisp mid-century editorial poster design, strong symmetry, controlled negative space, slight screen-printed texture, sharp facial detail, smooth tonal gradients, and dramatic hard-edged lighting. Deliberate warm high-contrast palette: burnt orange, saffron yellow, warm ivory, vivid signal red, and near-black against a deep oxblood background. Add large, clean, condensed ivory title typography at the bottom: “THE LAST SWITCHBOARD”; above it in small uppercase letters: “A LIMITED SERIES”; minimal fictional billing line beneath. Premium, intelligent, suspenseful, historically credible, uncluttered composition, instantly legible at streaming-thumbnail size, no logos, no interface, no mockup, no border.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "a1ed0897-7a37-417a-831a-e8af983c756c",
"imageUUID": "53d012ad-643c-4e6c-b56b-fe11aa68e7b1",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/53d012ad-643c-4e6c-b56b-fe11aa68e7b1.jpg",
"seed": 957210821,
"cost": 0.035
}text-to-image
Artisan Glassworks Game Key Art$0.035~11s
Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, 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.1@0',
positivePrompt: 'Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, no border, no mockup.',
width: 1024,
height: 1024,
settings: {
backgroundColor: {
rgb: [
245,
240,
230
]
},
colors: [
{
rgb: [
20,
52,
74
]
},
{
rgb: [
226,
93,
58
]
},
{
rgb: [
242,
185,
60
]
}
]
}
})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.1@0",
"positivePrompt": "Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, no border, no mockup.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "de76be18-f3f6-4cdb-bd91-5a9b9bff0bf6",
"model": "recraft:v4.1@0",
"positivePrompt": "Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, no border, no mockup.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, no border, no mockup." \
width=1024 \
height=1024 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=240 \
settings.backgroundColor.rgb.2=230 \
settings.colors.0.rgb.0=20 \
settings.colors.0.rgb.1=52 \
settings.colors.0.rgb.2=74 \
settings.colors.1.rgb.0=226 \
settings.colors.1.rgb.1=93 \
settings.colors.1.rgb.2=58 \
settings.colors.2.rgb.0=242 \
settings.colors.2.rgb.1=185 \
settings.colors.2.rgb.2=60{
"taskType": "imageInference",
"taskUUID": "de76be18-f3f6-4cdb-bd91-5a9b9bff0bf6",
"model": "recraft:v4.1@0",
"positivePrompt": "Premium square key art for an action-crafting video game set inside a working volcanic glass foundry. The central hero is a determined master glassblower wearing a soot-dark leather apron, heavy gauntlets and an amber heat visor, planted in a powerful three-quarter stance while swinging a long steel blowpipe. At the end of the pipe, a radiant mass of molten glass is being shaped into a huge translucent salamander that coils overhead in a dramatic S-curve. Make the transformation physically convincing: viscous glowing strands still connect the creature to the pipe, with trapped bubbles, stretched glass, tool marks and bright furnace reflections visible inside its body. Frame the hero against the circular mouth of a roaring brick furnace like a halo; surround them with recognizable glassmaking equipment, iron molds, shears, workbenches and distant catwalk silhouettes. Low cinematic viewpoint, bold readable silhouette, controlled diagonal movement, clear central focal point and uncluttered corners suitable for a digital game storefront tile. Stylized high-end 3D illustration with handcrafted maquette character design, tactile materials, sharp object definition, smooth glow gradients and polished AAA game key-art lighting. Deliberate warm high-contrast palette: luminous cream, saffron, amber, vermilion and molten orange against deep charcoal and near-black brown, making purposeful use of the supplied warm palette and background color. Energetic, industrious and heroic rather than whimsical. One finished standalone image, no typography, no logo, no interface, no border, no mockup.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "de76be18-f3f6-4cdb-bd91-5a9b9bff0bf6",
"imageUUID": "4c7b7d3b-2d1c-45cc-bee6-a568a8778947",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/4c7b7d3b-2d1c-45cc-bee6-a568a8778947.jpg",
"seed": 1481721535,
"cost": 0.035
}text-to-image
Animated Adventure Streaming Poster$0.035~8s
Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image.
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.1@0',
positivePrompt: 'Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image.',
width: 1024,
height: 1024,
settings: {
backgroundColor: {
rgb: [
245,
240,
230
]
},
colors: [
{
rgb: [
20,
52,
74
]
},
{
rgb: [
226,
93,
58
]
},
{
rgb: [
242,
185,
60
]
}
]
}
})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.1@0",
"positivePrompt": "Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "267344c7-c395-4267-97c8-34ebc2280a24",
"model": "recraft:v4.1@0",
"positivePrompt": "Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image." \
width=1024 \
height=1024 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=240 \
settings.backgroundColor.rgb.2=230 \
settings.colors.0.rgb.0=20 \
settings.colors.0.rgb.1=52 \
settings.colors.0.rgb.2=74 \
settings.colors.1.rgb.0=226 \
settings.colors.1.rgb.1=93 \
settings.colors.1.rgb.2=58 \
settings.colors.2.rgb.0=242 \
settings.colors.2.rgb.1=185 \
settings.colors.2.rgb.2=60{
"taskType": "imageInference",
"taskUUID": "267344c7-c395-4267-97c8-34ebc2280a24",
"model": "recraft:v4.1@0",
"positivePrompt": "Finished square streaming poster for an original stop-motion animated adventure titled “NIGHT POST.” A determined pangolin night courier is the distinctive central hero, riding a compact vintage red motor scooter directly toward the viewer, articulated scales catching sharp golden rim light, canvas mail satchel overflowing with sealed envelopes. Behind the courier, a vast subterranean postal city spirals downward through terracotta tunnels: tiny sorting balconies, brass chutes, suspended bridges, glowing windows and streams of airborne letters create depth and motion. Cinematic low-angle composition, bold triangular silhouette, expressive handcrafted character design, tactile miniature sets, subtle clay and paper textures, sophisticated family-film appeal rather than childish cartoon styling. Deliberate warm high-contrast palette using saturated saffron, vermilion, burnt orange, parchment cream and deep near-black shadows, integrated naturally with the supplied background color. Strong highlights, dramatic shadows, crisp focal detail, atmospheric falloff, premium theatrical lighting. Large legible custom title NIGHT POST across the upper third in chunky cream-colored letterforms inspired by vintage postal stamps, with enough clear space around the lettering; no other text, no logos, no border, no mockup, one polished standalone poster image.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
240,
230
]
},
"colors": [
{
"rgb": [
20,
52,
74
]
},
{
"rgb": [
226,
93,
58
]
},
{
"rgb": [
242,
185,
60
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "267344c7-c395-4267-97c8-34ebc2280a24",
"imageUUID": "e778bff6-e825-48ef-b8f9-9c3f2302db21",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/e778bff6-e825-48ef-b8f9-9c3f2302db21.jpg",
"seed": 1793634436,
"cost": 0.035
}
Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, 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.1@0',
positivePrompt: 'Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, no clutter.',
width: 896,
height: 1152,
settings: {
backgroundColor: {
rgb: [
244,
248,
242
]
}
}
})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.1@0",
"positivePrompt": "Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, no clutter.",
"width": 896,
"height": 1152,
"settings": {
"backgroundColor": {
"rgb": [
244,
248,
242
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "405ab190-c011-4dd3-82a9-c5ba9c824b19",
"model": "recraft:v4.1@0",
"positivePrompt": "Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, no clutter.",
"width": 896,
"height": 1152,
"settings": {
"backgroundColor": {
"rgb": [
244,
248,
242
]
}
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, no clutter." \
width=896 \
height=1152 \
settings.backgroundColor.rgb.0=244 \
settings.backgroundColor.rgb.1=248 \
settings.backgroundColor.rgb.2=242{
"taskType": "imageInference",
"taskUUID": "405ab190-c011-4dd3-82a9-c5ba9c824b19",
"model": "recraft:v4.1@0",
"positivePrompt": "Premium vertical travel advertising poster for a fictional luxury eco-lodge in Chilean Patagonia. Hero image: sunrise over the Torres del Paine granite peaks, turquoise glacial lake in the foreground, native grasses, a small elegant wooden eco-lodge with warm window lights nestled near the shore, two hikers in refined outdoor clothing looking toward the mountains. Photorealistic destination-marketing style, crisp natural detail, clean gradients, atmospheric golden light, aspirational but realistic, high-end tourism campaign. Leave generous clean sky space at the top for typography. Include tasteful on-image text: “PATAGONIA” as the main headline, “WILD LUXURY ESCAPES” as the subheading, and small footer text “7-DAY ECO LODGE JOURNEYS • CHILE”. Sophisticated editorial layout, modern sans-serif typography, premium travel brochure aesthetic, no clutter.",
"width": 896,
"height": 1152,
"settings": {
"backgroundColor": {
"rgb": [
244,
248,
242
]
}
}
}Response
{
"taskType": "imageInference",
"taskUUID": "405ab190-c011-4dd3-82a9-c5ba9c824b19",
"imageUUID": "e9e25ed7-225c-47fa-9ddb-34703c337782",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/e9e25ed7-225c-47fa-9ddb-34703c337782.jpg",
"seed": 595940857,
"cost": 0.035
}
Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company.
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.1@0',
positivePrompt: 'Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company.',
width: 1280,
height: 896,
settings: {
backgroundColor: {
rgb: [
12,
28,
36
]
},
colors: [
{
rgb: [
18,
78,
92
]
},
{
rgb: [
62,
145,
156
]
},
{
rgb: [
201,
183,
140
]
},
{
rgb: [
108,
74,
52
]
},
{
rgb: [
214,
224,
226
]
}
]
}
})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.1@0",
"positivePrompt": "Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company.",
"width": 1280,
"height": 896,
"settings": {
"backgroundColor": {
"rgb": [
12,
28,
36
]
},
"colors": [
{
"rgb": [
18,
78,
92
]
},
{
"rgb": [
62,
145,
156
]
},
{
"rgb": [
201,
183,
140
]
},
{
"rgb": [
108,
74,
52
]
},
{
"rgb": [
214,
224,
226
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c22b596a-a1db-41b8-992c-c3c5bbd06604",
"model": "recraft:v4.1@0",
"positivePrompt": "Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company.",
"width": 1280,
"height": 896,
"settings": {
"backgroundColor": {
"rgb": [
12,
28,
36
]
},
"colors": [
{
"rgb": [
18,
78,
92
]
},
{
"rgb": [
62,
145,
156
]
},
{
"rgb": [
201,
183,
140
]
},
{
"rgb": [
108,
74,
52
]
},
{
"rgb": [
214,
224,
226
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company." \
width=1280 \
height=896 \
settings.backgroundColor.rgb.0=12 \
settings.backgroundColor.rgb.1=28 \
settings.backgroundColor.rgb.2=36 \
settings.colors.0.rgb.0=18 \
settings.colors.0.rgb.1=78 \
settings.colors.0.rgb.2=92 \
settings.colors.1.rgb.0=62 \
settings.colors.1.rgb.1=145 \
settings.colors.1.rgb.2=156 \
settings.colors.2.rgb.0=201 \
settings.colors.2.rgb.1=183 \
settings.colors.2.rgb.2=140 \
settings.colors.3.rgb.0=108 \
settings.colors.3.rgb.1=74 \
settings.colors.3.rgb.2=52 \
settings.colors.4.rgb.0=214 \
settings.colors.4.rgb.1=224 \
settings.colors.4.rgb.2=226{
"taskType": "imageInference",
"taskUUID": "c22b596a-a1db-41b8-992c-c3c5bbd06604",
"model": "recraft:v4.1@0",
"positivePrompt": "Professional editorial headshot of a biotech startup founder for a company leadership page and press kit. Subject: a confident woman in her early 40s, warm but authoritative expression, natural skin texture, neat shoulder-length dark hair, wearing a tailored charcoal blazer over a soft ivory blouse. Framing: horizontal 4:3 portrait, head and upper torso, subject positioned slightly left of center with clean negative space on the right for website layout, direct eye contact, relaxed shoulders. Setting: modern life sciences office with softly blurred glass walls and subtle lab-inspired details in the background, no visible logos or text. Lighting: premium studio-quality key light, gentle fill, soft teal-blue ambient background glow, realistic catchlights, refined shadows. Color palette: deep teal, muted cyan, warm brass, espresso brown, cool off-white. Style: photorealistic, high-end corporate portrait photography, crisp focus on face, 85mm lens look, shallow depth of field, polished but authentic, suitable for a funded healthcare technology company.",
"width": 1280,
"height": 896,
"settings": {
"backgroundColor": {
"rgb": [
12,
28,
36
]
},
"colors": [
{
"rgb": [
18,
78,
92
]
},
{
"rgb": [
62,
145,
156
]
},
{
"rgb": [
201,
183,
140
]
},
{
"rgb": [
108,
74,
52
]
},
{
"rgb": [
214,
224,
226
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "c22b596a-a1db-41b8-992c-c3c5bbd06604",
"imageUUID": "eb51e753-ad32-47fb-82e3-9bc03640419e",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/eb51e753-ad32-47fb-82e3-9bc03640419e.jpg",
"seed": 450517869,
"cost": 0.035
}
Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words.
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.1@0',
positivePrompt: 'Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words.',
width: 1536,
height: 768,
settings: {
backgroundColor: {
rgb: [
12,
12,
12
]
},
colors: [
{
rgb: [
245,
239,
220
]
},
{
rgb: [
255,
91,
43
]
},
{
rgb: [
63,
214,
196
]
},
{
rgb: [
34,
34,
34
]
}
]
}
})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.1@0",
"positivePrompt": "Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words.",
"width": 1536,
"height": 768,
"settings": {
"backgroundColor": {
"rgb": [
12,
12,
12
]
},
"colors": [
{
"rgb": [
245,
239,
220
]
},
{
"rgb": [
255,
91,
43
]
},
{
"rgb": [
63,
214,
196
]
},
{
"rgb": [
34,
34,
34
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "0940b845-4e90-41cb-9fcb-d8896d7eed0b",
"model": "recraft:v4.1@0",
"positivePrompt": "Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words.",
"width": 1536,
"height": 768,
"settings": {
"backgroundColor": {
"rgb": [
12,
12,
12
]
},
"colors": [
{
"rgb": [
245,
239,
220
]
},
{
"rgb": [
255,
91,
43
]
},
{
"rgb": [
63,
214,
196
]
},
{
"rgb": [
34,
34,
34
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words." \
width=1536 \
height=768 \
settings.backgroundColor.rgb.0=12 \
settings.backgroundColor.rgb.1=12 \
settings.backgroundColor.rgb.2=12 \
settings.colors.0.rgb.0=245 \
settings.colors.0.rgb.1=239 \
settings.colors.0.rgb.2=220 \
settings.colors.1.rgb.0=255 \
settings.colors.1.rgb.1=91 \
settings.colors.1.rgb.2=43 \
settings.colors.2.rgb.0=63 \
settings.colors.2.rgb.1=214 \
settings.colors.2.rgb.2=196 \
settings.colors.3.rgb.0=34 \
settings.colors.3.rgb.1=34 \
settings.colors.3.rgb.2=34{
"taskType": "imageInference",
"taskUUID": "0940b845-4e90-41cb-9fcb-d8896d7eed0b",
"model": "recraft:v4.1@0",
"positivePrompt": "Professional screen-print apparel graphic sheet for an independent urban skate shop merch drop, designed for a black cotton t-shirt or hoodie. Wide horizontal layout showing three print elements on one canvas: a large central back-print illustration of a cracked concrete underpass with a skateboarder silhouette doing a kickflip, rails, wheels, lightning arcs, grit texture, and halftone shadows; a small left-chest badge version at the left; a long sleeve wordmark at the right. Exact readable text: “UNDERPASS SKATE SUPPLY”, “SINCE 2012”, “KEEP ROLLING”. Bold vintage skate zine style, high-contrast vector-like screen print, distressed ink edges, limited 4-color palette, clean separations, no garment mockup, no photo realism, no extra words.",
"width": 1536,
"height": 768,
"settings": {
"backgroundColor": {
"rgb": [
12,
12,
12
]
},
"colors": [
{
"rgb": [
245,
239,
220
]
},
{
"rgb": [
255,
91,
43
]
},
{
"rgb": [
63,
214,
196
]
},
{
"rgb": [
34,
34,
34
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "0940b845-4e90-41cb-9fcb-d8896d7eed0b",
"imageUUID": "3f097afb-ffe5-40c0-90b2-e5330a15aa17",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/3f097afb-ffe5-40c0-90b2-e5330a15aa17.jpg",
"seed": 1885653030,
"cost": 0.035
}
Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame.
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.1@0',
positivePrompt: 'Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame.',
width: 1024,
height: 1024,
settings: {
backgroundColor: {
rgb: [
245,
241,
232
]
},
colors: [
{
rgb: [
245,
241,
232
]
},
{
rgb: [
214,
92,
62
]
},
{
rgb: [
34,
42,
58
]
},
{
rgb: [
103,
152,
171
]
},
{
rgb: [
217,
178,
74
]
}
]
}
})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.1@0",
"positivePrompt": "Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
},
"colors": [
{
"rgb": [
245,
241,
232
]
},
{
"rgb": [
214,
92,
62
]
},
{
"rgb": [
34,
42,
58
]
},
{
"rgb": [
103,
152,
171
]
},
{
"rgb": [
217,
178,
74
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "fbdf53d1-005d-496b-b14a-4e88ee18e705",
"model": "recraft:v4.1@0",
"positivePrompt": "Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
},
"colors": [
{
"rgb": [
245,
241,
232
]
},
{
"rgb": [
214,
92,
62
]
},
{
"rgb": [
34,
42,
58
]
},
{
"rgb": [
103,
152,
171
]
},
{
"rgb": [
217,
178,
74
]
}
]
}
}
]'runware run recraft:v4.1@0 \
positivePrompt="Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame." \
width=1024 \
height=1024 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=241 \
settings.backgroundColor.rgb.2=232 \
settings.colors.0.rgb.0=245 \
settings.colors.0.rgb.1=241 \
settings.colors.0.rgb.2=232 \
settings.colors.1.rgb.0=214 \
settings.colors.1.rgb.1=92 \
settings.colors.1.rgb.2=62 \
settings.colors.2.rgb.0=34 \
settings.colors.2.rgb.1=42 \
settings.colors.2.rgb.2=58 \
settings.colors.3.rgb.0=103 \
settings.colors.3.rgb.1=152 \
settings.colors.3.rgb.2=171 \
settings.colors.4.rgb.0=217 \
settings.colors.4.rgb.1=178 \
settings.colors.4.rgb.2=74{
"taskType": "imageInference",
"taskUUID": "fbdf53d1-005d-496b-b14a-4e88ee18e705",
"model": "recraft:v4.1@0",
"positivePrompt": "Design a polished square event poster for a boutique waterfront jazz festival. Cream paper background with a refined mid-century modern illustration: a small outdoor stage by the harbor at sunset, upright bass, saxophone, grand piano silhouettes, string lights, sailboats, subtle waves, and a warm crowd atmosphere. Use a limited palette of warm ivory, terracotta orange, deep navy, muted sea blue, and golden yellow. Strong editorial poster composition with clean negative space and premium print texture. Include crisp on-poster typography: large headline “SUNSET GROOVE JAZZ FEST”, subheading “AUGUST 16–18”, location “PIER 7 · CHARLESTON”, and footer “LIVE JAZZ · FOOD · WINE · LATE SETS”. Elegant bold serif headline paired with clean sans-serif details, centered layout, professional festival branding, no logos, no mockup frame.",
"width": 1024,
"height": 1024,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
},
"colors": [
{
"rgb": [
245,
241,
232
]
},
{
"rgb": [
214,
92,
62
]
},
{
"rgb": [
34,
42,
58
]
},
{
"rgb": [
103,
152,
171
]
},
{
"rgb": [
217,
178,
74
]
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "fbdf53d1-005d-496b-b14a-4e88ee18e705",
"imageUUID": "28761f40-ceeb-4e2c-8813-0b0d7e015720",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/28761f40-ceeb-4e2c-8813-0b0d7e015720.jpg",
"seed": 323133957,
"cost": 0.035
}