live
MODEL IDrecraft:v4.1-utility@0

Recraft V4.1 Utility

Recraft
by

Recraft V4.1 Utility is the controlled-output raster model in the Recraft V4.1 family. It is designed for cases where predictability matters more than art direction, with flatter lighting, front-facing composition, and simpler scenes that make it a strong fit for product shots, icons, e-commerce imagery, and other clean commercial visuals.

Recraft V4.1 Utility

text-to-image

Urban Beekeeper Personal Brand Portrait$0.035~10s
Urban Beekeeper Personal Brand Portrait

Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border.

Try in Playground
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-utility@0',
  positivePrompt: 'Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border.',
  width: 1024,
  height: 1024
})
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-utility@0",
            "positivePrompt": "Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border.",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "8c201f07-f20e-490b-9b7f-cdf94babaeab",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "8c201f07-f20e-490b-9b7f-cdf94babaeab",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "Commercial personal-branding photoshoot of a confident Black woman in her early 40s who runs an urban beekeeping consultancy, standing on a clean city rooftop apiary. Front-facing three-quarter portrait, subject centered and looking directly into the camera with a calm, capable expression. She wears a tailored saffron-yellow beekeeping jacket with the protective veil folded neatly behind her shoulders, dark indigo work trousers, and tan leather gloves tucked into one hand. Natural hair in a short sculpted twist style, understated gold stud earrings, realistic skin texture. Two simple matte-white beehive boxes sit behind her at different distances, with a softly defined brick skyline and pale overcast sky; restrained scene with generous negative space and no visual clutter. Diffused daylight with a subtle warm reflector, even flattering illumination, crisp facial detail, clean commercial photography, controlled depth of field, sophisticated palette of saffron, indigo, warm white, charcoal, and muted brick red. Strong geometric composition suitable for a founder profile, editorial feature, press kit, or social avatar. Photorealistic, polished, approachable, credible, contemporary. No text, logos, labels, watermark, extra people, or decorative border.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "8c201f07-f20e-490b-9b7f-cdf94babaeab",
  "imageUUID": "56d437d9-6cac-4cb6-bcf5-dc2127ee9c65",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/56d437d9-6cac-4cb6-bcf5-dc2127ee9c65.jpg",
  "seed": 1558459044,
  "cost": 0.035
}

text-to-image

Oceanographic Vessel Launch Invitation$0.035~12s
Oceanographic Vessel Launch Invitation

Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene.

Try in Playground
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-utility@0',
  positivePrompt: 'Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene.',
  width: 1024,
  height: 1024
})
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-utility@0",
            "positivePrompt": "Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene.",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "a006b9db-3917-4c9f-a4ed-78fac31a77ec",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "a006b9db-3917-4c9f-a4ed-78fac31a77ec",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "Create a polished square invitation for an oceanographic research vessel christening, presented as a finished flat graphic rather than a photographed card or mockup. Precise modern maritime art direction with a clean, front-facing composition. Center a simplified technical side-profile illustration of a white research vessel with antenna masts, compact cranes, bridge windows, and an orange hull stripe, floating on three crisp horizontal wave lines. Surround it with restrained bathymetric contour lines, tiny coordinate ticks, and a thin double-line border inspired by nautical charts. Use flat colors, sharp geometric forms, generous negative space, and highly legible typography. Palette: deep ink navy, warm off-white, pale sea cyan, and safety orange accents. Formal yet optimistic mood, suitable for a marine science institute. Set the following exact copy with clear hierarchy: “YOU’RE INVITED” at the top in small spaced capitals; “RSV TIDELINE” as the large main title; “RESEARCH VESSEL LAUNCH” beneath it; then “SATURDAY · 18 OCTOBER · 10:30 AM”; “PIER 7 · NORTH HARBOR”; “CHRISTENING · DECK TOUR · LIGHT LUNCH”; and “RSVP BY 4 OCTOBER” at the bottom. Keep every word correctly spelled, evenly aligned, and easy to read. No logos, no QR code, no envelope, no hands, no tabletop, no shadows, no photographic scene.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "a006b9db-3917-4c9f-a4ed-78fac31a77ec",
  "imageUUID": "6a9d15a3-8ea6-410b-9d97-695746a51847",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/6a9d15a3-8ea6-410b-9d97-695746a51847.jpg",
  "seed": 1810888663,
  "cost": 0.035
}

text-to-image

Crop Insurance Social Campaign Visual$0.035~12s
Crop Insurance Social Campaign Visual

Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark.

Try in Playground
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-utility@0',
  positivePrompt: 'Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark.',
  width: 1024,
  height: 1024
})
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-utility@0",
            "positivePrompt": "Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark.",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "61a664db-e3a7-4bd2-9f89-c3c08eecaa92",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "61a664db-e3a7-4bd2-9f89-c3c08eecaa92",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "Polished square advertising campaign key visual for agricultural crop insurance. A single healthy sunflower with vivid golden petals and crisp green leaves grows from a neat circular patch of rich dark soil, centered in the lower half of the composition. The flower is protected beneath a transparent hemispherical shield rendered like clear glass, with a subtle warm golden rim. Outside the shield, a severe hailstorm strikes diagonally: sharp white hailstones and cold rain visibly bounce and deflect away from the dome. Inside, the sunflower remains dry, upright, warmly illuminated, and completely intact. Deep storm-navy background with controlled icy blue highlights, bright sunflower yellow as the focal accent, restrained premium palette. Front-facing symmetrical composition, simple scene, crisp silhouette, flatter commercial lighting, realistic materials, high-end photographic compositing, precise edges, subtle ground shadow, strong graphic-design appeal. Generous uncluttered negative space across the upper third for campaign copy placement. Image-only unbranded advertising artwork without typography, logos, labels, borders, interface elements, or watermark.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "61a664db-e3a7-4bd2-9f89-c3c08eecaa92",
  "imageUUID": "0248d0b1-d49e-48d4-a4fd-107eaed2de32",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/0248d0b1-d49e-48d4-a4fd-107eaed2de32.jpg",
  "seed": 270837270,
  "cost": 0.035
}

text-to-image

Pipe Organ Craft Journal Cover$0.035~17s
Pipe Organ Craft Journal Cover

Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy.

Try in Playground
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-utility@0',
  positivePrompt: 'Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy.',
  width: 1024,
  height: 1024
})
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-utility@0",
            "positivePrompt": "Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy.",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "f1c416bc-1cfa-4a72-a38f-f60bf3d33bf4",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy.",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy." \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "f1c416bc-1cfa-4a72-a38f-f60bf3d33bf4",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "Create a finished square magazine cover for an independent specialist journal about contemporary pipe-organ building and conservation. Front-facing, symmetrical composition featuring a precise geometric arrangement of polished organ pipes in varied lengths, simplified into bold architectural forms. Integrate subtle technical cutaway details, small tuning slots, pipe mouths, measurement ticks, and thin drafting lines without making the design busy. Swiss modernist editorial art direction with the tactile character of screen printing and cut-paper collage. Restricted palette of deep oxblood red, warm parchment, electric cobalt blue, charcoal black, and restrained brass accents. Flat even lighting, crisp edges, minimal depth, strong negative space, immaculate print-design finish. At the top, set the large clearly legible masthead: “REGISTER”. Beneath it, smaller clean sans-serif text: “PIPE ORGAN CRAFT”. Add the compact issue marker “ISSUE 07” in one corner. Typography must feel intentional, aligned to a strict grid, and integrated with the pipe geometry. Quiet, rigorous, cultured mood; contemporary rather than ecclesiastical. The image is the standalone cover artwork itself, edge to edge, not a photographed magazine, not a mockup, no hands, no table, no room scene, no barcode, no extra copy.",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "f1c416bc-1cfa-4a72-a38f-f60bf3d33bf4",
  "imageUUID": "336c6fe3-e6ad-4fcc-9f04-50666808f02a",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/336c6fe3-e6ad-4fcc-9f04-50666808f02a.jpg",
  "seed": 398596961,
  "cost": 0.035
}
Pastel Roller Skate Packshot
Pastel Roller Skate Packshot

A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding

Try in Playground
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-utility@0',
  positivePrompt: 'A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding',
  width: 1024,
  height: 1024,
  settings: {
    backgroundColor: {
      rgb: [
        245,
        242,
        236
      ]
    }
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "recraft:v4.1-utility@0",
            "positivePrompt": "A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding",
            "width": 1024,
            "height": 1024,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        245,
                        242,
                        236
                    ]
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "b14fdca2-5979-4e22-8742-bce852f73d5f",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding",
      "width": 1024,
      "height": 1024,
      "settings": {
        "backgroundColor": {
          "rgb": [
            245,
            242,
            236
          ]
        }
      }
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding" \
  width=1024 \
  height=1024 \
  settings.backgroundColor.rgb.0=245 \
  settings.backgroundColor.rgb.1=242 \
  settings.backgroundColor.rgb.2=236
{
  "taskType": "imageInference",
  "taskUUID": "b14fdca2-5979-4e22-8742-bce852f73d5f",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "A single pastel roller skate centered in a front-facing studio packshot, high-top quad skate with cream laces, soft mint leather boot, coral wheels, polished silver trucks, subtle stitching details, isolated composition, crisp edges, smooth matte finish, minimal shadow directly beneath, clean commercial product photography look, flat even lighting, plain warm off-white background, simple elegant styling, highly legible silhouette, no extra objects, no text, no branding",
  "width": 1024,
  "height": 1024,
  "settings": {
    "backgroundColor": {
      "rgb": [
        245,
        242,
        236
      ]
    }
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "b14fdca2-5979-4e22-8742-bce852f73d5f",
  "imageUUID": "9c5ce92d-6932-4421-9af5-ec434e82e676",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/9c5ce92d-6932-4421-9af5-ec434e82e676.jpg",
  "seed": 1409613779,
  "cost": 0.04
}
Front-Facing Bento Lunchbox Set
Front-Facing Bento Lunchbox Set

A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter.

Try in Playground
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-utility@0',
  positivePrompt: 'A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter.',
  width: 1024,
  height: 1024,
  settings: {
    backgroundColor: {
      rgb: [
        245,
        242,
        235
      ]
    },
    colors: [
      {
        rgb: [
          168,
          196,
          176
        ]
      },
      {
        rgb: [
          232,
          214,
          193
        ]
      },
      {
        rgb: [
          90,
          104,
          98
        ]
      },
      {
        rgb: [
          246,
          242,
          234
        ]
      }
    ]
  }
})
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-utility@0",
            "positivePrompt": "A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter.",
            "width": 1024,
            "height": 1024,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        245,
                        242,
                        235
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            168,
                            196,
                            176
                        ]
                    },
                    {
                        "rgb": [
                            232,
                            214,
                            193
                        ]
                    },
                    {
                        "rgb": [
                            90,
                            104,
                            98
                        ]
                    },
                    {
                        "rgb": [
                            246,
                            242,
                            234
                        ]
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "3661e73d-b223-49b2-85f0-91b1dc5e72c9",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter.",
      "width": 1024,
      "height": 1024,
      "settings": {
        "backgroundColor": {
          "rgb": [
            245,
            242,
            235
          ]
        },
        "colors": [
          {
            "rgb": [
              168,
              196,
              176
            ]
          },
          {
            "rgb": [
              232,
              214,
              193
            ]
          },
          {
            "rgb": [
              90,
              104,
              98
            ]
          },
          {
            "rgb": [
              246,
              242,
              234
            ]
          }
        ]
      }
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter." \
  width=1024 \
  height=1024 \
  settings.backgroundColor.rgb.0=245 \
  settings.backgroundColor.rgb.1=242 \
  settings.backgroundColor.rgb.2=235 \
  settings.colors.0.rgb.0=168 \
  settings.colors.0.rgb.1=196 \
  settings.colors.0.rgb.2=176 \
  settings.colors.1.rgb.0=232 \
  settings.colors.1.rgb.1=214 \
  settings.colors.1.rgb.2=193 \
  settings.colors.2.rgb.0=90 \
  settings.colors.2.rgb.1=104 \
  settings.colors.2.rgb.2=98 \
  settings.colors.3.rgb.0=246 \
  settings.colors.3.rgb.1=242 \
  settings.colors.3.rgb.2=234
{
  "taskType": "imageInference",
  "taskUUID": "3661e73d-b223-49b2-85f0-91b1dc5e72c9",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "A clean e-commerce style product image of a front-facing bento lunchbox set centered in frame: a pastel sage rectangular lunchbox with rounded corners, matching utensil case, compact sauce container, and folded napkin arranged neatly beside it. Simple studio setup, flat even lighting, crisp edges, minimal soft shadow, plain background, highly legible shapes, modern family-friendly packaging aesthetic, understated premium retail look, realistic materials, tidy composition, no text, no logo, no people, no clutter.",
  "width": 1024,
  "height": 1024,
  "settings": {
    "backgroundColor": {
      "rgb": [
        245,
        242,
        235
      ]
    },
    "colors": [
      {
        "rgb": [
          168,
          196,
          176
        ]
      },
      {
        "rgb": [
          232,
          214,
          193
        ]
      },
      {
        "rgb": [
          90,
          104,
          98
        ]
      },
      {
        "rgb": [
          246,
          242,
          234
        ]
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3661e73d-b223-49b2-85f0-91b1dc5e72c9",
  "imageUUID": "08b0ee74-3fe3-48f2-abf1-cf6e3965aab9",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/08b0ee74-3fe3-48f2-abf1-cf6e3965aab9.jpg",
  "seed": 1162249045,
  "cost": 0.04
}
Ceramic Humidifier Product Display
Ceramic Humidifier Product Display

A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic

Try in Playground
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-utility@0',
  positivePrompt: 'A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic',
  width: 1024,
  height: 1024
})
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-utility@0",
            "positivePrompt": "A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic",
            "width": 1024,
            "height": 1024
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "667f259f-71a9-4bfc-a6db-02476031a886",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic",
      "width": 1024,
      "height": 1024
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic" \
  width=1024 \
  height=1024
{
  "taskType": "imageInference",
  "taskUUID": "667f259f-71a9-4bfc-a6db-02476031a886",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "A matte ceramic tabletop humidifier centered in a clean front-facing product display, soft oval shape, tiny brass indicator button, narrow vapor outlet on top, placed on a seamless pale gray background, subtle grounded shadow, flat even studio lighting, crisp edges, minimal commercial catalog styling, highly legible silhouette, realistic materials, no extra objects, no text, no branding, no packaging, simple modern home appliance aesthetic",
  "width": 1024,
  "height": 1024
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "667f259f-71a9-4bfc-a6db-02476031a886",
  "imageUUID": "5ed70f5a-76a4-4388-a6da-162528080d92",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/5ed70f5a-76a4-4388-a6da-162528080d92.jpg",
  "seed": 616320722,
  "cost": 0.04
}
Minimalist Citrus Beverage Packshot
Minimalist Citrus Beverage Packshot

A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation

Try in Playground
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-utility@0',
  positivePrompt: 'A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation',
  width: 1024,
  height: 1024,
  settings: {
    backgroundColor: {
      rgb: [
        245,
        240,
        230
      ]
    },
    colors: [
      {
        rgb: [
          245,
          240,
          230
        ]
      },
      {
        rgb: [
          232,
          196,
          62
        ]
      },
      {
        rgb: [
          74,
          128,
          92
        ]
      },
      {
        rgb: [
          214,
          214,
          214
        ]
      }
    ]
  }
})
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-utility@0",
            "positivePrompt": "A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation",
            "width": 1024,
            "height": 1024,
            "settings": {
                "backgroundColor": {
                    "rgb": [
                        245,
                        240,
                        230
                    ]
                },
                "colors": [
                    {
                        "rgb": [
                            245,
                            240,
                            230
                        ]
                    },
                    {
                        "rgb": [
                            232,
                            196,
                            62
                        ]
                    },
                    {
                        "rgb": [
                            74,
                            128,
                            92
                        ]
                    },
                    {
                        "rgb": [
                            214,
                            214,
                            214
                        ]
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "93c6eaa3-acb4-431d-96e9-e19dfab1f5cd",
      "model": "recraft:v4.1-utility@0",
      "positivePrompt": "A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation",
      "width": 1024,
      "height": 1024,
      "settings": {
        "backgroundColor": {
          "rgb": [
            245,
            240,
            230
          ]
        },
        "colors": [
          {
            "rgb": [
              245,
              240,
              230
            ]
          },
          {
            "rgb": [
              232,
              196,
              62
            ]
          },
          {
            "rgb": [
              74,
              128,
              92
            ]
          },
          {
            "rgb": [
              214,
              214,
              214
            ]
          }
        ]
      }
    }
  ]'
runware run recraft:v4.1-utility@0 \
  positivePrompt="A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation" \
  width=1024 \
  height=1024 \
  settings.backgroundColor.rgb.0=245 \
  settings.backgroundColor.rgb.1=240 \
  settings.backgroundColor.rgb.2=230 \
  settings.colors.0.rgb.0=245 \
  settings.colors.0.rgb.1=240 \
  settings.colors.0.rgb.2=230 \
  settings.colors.1.rgb.0=232 \
  settings.colors.1.rgb.1=196 \
  settings.colors.1.rgb.2=62 \
  settings.colors.2.rgb.0=74 \
  settings.colors.2.rgb.1=128 \
  settings.colors.2.rgb.2=92 \
  settings.colors.3.rgb.0=214 \
  settings.colors.3.rgb.1=214 \
  settings.colors.3.rgb.2=214
{
  "taskType": "imageInference",
  "taskUUID": "93c6eaa3-acb4-431d-96e9-e19dfab1f5cd",
  "model": "recraft:v4.1-utility@0",
  "positivePrompt": "A sleek canned sparkling yuzu drink centered and front-facing on a smooth pastel cream background, clean studio product photography, flat even lighting, crisp edges, subtle soft shadow directly beneath the can, modern premium packaging with geometric citrus motifs, tiny condensation droplets, readable minimalist label design without brand names, simple composition, commercial catalog aesthetic, high clarity, polished aluminum texture, fresh and tidy visual presentation",
  "width": 1024,
  "height": 1024,
  "settings": {
    "backgroundColor": {
      "rgb": [
        245,
        240,
        230
      ]
    },
    "colors": [
      {
        "rgb": [
          245,
          240,
          230
        ]
      },
      {
        "rgb": [
          232,
          196,
          62
        ]
      },
      {
        "rgb": [
          74,
          128,
          92
        ]
      },
      {
        "rgb": [
          214,
          214,
          214
        ]
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "93c6eaa3-acb4-431d-96e9-e19dfab1f5cd",
  "imageUUID": "765774a0-f32c-4ded-b638-9a8e37380455",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/765774a0-f32c-4ded-b638-9a8e37380455.jpg",
  "seed": 31230152,
  "cost": 0.04
}