live
MODEL IDkrea:krea@2-medium-turbo

Krea 2 Medium Turbo

Krea
by

Krea 2 Medium Turbo is the fast Krea 2 variant that keeps the richer Krea creative workflow around moodboards, creativity tuning, and reference-driven generation. It is designed for rapid ideation and iteration-heavy image work while still supporting image-to-image generation, style references, and the broader Krea 2 control surface that teams use for guided exploration.

Krea 2 Medium Turbo

text-to-image

Rare Books Conservator Press Headshot$0.02~13s
Rare Books Conservator Press Headshot

Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos.

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-turbo',
  positivePrompt: 'Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos.',
  width: 1376,
  height: 768,
  settings: {
    moodboards: [
      {
        id: '3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c',
        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-turbo",
            "positivePrompt": "Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos.",
            "width": 1376,
            "height": 768,
            "settings": {
                "moodboards": [
                    {
                        "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
                        "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": "d14e11ca-df63-46a7-ad3b-5cf7395f0422",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos.",
      "width": 1376,
      "height": 768,
      "settings": {
        "moodboards": [
          {
            "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
            "strength": 0.3
          }
        ],
        "creativity": "high"
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos." \
  width=1376 \
  height=768 \
  settings.moodboards.0.id=3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c \
  settings.moodboards.0.strength=0.3 \
  settings.creativity=high
{
  "taskType": "imageInference",
  "taskUUID": "d14e11ca-df63-46a7-ad3b-5cf7395f0422",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "Original photorealistic cinematic headshot of a distinguished East Asian woman in her late 50s who works as a rare-books conservator, photographed after hours in a museum conservation laboratory. Landscape composition, close head-and-shoulders framing, her face prominent in the left-center of the frame with poised negative space to the right. She looks directly into the lens with calm authority and a subtle, intelligent half-smile. Silver chin-length bob, dark tailored work jacket over an ivory collarless blouse, small antique brass stud earrings. A closed leather-bound folio and one white cotton glove appear softly at the lower edge as understated clues to her profession. Dramatic film-noir lighting: a narrow warm tungsten key shapes one side of her face while cool window light and venetian-blind shadows fall across the charcoal background; deep blacks, crisp highlights, faint rainy reflections, restrained amber and steel-blue palette. Premium full-frame editorial photography with an 85mm portrait-lens character, shallow depth of field, sharp eyes, soft background shelves and conservation tools. Meticulous professional beauty retouching that preserves identity and age: balanced skin tone, gently softened temporary blemishes, natural pores and fine lines, realistic under-eye detail, clean flyaway control, individual silver hair strands, bright natural catchlights, refined but never plastic. Sophisticated museum press portrait, cinematic atmosphere, polished publication-ready finish, no lettering or logos.",
  "width": 1376,
  "height": 768,
  "settings": {
    "moodboards": [
      {
        "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
        "strength": 0.3
      }
    ],
    "creativity": "high"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d14e11ca-df63-46a7-ad3b-5cf7395f0422",
  "imageUUID": "865f20a4-84e7-48e1-a1c6-7c13d4e7b3f6",
  "imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/865f20a4-84e7-48e1-a1c6-7c13d4e7b3f6.jpg",
  "seed": 877723587,
  "cost": 0.02
}

text-to-image

Overnight Rail Campaign Key Visual$0.02~14s
Overnight Rail Campaign Key Visual

Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no 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-turbo',
  positivePrompt: 'Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no mockup.',
  width: 1376,
  height: 768,
  settings: {
    moodboards: [
      {
        id: '3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c',
        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-turbo",
            "positivePrompt": "Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no mockup.",
            "width": 1376,
            "height": 768,
            "settings": {
                "moodboards": [
                    {
                        "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
                        "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": "811001f0-8b7a-44ad-8f7f-60a62ab1a4f9",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no mockup.",
      "width": 1376,
      "height": 768,
      "settings": {
        "moodboards": [
          {
            "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
            "strength": 0.3
          }
        ],
        "creativity": "high"
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no mockup." \
  width=1376 \
  height=768 \
  settings.moodboards.0.id=3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c \
  settings.moodboards.0.strength=0.3 \
  settings.creativity=high
{
  "taskType": "imageInference",
  "taskUUID": "811001f0-8b7a-44ad-8f7f-60a62ab1a4f9",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "Finished advertising campaign key visual for a premium overnight sleeper-train service, photographed like a sophisticated 1940s film noir reimagined for a contemporary luxury travel audience. Wide cinematic view inside an elegant dining car at midnight: a poised solo traveler in a sharply tailored black evening coat sits beside a rain-streaked window, gazing toward a distant city station sliding past outside; a white-gloved attendant sets down a silver coffee pot, crisp linen, cut crystal, and restrained polished-brass details. The train interior is the hero, conveying privacy, comfort, and romance in motion. Hard directional light from a single shaded table lamp sculpts faces and hands, deep velvet shadows fill the carriage, window reflections create layered mystery, rain catches narrow streaks of silver light. Predominantly black, charcoal, ivory, and tarnished brass palette with a controlled amber glow. Low eye-level perspective, subtle leading lines from the aisle, elegant asymmetrical composition, traveler and table on the right third with atmospheric negative space across the left for flexible campaign layout. Photorealistic editorial advertising photography, rich tonal range, crisp material detail, cinematic grain, believable human anatomy, premium art direction, understated tension rather than danger. No visible logos, no signage, no lettering, no captions, no border, no interface, no mockup.",
  "width": 1376,
  "height": 768,
  "settings": {
    "moodboards": [
      {
        "id": "3b1ec8e1-3eda-467d-be5d-4fa5eda3b70c",
        "strength": 0.3
      }
    ],
    "creativity": "high"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "811001f0-8b7a-44ad-8f7f-60a62ab1a4f9",
  "imageUUID": "b3ec27c6-e59c-4b58-b8a3-fe9cab377bd6",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/b3ec27c6-e59c-4b58-b8a3-fe9cab377bd6.jpg",
  "seed": 1750313061,
  "cost": 0.02
}

reference-to-image

Experimental Tidal Album Cover$0.0175~13s
Experimental Tidal Album Cover

Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait.

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-turbo',
  positivePrompt: 'Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait.',
  width: 928,
  height: 1152,
  settings: {
    creativity: 'medium'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/dc52350a-4ef7-476f-83a9-cb502a44c69f.jpg',
      'https://assets.runware.ai/assets/inputs/6e714707-0c53-4ef0-8d88-b8e8cd4edde2.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-turbo",
            "positivePrompt": "Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait.",
            "width": 928,
            "height": 1152,
            "settings": {
                "creativity": "medium"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/dc52350a-4ef7-476f-83a9-cb502a44c69f.jpg",
                    "https://assets.runware.ai/assets/inputs/6e714707-0c53-4ef0-8d88-b8e8cd4edde2.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": "ee9b1e35-1628-4308-9f0c-20da0817907b",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait.",
      "width": 928,
      "height": 1152,
      "settings": {
        "creativity": "medium"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/dc52350a-4ef7-476f-83a9-cb502a44c69f.jpg",
          "https://assets.runware.ai/assets/inputs/6e714707-0c53-4ef0-8d88-b8e8cd4edde2.jpg"
        ]
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait." \
  width=928 \
  height=1152 \
  settings.creativity=medium \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/dc52350a-4ef7-476f-83a9-cb502a44c69f.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/6e714707-0c53-4ef0-8d88-b8e8cd4edde2.jpg
{
  "taskType": "imageInference",
  "taskUUID": "ee9b1e35-1628-4308-9f0c-20da0817907b",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "Finished portrait album cover for an experimental electronic and coastal field-recording album titled “LOW WATER”. Create a new central subject: a single circular hydrophone transducer with a thin cable resting in rippled tidal mud after the sea has withdrawn, viewed almost directly overhead. Sparse eelgrass blades, tiny shell fragments, shallow rivulets, and one crisp tide line surround the device; the composition should feel like evidence collected from an estuary rather than conventional music technology photography. Adopt the complementary visual direction of the two references without reproducing their subjects or layouts: tactile cyanotype-like Prussian blue shadows, verdigris and mineral green accents, chalky pale cyan highlights, oxidized rust pinpoints, fibrous paper grain, salt blooms, wet metallic texture, and restrained scientific-specimen clarity. Use directional low-angle light to reveal mud ridges and cast a long delicate cable shadow. Strong negative space in the upper quarter for typography, asymmetrical editorial balance, quietly mysterious and environmentally observant mood. Set the exact title LOW WATER in widely spaced uppercase condensed sans-serif lettering near the top, modest scale, pale sea-salt color. Add the artist name NERA FIELD in very small uppercase type at the bottom. No additional words, logos, border, mockup, vinyl sleeve, hands, UI, or scenery beyond the cover artwork. Premium independent-label art direction, highly resolved print texture, composed specifically for 928x1152 portrait.",
  "width": 928,
  "height": 1152,
  "settings": {
    "creativity": "medium"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/dc52350a-4ef7-476f-83a9-cb502a44c69f.jpg",
      "https://assets.runware.ai/assets/inputs/6e714707-0c53-4ef0-8d88-b8e8cd4edde2.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "ee9b1e35-1628-4308-9f0c-20da0817907b",
  "imageUUID": "cc7ce63d-d32c-4553-9ff1-b059c34d452f",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/cc7ce63d-d32c-4553-9ff1-b059c34d452f.jpg",
  "seed": 331639004,
  "cost": 0.0175
}

reference-to-image

EV Battery Recycling Blog Hero$0.0175~13s
EV Battery Recycling Blog Hero

Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame.

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-turbo',
  positivePrompt: 'Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame.',
  width: 928,
  height: 1152,
  settings: {
    creativity: 'medium'
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/9b701f0f-a7fc-42a9-b782-69017f8a5f60.jpg',
      'https://assets.runware.ai/assets/inputs/a6f586cb-9d65-4017-97ed-8886772118d4.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-turbo",
            "positivePrompt": "Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame.",
            "width": 928,
            "height": 1152,
            "settings": {
                "creativity": "medium"
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/9b701f0f-a7fc-42a9-b782-69017f8a5f60.jpg",
                    "https://assets.runware.ai/assets/inputs/a6f586cb-9d65-4017-97ed-8886772118d4.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": "5883befc-2444-4f06-b3ff-33df0780307e",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame.",
      "width": 928,
      "height": 1152,
      "settings": {
        "creativity": "medium"
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/9b701f0f-a7fc-42a9-b782-69017f8a5f60.jpg",
          "https://assets.runware.ai/assets/inputs/a6f586cb-9d65-4017-97ed-8886772118d4.jpg"
        ]
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame." \
  width=928 \
  height=1152 \
  settings.creativity=medium \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9b701f0f-a7fc-42a9-b782-69017f8a5f60.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/a6f586cb-9d65-4017-97ed-8886772118d4.jpg
{
  "taskType": "imageInference",
  "taskUUID": "5883befc-2444-4f06-b3ff-33df0780307e",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "Create a finished portrait-format editorial blog hero about urban mining and EV battery recycling, using the two reference images as complementary art direction rather than reproducing either scene. Inside a credible industrial recycling facility, show a battery-recovery technician in a clear face shield and dark protective coveralls inspecting an opened electric-vehicle battery module at a waist-high steel station. The module reveals orderly rows of cells, copper busbars and insulated wiring; nothing is burning or damaged. Frame the technician from mid-thigh upward, slightly right of center, with one gloved hand lifting a copper connector and the other steadying the module. A conveyor and stacked processing crates recede diagonally into the background, giving depth without clutter. Combine documentary photographic realism with tactile editorial printmaking: oxidized teal and petrol-blue shadows, restrained copper-orange highlights, hard raking industrial light, coarse halftone grain, subtly imperfect ink edges and rich matte blacks. Strong silhouette, clear focal point, sophisticated environmental-journalism mood, visually legible at thumbnail size. Leave calm dark wall space in the upper left for optional publication layout while keeping the image complete on its own. No lettering, numbers, logos, branding, interface elements, collage borders or decorative frame.",
  "width": 928,
  "height": 1152,
  "settings": {
    "creativity": "medium"
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/9b701f0f-a7fc-42a9-b782-69017f8a5f60.jpg",
      "https://assets.runware.ai/assets/inputs/a6f586cb-9d65-4017-97ed-8886772118d4.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "5883befc-2444-4f06-b3ff-33df0780307e",
  "imageUUID": "3ff24996-9fd4-4075-8f75-5844cf347607",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/3ff24996-9fd4-4075-8f75-5844cf347607.jpg",
  "seed": 955892634,
  "cost": 0.0175
}
Glass Orchestra Rehearsal Chamber
Glass Orchestra Rehearsal Chamber

A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor's podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text

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-turbo',
  positivePrompt: 'A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor\'s podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text',
  width: 1376,
  height: 768,
  seed: 83539,
  settings: {
    creativity: 'high',
    moodboards: [
      {
        id: '0bff265b-ba63-468f-9acb-e38705a343b8',
        strength: 0.32
      }
    ]
  }
})
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-turbo",
            "positivePrompt": "A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor's podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text",
            "width": 1376,
            "height": 768,
            "seed": 83539,
            "settings": {
                "creativity": "high",
                "moodboards": [
                    {
                        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
                        "strength": 0.32
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "9b4dda71-3e6c-4a88-b6c1-34866235bb6e",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor's podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text",
      "width": 1376,
      "height": 768,
      "seed": 83539,
      "settings": {
        "creativity": "high",
        "moodboards": [
          {
            "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
            "strength": 0.32
          }
        ]
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor's podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text" \
  width=1376 \
  height=768 \
  seed=83539 \
  settings.creativity=high \
  settings.moodboards.0.id=0bff265b-ba63-468f-9acb-e38705a343b8 \
  settings.moodboards.0.strength=0.32
{
  "taskType": "imageInference",
  "taskUUID": "9b4dda71-3e6c-4a88-b6c1-34866235bb6e",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "A cinematic wide-angle concept image of a futuristic rehearsal chamber where an ensemble of translucent glass instruments levitates above polished black floors, faceted walls splitting warm amber and icy blue stage beams into prismatic reflections, a conductor's podium made of frosted quartz, thin holographic sheet music floating in precise arcs, musicians in sculptural ivory suits, dramatic depth, crisp reflections, sleek production design, ultra detailed, clean composition, high contrast, no text",
  "width": 1376,
  "height": 768,
  "seed": 83539,
  "settings": {
    "creativity": "high",
    "moodboards": [
      {
        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
        "strength": 0.32
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "9b4dda71-3e6c-4a88-b6c1-34866235bb6e",
  "imageUUID": "2f5a25f5-060e-4698-8296-6e50e2830cb4",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/2f5a25f5-060e-4698-8296-6e50e2830cb4.jpg",
  "seed": 83539,
  "cost": 0.02
}
Chromatic Rainforest Data Shrine
Chromatic Rainforest Data Shrine

A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology

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-turbo',
  positivePrompt: 'A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology',
  width: 1376,
  height: 768,
  seed: 67816,
  settings: {
    creativity: 'high',
    moodboards: [
      {
        id: '0bff265b-ba63-468f-9acb-e38705a343b8',
        strength: 0.35
      }
    ]
  }
})
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-turbo",
            "positivePrompt": "A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology",
            "width": 1376,
            "height": 768,
            "seed": 67816,
            "settings": {
                "creativity": "high",
                "moodboards": [
                    {
                        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
                        "strength": 0.35
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "091524ac-05ed-44ef-874c-631334ddabe8",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology",
      "width": 1376,
      "height": 768,
      "seed": 67816,
      "settings": {
        "creativity": "high",
        "moodboards": [
          {
            "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
            "strength": 0.35
          }
        ]
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology" \
  width=1376 \
  height=768 \
  seed=67816 \
  settings.creativity=high \
  settings.moodboards.0.id=0bff265b-ba63-468f-9acb-e38705a343b8 \
  settings.moodboards.0.strength=0.35
{
  "taskType": "imageInference",
  "taskUUID": "091524ac-05ed-44ef-874c-631334ddabe8",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "A colossal crystalline server shrine in a dense emerald rainforest after rainfall, braided fiber-optic roots wrapped around ancient trees, glassy data monoliths stacked like standing stones, tiny maintenance drones hovering between ferns, mist catching magenta and cyan light, wet leaves with sharp reflections, cinematic wide angle, intricate environmental concept design, high-detail textures, dramatic depth, imaginative near-future ecology",
  "width": 1376,
  "height": 768,
  "seed": 67816,
  "settings": {
    "creativity": "high",
    "moodboards": [
      {
        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
        "strength": 0.35
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "091524ac-05ed-44ef-874c-631334ddabe8",
  "imageUUID": "85feccf8-b29b-4be5-9d09-1b12802c864d",
  "imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/85feccf8-b29b-4be5-9d09-1b12802c864d.jpg",
  "seed": 67816,
  "cost": 0.02
}
Ceramic Origami Space Elevator
Ceramic Origami Space Elevator

A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold.

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-turbo',
  positivePrompt: 'A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold.',
  width: 1376,
  height: 768,
  seed: 76725,
  settings: {
    creativity: 'high',
    moodboards: [
      {
        id: '0bff265b-ba63-468f-9acb-e38705a343b8',
        strength: 0.28
      }
    ]
  }
})
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-turbo",
            "positivePrompt": "A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold.",
            "width": 1376,
            "height": 768,
            "seed": 76725,
            "settings": {
                "creativity": "high",
                "moodboards": [
                    {
                        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
                        "strength": 0.28
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "2359d1ac-b1e6-48dc-8369-1637309eadbd",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold.",
      "width": 1376,
      "height": 768,
      "seed": 76725,
      "settings": {
        "creativity": "high",
        "moodboards": [
          {
            "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
            "strength": 0.28
          }
        ]
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold." \
  width=1376 \
  height=768 \
  seed=76725 \
  settings.creativity=high \
  settings.moodboards.0.id=0bff265b-ba63-468f-9acb-e38705a343b8 \
  settings.moodboards.0.strength=0.28
{
  "taskType": "imageInference",
  "taskUUID": "2359d1ac-b1e6-48dc-8369-1637309eadbd",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "A vast stratospheric space elevator concourse built from folded white ceramic panels, translucent solar-sail canopies, and suspended walkways curving around a central ascent cable that disappears into pale blue sky. Tiny travelers in sleek ivory pressure suits stand near sculptural docking gates, maintenance drones glide between seams, and sunlight scatters through frosted composite membranes. Clean futuristic industrial design, monumental scale, precise geometry, soft atmospheric haze, high detail, cinematic wide angle, elegant minimal palette with accents of cobalt and warm gold.",
  "width": 1376,
  "height": 768,
  "seed": 76725,
  "settings": {
    "creativity": "high",
    "moodboards": [
      {
        "id": "0bff265b-ba63-468f-9acb-e38705a343b8",
        "strength": 0.28
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2359d1ac-b1e6-48dc-8369-1637309eadbd",
  "imageUUID": "71d5d85f-e94f-4d7f-8f30-a074c6c9912a",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/71d5d85f-e94f-4d7f-8f30-a074c6c9912a.jpg",
  "seed": 76725,
  "cost": 0.02
}
Polar Seed Vault Atrium
Polar Seed Vault Atrium

An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood

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-turbo',
  positivePrompt: 'An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood',
  width: 1376,
  height: 768,
  seed: 40501,
  settings: {
    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-turbo",
            "positivePrompt": "An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood",
            "width": 1376,
            "height": 768,
            "seed": 40501,
            "settings": {
                "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": "4d60fb34-652f-4160-837e-0e7c440607a7",
      "model": "krea:krea@2-medium-turbo",
      "positivePrompt": "An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood",
      "width": 1376,
      "height": 768,
      "seed": 40501,
      "settings": {
        "creativity": "high"
      }
    }
  ]'
runware run krea:krea@2-medium-turbo \
  positivePrompt="An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood" \
  width=1376 \
  height=768 \
  seed=40501 \
  settings.creativity=high
{
  "taskType": "imageInference",
  "taskUUID": "4d60fb34-652f-4160-837e-0e7c440607a7",
  "model": "krea:krea@2-medium-turbo",
  "positivePrompt": "An expansive interior of a polar seed vault converted into a living botanical archive, faceted ice ceiling with green aurora glow filtering through, towering frost-coated glass cylinders holding heirloom plants, a solitary curator in a white insulated parka examining seed vials on a stainless table, condensation mist, polished concrete floor with thin channels of meltwater, soft cyan and emerald lighting, cinematic wide shot, ultra-detailed textures, crisp depth, futuristic conservation facility, quiet hopeful mood",
  "width": 1376,
  "height": 768,
  "seed": 40501,
  "settings": {
    "creativity": "high"
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "4d60fb34-652f-4160-837e-0e7c440607a7",
  "imageUUID": "62a7b0bc-01dc-48fc-9001-582bf7617187",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/62a7b0bc-01dc-48fc-9001-582bf7617187.jpg",
  "seed": 40501,
  "cost": 0.015
}