Recraft V4 Pro Vector

Recraft V4 Pro Vector is an advanced vectorization model optimized for high-precision design production and brand asset creation. It generates scalable vectors with nuanced control over line quality, geometry simplification, fills, and color regions. The model is tailored for designers and creative teams seeking production-ready vector outputs for illustration, advertising, UI assets, and print layouts.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Closed-Loop Geothermal System Infographic
Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir. Use this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram. Art direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir.\n\nUse this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram.\n\nArt direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs.',
width: 2048,
height: 2048
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir.\n\nUse this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram.\n\nArt direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "a61dba35-eb9a-4376-9e68-5c8fce09e7fe",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir.\n\nUse this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram.\n\nArt direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@vector \
positivePrompt="Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir.
Use this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram.
Art direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs." \
width=2048 \
height=2048{
"taskType": "vectorize",
"taskUUID": "a61dba35-eb9a-4376-9e68-5c8fce09e7fe",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector infographic explaining a closed-loop geothermal power system for a clean-energy industry report. Use a dramatic geological cutaway as the central image: a compact power station at the surface above layered underground rock, with one sealed U-shaped pipe descending deep into hot granite. Show cool working fluid traveling downward in cyan and heated fluid returning upward in volcanic orange. At the surface, clearly connect the loop to a heat exchanger, turbine, generator, cooling unit, and simple transmission lines. Make the circulation direction immediately understandable through bold arrows and distinct color coding; do not depict fracking, groundwater extraction, or an open reservoir.\n\nUse this exact headline at the top: “CLOSED-LOOP GEOTHERMAL”. Add the concise subheading: “HEAT FROM DEEP ROCK — NO FRACKING”. Arrange five numbered callouts around the central cutaway with short, legible labels: “1 COOL FLUID DESCENDS”, “2 DEEP ROCK ADDS HEAT”, “3 HOT FLUID RETURNS”, “4 HEAT DRIVES TURBINE”, “5 ELECTRICITY JOINS THE GRID”. Include a compact bottom legend with a cyan line labeled “COOL LOOP” and an orange line labeled “HEATED LOOP”. Keep all lettering horizontal, correctly spelled, high contrast, and secondary to the diagram.\n\nArt direction: sophisticated editorial engineering graphic, crisp scalable vector construction, clearly defined geometric shapes, clean contours, intentional overlaps, simplified machinery, precise pipe routing, consistent medium-weight strokes, flat color regions, and restrained technical detailing. Show six or seven distinct geological strata using angular bands and sparse pattern symbols rather than realistic texture. Add small vector icons for heat, circulation, turbine rotation, and electricity. Use an asymmetric but balanced composition with the power station in the upper right, the U-loop dominating the center, and callout leaders aligned to a strict grid. Palette: near-black charcoal background, warm ivory rock layers, electric cyan, volcanic orange, muted clay red, and small acid-yellow highlights. High visual hierarchy, generous spacing, strong silhouette, print-ready clarity at both report-page and presentation scale. Cohesive standalone infographic, not a website, app interface, dashboard, screenshot, poster mockup, or photorealistic scene. No logos, brand names, decorative mascots, gradients, shadows, painterly effects, or tiny paragraphs.",
"width": 2048,
"height": 2048
}{
"taskType": "vectorize",
"taskUUID": "a61dba35-eb9a-4376-9e68-5c8fce09e7fe",
"imageUUID": "e4578a44-e4ab-42de-8094-374c45ed5fa1",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/e4578a44-e4ab-42de-8094-374c45ed5fa1.svg",
"cost": 0.3
}Deep-Sea Prosthetic Socket Wrap
Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture.',
width: 2048,
height: 2048
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "401653b4-f16b-4d5b-889f-173b5948f066",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@vector \
positivePrompt="Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture." \
width=2048 \
height=2048{
"taskType": "vectorize",
"taskUUID": "401653b4-f16b-4d5b-889f-173b5948f066",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished, print-ready flat vector illustration for a custom pediatric below-knee prosthetic socket wrap, designed for a young marine-science enthusiast. Depict a compact deep-sea research submersible as the focal point, slightly above center, descending through a lively hydrothermal vent ecosystem. Surround it with clearly recognizable giant tube worms, a giant isopod, a dumbo octopus, an anglerfish, mineral chimneys, rising bubble trails, and layered contour lines suggesting the ocean trench. Use sweeping currents and diagonal light beams to guide the eye around the composition while maintaining excellent readability when the artwork is wrapped around a curved socket. Sophisticated and adventurous rather than childish. Limit the design to crisp, closed vector shapes, smooth clean contours, intentional overlaps, simplified geometry, and seven flat spot colors: midnight navy, deep indigo, icy cyan, turquoise, fluorescent yellow, coral orange, and warm off-white. Use color blocking instead of gradients; suggest depth through nested silhouettes, scale changes, and overlapping layers. Keep essential focal details away from the outer trim margin, allow peripheral bubbles, currents, and rock forms to flow naturally through the edges, and make the left and right edges visually continuous for wrapping. Edge-to-edge square composition, balanced negative space, high contrast, production-friendly color regions, suitable for scalable SVG output and transfer-film printing. Flat artwork only, with no prosthetic limb mockup, no product photograph, no typography, no logo, no border, no drop shadows, and no photorealistic texture.",
"width": 2048,
"height": 2048
}{
"taskType": "vectorize",
"taskUUID": "401653b4-f16b-4d5b-889f-173b5948f066",
"imageUUID": "5c9490fa-0fea-46b5-aa11-2853d97ce6b9",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/5c9490fa-0fea-46b5-aa11-2853d97ce6b9.svg",
"cost": 0.3
}Urban Bat Roost Retrofit Explainer
Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path. Organize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.” Art direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path.\n\nOrganize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.”\n\nArt direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text.',
width: 2048,
height: 2048
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path.\n\nOrganize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.”\n\nArt direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "640186af-fa6a-4b92-a56a-15291307d473",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path.\n\nOrganize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.”\n\nArt direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@vector \
positivePrompt="Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path.
Organize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.”
Art direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text." \
width=2048 \
height=2048{
"taskType": "vectorize",
"taskUUID": "640186af-fa6a-4b92-a56a-15291307d473",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a production-ready square vector infographic titled “BAT-FRIENDLY FACADE RETROFIT,” designed for an urban ecology consultancy to brief architects and housing associations. The central visual is a large, precise axonometric cutaway of a renovated three-story brick apartment facade at dusk, showing an integrated bat brick and the concealed vertical roost chamber behind the outer masonry. Make the wall construction easy to understand through separated layers: outer brick, narrow entrance slot, rough internal landing surface, insulated cavity, roost chamber, and interior wall. Show three small pipistrelle bat silhouettes approaching along a clear curved flight path.\n\nOrganize the information around the cutaway with four numbered callouts connected by clean leader lines: “1 HIGH POSITION — 4 m+ above ground,” “2 CLEAR APPROACH — no branches or cables,” “3 DARK CORRIDOR — shield from direct lighting,” and “4 WARM ASPECT — south or east where appropriate.” Include a compact magnified detail circle showing the narrow entrance slot and textured gripping surface. Add a simple comparison panel at lower left with two miniature facade elevations labeled “GOOD” and “AVOID”: GOOD shows a high unobstructed roost entrance in shadow; AVOID shows a low entrance beside a bright wall lamp and dense branches. Add a restrained seasonal strip along the bottom labeled “SPRING ARRIVAL,” “SUMMER NURSERY,” “AUTUMN ACTIVITY,” and “WINTER QUIET,” using tiny bat and roost pictograms rather than decorative scenes. Include one short footer note: “Survey, specification and timing should follow local ecology guidance.”\n\nArt direction: contemporary architectural field-guide graphic with Swiss information-design discipline and a slightly nocturnal mood. Use a pale cool-lilac background, deep midnight navy contours, burnt terracotta masonry, muted concrete gray, and sharp acid-chartreuse highlights only for numbered markers, flight paths, and recommended features. Strong square composition, generous margins, clear hierarchy, consistent line weights, flat color regions, crisp geometric shapes, intentional overlaps, simplified masonry patterns, rounded callout capsules, highly legible sans-serif lettering, and excellent contrast. Keep every contour closed and every color area clean for scalable SVG output. No gradients, no photorealism, no painterly texture, no shadows that blur edges, no 3D rendering, no app interface, no mockup, no logos, no branding, no decorative border, and no extraneous text.",
"width": 2048,
"height": 2048
}{
"taskType": "vectorize",
"taskUUID": "640186af-fa6a-4b92-a56a-15291307d473",
"imageUUID": "d7a09c08-2bbd-484a-978e-b0530a52a976",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/4/ii/d7a09c08-2bbd-484a-978e-b0530a52a976.svg",
"cost": 0.3
}Koji Starter Culture Pouch Label
Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording. Art direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data. Use a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism. Typography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording.\n\nArt direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data.\n\nUse a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism.\n\nTypography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging.',
width: 2048,
height: 2048
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording.\n\nArt direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data.\n\nUse a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism.\n\nTypography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging.",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "1df1feb0-2b15-4afd-a4ab-397049c8c00e",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording.\n\nArt direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data.\n\nUse a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism.\n\nTypography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging.",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4-pro@vector \
positivePrompt="Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording.
Art direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data.
Use a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism.
Typography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging." \
width=2048 \
height=2048{
"taskType": "vectorize",
"taskUUID": "1df1feb0-2b15-4afd-a4ab-397049c8c00e",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a finished square vector label for a premium rice koji starter culture pouch, presented as flat edge-to-edge print artwork with no package mockup, photography, shadows, hands, or surrounding scene. Brand name: “KIN KŌJI”. Product name: “RICE KOJI STARTER”. Supporting copy: “Aspergillus oryzae”, “For miso, amazake & shio koji”, and “NET WT 20 g”. Use only this wording.\n\nArt direction: avant-garde microbiology field guide meets contemporary Japanese food packaging. Build an asymmetrical but balanced composition around one oversized ivory rice grain crossing the center diagonally. Show the grain transforming into a branching koji bloom: clean coral and mint hyphae, rounded spores, small cellular nodes, and simplified microscopic structures radiating outward in controlled layers. Integrate several cropped rice-grain silhouettes at the edges, thin measurement ticks, specimen numbers, fermentation-stage dots, and restrained geometric annotations as decorative visual language rather than dense scientific data.\n\nUse a deep aubergine background with warm rice-ivory, sulfur yellow, vivid coral, and cool mint color regions. Give the illustration sharply defined shapes, clean contours, smooth curves, intentional overlaps, consistent line weights, minimal anchor-point complexity, and crisp negative space suitable for scalable SVG output and spot-color printing. No gradients, texture, distressing, painterly effects, transparency, or photorealism.\n\nTypography should be bold, legible, and fully integrated into the label: large condensed uppercase “KIN KŌJI” aligned vertically along the left edge; “RICE KOJI STARTER” in a compact horizontal block near the upper right; supporting copy in a small orderly technical sans serif along the bottom. Use clear hierarchy and generous spacing. Keep all required wording inside a safe print margin. Contemporary, precise, cultured, energetic, and credible as real specialty fermentation packaging.",
"width": 2048,
"height": 2048
}{
"taskType": "vectorize",
"taskUUID": "1df1feb0-2b15-4afd-a4ab-397049c8c00e",
"imageUUID": "3b929d70-544a-4ea8-b9da-bcfa9d9b579c",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/3b929d70-544a-4ea8-b9da-bcfa9d9b579c.svg",
"cost": 0.3
}Art Deco Citrus Emblem
A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
colors: [
{
rgb: [
240,
122,
32
]
},
{
rgb: [
255,
196,
60
]
},
{
rgb: [
24,
88,
68
]
},
{
rgb: [
12,
34,
52
]
},
{
rgb: [
248,
241,
227
]
}
],
backgroundColor: {
rgb: [
248,
241,
227
]
}
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
240,
122,
32
]
},
{
"rgb": [
255,
196,
60
]
},
{
"rgb": [
24,
88,
68
]
},
{
"rgb": [
12,
34,
52
]
},
{
"rgb": [
248,
241,
227
]
}
],
"backgroundColor": {
"rgb": [
248,
241,
227
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "f9b43848-50b8-41bb-a001-2bf7d0bef0cd",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
240,
122,
32
]
},
{
"rgb": [
255,
196,
60
]
},
{
"rgb": [
24,
88,
68
]
},
{
"rgb": [
12,
34,
52
]
},
{
"rgb": [
248,
241,
227
]
}
],
"backgroundColor": {
"rgb": [
248,
241,
227
]
}
}
}
}
]'runware run recraft:v4-pro@vector \
positivePrompt="A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism" \
width=2048 \
height=2048 \
providerSettings.recraft.colors.0.rgb.0=240 \
providerSettings.recraft.colors.0.rgb.1=122 \
providerSettings.recraft.colors.0.rgb.2=32 \
providerSettings.recraft.colors.1.rgb.0=255 \
providerSettings.recraft.colors.1.rgb.1=196 \
providerSettings.recraft.colors.1.rgb.2=60 \
providerSettings.recraft.colors.2.rgb.0=24 \
providerSettings.recraft.colors.2.rgb.1=88 \
providerSettings.recraft.colors.2.rgb.2=68 \
providerSettings.recraft.colors.3.rgb.0=12 \
providerSettings.recraft.colors.3.rgb.1=34 \
providerSettings.recraft.colors.3.rgb.2=52 \
providerSettings.recraft.colors.4.rgb.0=248 \
providerSettings.recraft.colors.4.rgb.1=241 \
providerSettings.recraft.colors.4.rgb.2=227 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=241 \
providerSettings.recraft.backgroundColor.rgb.2=227{
"taskType": "vectorize",
"taskUUID": "f9b43848-50b8-41bb-a001-2bf7d0bef0cd",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A refined vector emblem for a fictional sparkling citrus soda brand: a stylized sliced orange merged with a radiant sunburst, elegant Art Deco geometry, symmetrical badge composition, bold flat shapes, precise contour lines, minimal shading, premium packaging graphic, scalable logo-like illustration, decorative border details, clean negative space, sophisticated retro-futurist flair, highly polished commercial design, centered composition, no text, no mockup, no photorealism",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
240,
122,
32
]
},
{
"rgb": [
255,
196,
60
]
},
{
"rgb": [
24,
88,
68
]
},
{
"rgb": [
12,
34,
52
]
},
{
"rgb": [
248,
241,
227
]
}
],
"backgroundColor": {
"rgb": [
248,
241,
227
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "f9b43848-50b8-41bb-a001-2bf7d0bef0cd",
"imageUUID": "bc5bdc5d-c86b-4a3c-b700-e931051d4251",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/bc5bdc5d-c86b-4a3c-b700-e931051d4251.svg",
"cost": 0.3
}Memphis Koi Badge System
Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
backgroundColor: {
rgb: [
248,
244,
236
]
},
colors: [
{
rgb: [
232,
94,
58
]
},
{
rgb: [
34,
87,
122
]
},
{
rgb: [
245,
196,
67
]
},
{
rgb: [
28,
33,
41
]
},
{
rgb: [
116,
185,
160
]
}
]
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
248,
244,
236
]
},
"colors": [
{
"rgb": [
232,
94,
58
]
},
{
"rgb": [
34,
87,
122
]
},
{
"rgb": [
245,
196,
67
]
},
{
"rgb": [
28,
33,
41
]
},
{
"rgb": [
116,
185,
160
]
}
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "f4eaa860-fcbc-422c-b0e0-59be2abf4519",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
248,
244,
236
]
},
"colors": [
{
"rgb": [
232,
94,
58
]
},
{
"rgb": [
34,
87,
122
]
},
{
"rgb": [
245,
196,
67
]
},
{
"rgb": [
28,
33,
41
]
},
{
"rgb": [
116,
185,
160
]
}
]
}
}
}
]'runware run recraft:v4-pro@vector \
positivePrompt="Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions." \
width=2048 \
height=2048 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=244 \
providerSettings.recraft.backgroundColor.rgb.2=236 \
providerSettings.recraft.colors.0.rgb.0=232 \
providerSettings.recraft.colors.0.rgb.1=94 \
providerSettings.recraft.colors.0.rgb.2=58 \
providerSettings.recraft.colors.1.rgb.0=34 \
providerSettings.recraft.colors.1.rgb.1=87 \
providerSettings.recraft.colors.1.rgb.2=122 \
providerSettings.recraft.colors.2.rgb.0=245 \
providerSettings.recraft.colors.2.rgb.1=196 \
providerSettings.recraft.colors.2.rgb.2=67 \
providerSettings.recraft.colors.3.rgb.0=28 \
providerSettings.recraft.colors.3.rgb.1=33 \
providerSettings.recraft.colors.3.rgb.2=41 \
providerSettings.recraft.colors.4.rgb.0=116 \
providerSettings.recraft.colors.4.rgb.1=185 \
providerSettings.recraft.colors.4.rgb.2=160{
"taskType": "vectorize",
"taskUUID": "f4eaa860-fcbc-422c-b0e0-59be2abf4519",
"model": "recraft:v4-pro@vector",
"positivePrompt": "Create a clean scalable vector illustration for a premium stationery brand identity. Central subject: a stylized koi fish formed from bold geometric shapes, concentric fins, checker accents, dots, arcs, and asymmetric confetti motifs. Design language: contemporary Memphis-inspired vector branding, polished and minimal, balanced negative space, precise bezier-like curves, uniform line discipline, flat color blocking, no textures, no gradients, no photographic detail. Composition should feel like a versatile badge or packaging mark, centered with decorative secondary elements orbiting the fish in a tidy radial arrangement. Mood: upbeat, clever, design-forward, collectible. Emphasize crisp edges, simplified geometry, excellent silhouette readability, and print-friendly separation of color regions.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"backgroundColor": {
"rgb": [
248,
244,
236
]
},
"colors": [
{
"rgb": [
232,
94,
58
]
},
{
"rgb": [
34,
87,
122
]
},
{
"rgb": [
245,
196,
67
]
},
{
"rgb": [
28,
33,
41
]
},
{
"rgb": [
116,
185,
160
]
}
]
}
}
}{
"taskType": "vectorize",
"taskUUID": "f4eaa860-fcbc-422c-b0e0-59be2abf4519",
"imageUUID": "99ffaf99-dd69-439f-9c4e-d8047e67211f",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/99ffaf99-dd69-439f-9c4e-d8047e67211f.svg",
"cost": 0.3
}Playful Orchard Harvest Icons
A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
colors: [
{
rgb: [
92,
126,
79
]
},
{
rgb: [
214,
167,
92
]
},
{
rgb: [
137,
70,
86
]
},
{
rgb: [
242,
198,
170
]
},
{
rgb: [
74,
54,
49
]
}
],
backgroundColor: {
rgb: [
248,
243,
232
]
}
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
92,
126,
79
]
},
{
"rgb": [
214,
167,
92
]
},
{
"rgb": [
137,
70,
86
]
},
{
"rgb": [
242,
198,
170
]
},
{
"rgb": [
74,
54,
49
]
}
],
"backgroundColor": {
"rgb": [
248,
243,
232
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "85343ebb-9fde-43d2-bb21-70752a172ac3",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
92,
126,
79
]
},
{
"rgb": [
214,
167,
92
]
},
{
"rgb": [
137,
70,
86
]
},
{
"rgb": [
242,
198,
170
]
},
{
"rgb": [
74,
54,
49
]
}
],
"backgroundColor": {
"rgb": [
248,
243,
232
]
}
}
}
}
]'runware run recraft:v4-pro@vector \
positivePrompt="A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look." \
width=2048 \
height=2048 \
providerSettings.recraft.colors.0.rgb.0=92 \
providerSettings.recraft.colors.0.rgb.1=126 \
providerSettings.recraft.colors.0.rgb.2=79 \
providerSettings.recraft.colors.1.rgb.0=214 \
providerSettings.recraft.colors.1.rgb.1=167 \
providerSettings.recraft.colors.1.rgb.2=92 \
providerSettings.recraft.colors.2.rgb.0=137 \
providerSettings.recraft.colors.2.rgb.1=70 \
providerSettings.recraft.colors.2.rgb.2=86 \
providerSettings.recraft.colors.3.rgb.0=242 \
providerSettings.recraft.colors.3.rgb.1=198 \
providerSettings.recraft.colors.3.rgb.2=170 \
providerSettings.recraft.colors.4.rgb.0=74 \
providerSettings.recraft.colors.4.rgb.1=54 \
providerSettings.recraft.colors.4.rgb.2=49 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=243 \
providerSettings.recraft.backgroundColor.rgb.2=232{
"taskType": "vectorize",
"taskUUID": "85343ebb-9fde-43d2-bb21-70752a172ac3",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector illustration sheet featuring a whimsical orchard harvest theme: sliced pear, fig, plum, apricot, wicker basket, garden shears, striped jam jar label, leaf clusters, small blossoms, and curling ribbons arranged in a balanced modular composition. Flat fills, crisp contours, simplified geometry, subtle layered shapes, strong negative space, boutique grocery branding aesthetic, cheerful and refined, highly legible scalable design, premium packaging graphic style, no photorealism, no texture noise, clean production-ready vector look.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
92,
126,
79
]
},
{
"rgb": [
214,
167,
92
]
},
{
"rgb": [
137,
70,
86
]
},
{
"rgb": [
242,
198,
170
]
},
{
"rgb": [
74,
54,
49
]
}
],
"backgroundColor": {
"rgb": [
248,
243,
232
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "85343ebb-9fde-43d2-bb21-70752a172ac3",
"imageUUID": "cd31a1f6-8db4-4de3-b18e-3dfc0a7b3793",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/cd31a1f6-8db4-4de3-b18e-3dfc0a7b3793.svg",
"cost": 0.3
}Midcentury Tea Tin Mascot
A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4-pro@vector',
positivePrompt: 'A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.',
width: 2048,
height: 2048,
providerSettings: {
recraft: {
colors: [
{
rgb: [
216,
92,
54
]
},
{
rgb: [
44,
98,
74
]
},
{
rgb: [
238,
196,
92
]
},
{
rgb: [
34,
44,
60
]
},
{
rgb: [
248,
240,
226
]
}
],
backgroundColor: {
rgb: [
248,
240,
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-pro@vector",
"positivePrompt": "A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
216,
92,
54
]
},
{
"rgb": [
44,
98,
74
]
},
{
"rgb": [
238,
196,
92
]
},
{
"rgb": [
34,
44,
60
]
},
{
"rgb": [
248,
240,
226
]
}
],
"backgroundColor": {
"rgb": [
248,
240,
226
]
}
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "vectorize",
"taskUUID": "6c1a7e42-2c3e-4a40-9893-3f71518591f0",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
216,
92,
54
]
},
{
"rgb": [
44,
98,
74
]
},
{
"rgb": [
238,
196,
92
]
},
{
"rgb": [
34,
44,
60
]
},
{
"rgb": [
248,
240,
226
]
}
],
"backgroundColor": {
"rgb": [
248,
240,
226
]
}
}
}
}
]'runware run recraft:v4-pro@vector \
positivePrompt="A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details." \
width=2048 \
height=2048 \
providerSettings.recraft.colors.0.rgb.0=216 \
providerSettings.recraft.colors.0.rgb.1=92 \
providerSettings.recraft.colors.0.rgb.2=54 \
providerSettings.recraft.colors.1.rgb.0=44 \
providerSettings.recraft.colors.1.rgb.1=98 \
providerSettings.recraft.colors.1.rgb.2=74 \
providerSettings.recraft.colors.2.rgb.0=238 \
providerSettings.recraft.colors.2.rgb.1=196 \
providerSettings.recraft.colors.2.rgb.2=92 \
providerSettings.recraft.colors.3.rgb.0=34 \
providerSettings.recraft.colors.3.rgb.1=44 \
providerSettings.recraft.colors.3.rgb.2=60 \
providerSettings.recraft.colors.4.rgb.0=248 \
providerSettings.recraft.colors.4.rgb.1=240 \
providerSettings.recraft.colors.4.rgb.2=226 \
providerSettings.recraft.backgroundColor.rgb.0=248 \
providerSettings.recraft.backgroundColor.rgb.1=240 \
providerSettings.recraft.backgroundColor.rgb.2=226{
"taskType": "vectorize",
"taskUUID": "6c1a7e42-2c3e-4a40-9893-3f71518591f0",
"model": "recraft:v4-pro@vector",
"positivePrompt": "A polished vector-style packaging illustration for a premium tea brand: a cheerful red panda mascot balancing on an ornate tea tin, surrounded by stylized citrus slices, curling steam motifs, tea leaves, and geometric floral accents. Midcentury-inspired commercial design, bold clean outlines, flat layered shapes, elegant negative space, precise symmetry, scalable logo-friendly composition, highly legible silhouette, decorative label elements, refined print-ready vector aesthetic, no photorealism, no texture noise, no messy details.",
"width": 2048,
"height": 2048,
"providerSettings": {
"recraft": {
"colors": [
{
"rgb": [
216,
92,
54
]
},
{
"rgb": [
44,
98,
74
]
},
{
"rgb": [
238,
196,
92
]
},
{
"rgb": [
34,
44,
60
]
},
{
"rgb": [
248,
240,
226
]
}
],
"backgroundColor": {
"rgb": [
248,
240,
226
]
}
}
}
}{
"taskType": "vectorize",
"taskUUID": "6c1a7e42-2c3e-4a40-9893-3f71518591f0",
"imageUUID": "daba6f94-759d-4009-954d-e345a86416ab",
"imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/daba6f94-759d-4009-954d-e345a86416ab.svg",
"cost": 0.3
}