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
Skate Shop T-Shirt Graphic

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
]
}
]
}
}{
"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
}Biotech Founder Executive Portrait

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
]
}
]
}
}{
"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
}Patagonia Eco Lodge Travel Poster

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
]
}
}
}{
"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
}Boutique Jazz Festival Poster

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
]
}
]
}
}{
"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
}