live
MODEL IDkrea:krea@2-medium

Krea 2 Medium

Krea
by

Krea 2 Medium is the smaller, faster, and more cost-efficient variant in the Krea 2 family. It applies heavier post-training for especially stable and consistent outputs, making it a strong fit for illustration, anime, painting, graphic design, and other expressive visual workflows. It supports text-to-image and image-to-image generation, prompt interpretation strength through the creativity control, and up to 10 weighted reference images with both positive and negative guidance.

Krea 2 Medium

text-to-image

Orchid Conservatory Gala Invitation$0.04~23s
Orchid Conservatory Gala Invitation

Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands.

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: 'krea:krea@2-medium',
  positivePrompt: 'Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands.',
  width: 1376,
  height: 768,
  settings: {
    moodboards: [
      {
        id: '0bff265b-ba63-468f-9acb-e38705a343b8',
        strength: 0.3
      }
    ],
    creativity: 'high'
  }
})
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": "krea:krea@2-medium",
            "positivePrompt": "Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands.",
            "width": 1376,
            "height": 768,
            "settings": {
                "moodboards": [
                    {
                        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
                        "strength": 0.3
                    }
                ],
                "creativity": "high"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "22e461f8-2b01-41bd-8324-caa3605f1134",
      "model": "krea:krea@2-medium",
      "positivePrompt": "Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands.",
      "width": 1376,
      "height": 768,
      "settings": {
        "moodboards": [
          {
            "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
            "strength": 0.3
          }
        ],
        "creativity": "high"
      }
    }
  ]'
runware run krea:krea@2-medium \
  positivePrompt="Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands." \
  width=1376 \
  height=768 \
  settings.moodboards.0.id=0bff265b-ba63-468f-9acb-e38705a343b8 \
  settings.moodboards.0.strength=0.3 \
  settings.creativity=high
{
  "taskType": "imageInference",
  "taskUUID": "22e461f8-2b01-41bd-8324-caa3605f1134",
  "model": "krea:krea@2-medium",
  "positivePrompt": "Design a finished landscape digital invitation for an exclusive botanical conservatory fundraising gala. Futurist glam art direction: a sculptural black orchid with translucent glass petals and liquid-chrome edges blooms across the right half, surrounded by slender mirrored leaves, tiny dew pearls, and a subtle ultraviolet halo. Deep aubergine-to-black background with electric magenta, icy cyan, silver, and restrained champagne highlights. Dramatic museum lighting, polished reflections, luxurious editorial composition, crisp dimensional detail, sophisticated rather than fantastical. Reserve the left half for elegant, highly legible typography with generous spacing. Render exactly this text and no other words: “AFTER DARK” as the large chrome display title; “THE ORCHID CONSERVATORY GALA”; “SATURDAY 14 MARCH 2026 · 8 PM”; “PALM HOUSE”; “BLACK TIE · DINNER & AUCTION”. Premium contemporary invitation design, balanced hierarchy, clean margins, print-quality finish, flat artwork only, no envelope, no mockup, no hands.",
  "width": 1376,
  "height": 768,
  "settings": {
    "moodboards": [
      {
        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
        "strength": 0.3
      }
    ],
    "creativity": "high"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "22e461f8-2b01-41bd-8324-caa3605f1134",
  "imageUUID": "99e1a957-45ca-41dd-8f7b-7f903a84fa8a",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/99e1a957-45ca-41dd-8f7b-7f903a84fa8a.jpg",
  "seed": 1476593396,
  "cost": 0.04
}

text-to-image

Hydrogen Hydrofoil Launch Key Visual$0.04~22s
Hydrogen Hydrofoil Launch Key Visual

Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no 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: 'krea:krea@2-medium',
  positivePrompt: 'Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no border.',
  width: 1376,
  height: 768,
  settings: {
    moodboards: [
      {
        id: '0bff265b-ba63-468f-9acb-e38705a343b8',
        strength: 0.3
      }
    ],
    creativity: 'high'
  }
})
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": "krea:krea@2-medium",
            "positivePrompt": "Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no border.",
            "width": 1376,
            "height": 768,
            "settings": {
                "moodboards": [
                    {
                        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
                        "strength": 0.3
                    }
                ],
                "creativity": "high"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "2a3f2da2-0a43-40eb-a0b8-9bfd2c80e01a",
      "model": "krea:krea@2-medium",
      "positivePrompt": "Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no border.",
      "width": 1376,
      "height": 768,
      "settings": {
        "moodboards": [
          {
            "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
            "strength": 0.3
          }
        ],
        "creativity": "high"
      }
    }
  ]'
runware run krea:krea@2-medium \
  positivePrompt="Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no border." \
  width=1376 \
  height=768 \
  settings.moodboards.0.id=0bff265b-ba63-468f-9acb-e38705a343b8 \
  settings.moodboards.0.strength=0.3 \
  settings.creativity=high
{
  "taskType": "imageInference",
  "taskUUID": "2a3f2da2-0a43-40eb-a0b8-9bfd2c80e01a",
  "model": "krea:krea@2-medium",
  "positivePrompt": "Finished brand campaign key visual for the launch of a zero-emission hydrogen passenger hydrofoil. A sleek pearl-chrome ferry rises above mirror-black harbor water on slender foils, captured from a dramatic low three-quarter angle as it accelerates toward frame right. Its seamless wraparound windows reveal elegant silhouettes of evening commuters. Sculpted metallic bodywork reflects electric magenta, ultraviolet and cobalt city lights; a fine plume of silver spray fans behind it like couture fabric. Distant waterfront architecture becomes abstract luminous ribbons through atmospheric haze. Futurist Glam art direction, luxury fashion editorial meets advanced marine engineering, glossy surfaces, jewel-toned nocturnal palette, precise reflections, cinematic rim lighting, sophisticated and aspirational mood. Strong panoramic silhouette, generous dark negative space at upper left for campaign copy, premium global advertising finish, no lettering, no logos, no interface, no border.",
  "width": 1376,
  "height": 768,
  "settings": {
    "moodboards": [
      {
        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
        "strength": 0.3
      }
    ],
    "creativity": "high"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2a3f2da2-0a43-40eb-a0b8-9bfd2c80e01a",
  "imageUUID": "f0a83685-f3f7-4777-803b-c421dd27bc34",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/f0a83685-f3f7-4777-803b-c421dd27bc34.jpg",
  "seed": 1886479130,
  "cost": 0.04
}

reference-to-image

Hydrothermal Vent Wall Print$0.035~22s
Hydrothermal Vent Wall Print

Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup.

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: 'krea:krea@2-medium',
  positivePrompt: 'Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup.',
  width: 928,
  height: 1152,
  settings: {
    creativity: 'medium'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/39fd10ba-897a-4e1e-9e01-15f36b57894c.jpg',
      'https://assets.runware.ai/assets/inputs/7ccfa1b3-ba7f-4b4d-a007-486cd03c5ae7.jpg'
    ]
  }
})
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": "krea:krea@2-medium",
            "positivePrompt": "Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup.",
            "width": 928,
            "height": 1152,
            "settings": {
                "creativity": "medium"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/39fd10ba-897a-4e1e-9e01-15f36b57894c.jpg",
                    "https://assets.runware.ai/assets/inputs/7ccfa1b3-ba7f-4b4d-a007-486cd03c5ae7.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "6dea82f2-f159-4c15-9176-2ec74c487e9c",
      "model": "krea:krea@2-medium",
      "positivePrompt": "Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup.",
      "width": 928,
      "height": 1152,
      "settings": {
        "creativity": "medium"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/39fd10ba-897a-4e1e-9e01-15f36b57894c.jpg",
          "https://assets.runware.ai/assets/inputs/7ccfa1b3-ba7f-4b4d-a007-486cd03c5ae7.jpg"
        ]
      }
    }
  ]'
runware run krea:krea@2-medium \
  positivePrompt="Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup." \
  width=928 \
  height=1152 \
  settings.creativity=medium \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/39fd10ba-897a-4e1e-9e01-15f36b57894c.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/7ccfa1b3-ba7f-4b4d-a007-486cd03c5ae7.jpg
{
  "taskType": "imageInference",
  "taskUUID": "6dea82f2-f159-4c15-9176-2ec74c487e9c",
  "model": "krea:krea@2-medium",
  "positivePrompt": "Finished portrait wall art for a natural history museum design shop: a towering deep-sea hydrothermal vent chimney rising from the ocean floor, surrounded by clusters of giant red-tipped tube worms, pale vent crabs, drifting mineral particles, and small ghostly fish. Render as a sophisticated hand-pulled screenprint with bold carved contours, flat layered shapes, stippling, rough ink edges, slight analog misregistration, and fibrous paper texture. Restricted palette of charcoal black, warm cream, sulfur yellow, mineral rust orange, and tiny accents of muted coral red. Dramatic vertical composition with the vent centered in the lower two-thirds, dark open water above, luminous mineral plume creating an elegant upward flow. Scientifically recognizable but decorative, dense detail near the seabed transitioning into calm negative space, archival printmaking character, no typography, no border, no frame, no room mockup.",
  "width": 928,
  "height": 1152,
  "settings": {
    "creativity": "medium"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/39fd10ba-897a-4e1e-9e01-15f36b57894c.jpg",
      "https://assets.runware.ai/assets/inputs/7ccfa1b3-ba7f-4b4d-a007-486cd03c5ae7.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6dea82f2-f159-4c15-9176-2ec74c487e9c",
  "imageUUID": "8f871ad2-ca25-42c3-972b-6b3b1b9ab87a",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/8f871ad2-ca25-42c3-972b-6b3b1b9ab87a.jpg",
  "seed": 2115834289,
  "cost": 0.035
}

reference-to-image

Heritage Seed Bank Report Cover$0.035~29s
Heritage Seed Bank Report Cover

Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report.

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: 'krea:krea@2-medium',
  positivePrompt: 'Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report.',
  width: 928,
  height: 1152,
  settings: {
    creativity: 'medium'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/8d82e5ba-0bdf-4448-aed0-df051ac4ce6c.jpg',
      'https://assets.runware.ai/assets/inputs/52d89fdf-9a14-49fb-89c4-f8d7278beaca.jpg'
    ]
  }
})
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": "krea:krea@2-medium",
            "positivePrompt": "Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report.",
            "width": 928,
            "height": 1152,
            "settings": {
                "creativity": "medium"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/8d82e5ba-0bdf-4448-aed0-df051ac4ce6c.jpg",
                    "https://assets.runware.ai/assets/inputs/52d89fdf-9a14-49fb-89c4-f8d7278beaca.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "49843c58-9070-424f-a26c-c527b4ec4ea5",
      "model": "krea:krea@2-medium",
      "positivePrompt": "Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report.",
      "width": 928,
      "height": 1152,
      "settings": {
        "creativity": "medium"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/8d82e5ba-0bdf-4448-aed0-df051ac4ce6c.jpg",
          "https://assets.runware.ai/assets/inputs/52d89fdf-9a14-49fb-89c4-f8d7278beaca.jpg"
        ]
      }
    }
  ]'
runware run krea:krea@2-medium \
  positivePrompt="Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report." \
  width=928 \
  height=1152 \
  settings.creativity=medium \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/8d82e5ba-0bdf-4448-aed0-df051ac4ce6c.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/52d89fdf-9a14-49fb-89c4-f8d7278beaca.jpg
{
  "taskType": "imageInference",
  "taskUUID": "49843c58-9070-424f-a26c-c527b4ec4ea5",
  "model": "krea:krea@2-medium",
  "positivePrompt": "Portrait-oriented annual report cover artwork for a heritage seed bank. A crop conservator in practical cold-storage clothing stands in the central aisle of a climate-controlled seed vault, carefully holding a shallow archival tray filled with multicolored heirloom maize cobs; tall steel shelving packed with glass jars and paper seed envelopes recedes symmetrically behind her. Calm, purposeful documentary mood, eye-level framing, clear human expression, strong depth, generous quiet space above the subject for later publication typography, no visible words or logos. Render the scene as a sophisticated three-ink risograph interpretation of documentary photography: deep indigo shadows, rust-red accents, warm parchment paper, simplified tonal masses, coarse halftone screens, fibrous paper texture, subtle ink overprinting and imperfect registration, crisp editorial composition suitable for a nonprofit crop-diversity report.",
  "width": 928,
  "height": 1152,
  "settings": {
    "creativity": "medium"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/8d82e5ba-0bdf-4448-aed0-df051ac4ce6c.jpg",
      "https://assets.runware.ai/assets/inputs/52d89fdf-9a14-49fb-89c4-f8d7278beaca.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "49843c58-9070-424f-a26c-c527b4ec4ea5",
  "imageUUID": "f7904b44-98d7-465a-b130-a7a3765a05d7",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/f7904b44-98d7-465a-b130-a7a3765a05d7.jpg",
  "seed": 1832011677,
  "cost": 0.035
}