MODEL IDrunware:400@3
live

FLUX.2 [klein] 9B Base

Black Forest Labs
by Black Forest Labs

FLUX.2 [klein] 9B Base is the undistilled foundation model of the Klein family, offering full model capacity for image generation and editing. It is optimized for fine-tuning, customization, and post-training workflows where flexibility, control, and maximum training signal are required.

FLUX.2 [klein] 9B Base
Image to Image

Night Drive Playlist Cover

Night Drive Playlist Cover

Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled "NIGHT DRIVE FREQUENCIES". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text "NIGHT DRIVE FREQUENCIES" in the upper left with small subtitle "LATE NIGHT SYNTHWAVE" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled "NIGHT DRIVE FREQUENCIES". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text "NIGHT DRIVE FREQUENCIES" in the upper left with small subtitle "LATE NIGHT SYNTHWAVE" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.',
  negativePrompt: 'low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style',
  width: 1344,
  height: 768,
  steps: 32,
  CFGScale: 3.5,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg',
      'https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg',
      'https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.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": "runware:400@3",
            "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
            "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
            "width": 1344,
            "height": 768,
            "steps": 32,
            "CFGScale": 3.5,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
                    "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
                    "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.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": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
      "model": "runware:400@3",
      "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
      "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
      "width": 1344,
      "height": 768,
      "steps": 32,
      "CFGScale": 3.5,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
          "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
          "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg"
        ]
      }
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame." \
  negativePrompt="low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style" \
  width=1344 \
  height=768 \
  steps=32 \
  CFGScale=3.5 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg
{
  "taskType": "imageInference",
  "taskUUID": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
  "model": "runware:400@3",
  "positivePrompt": "Create a premium widescreen playlist cover for an electronic/synthwave driving playlist titled \"NIGHT DRIVE FREQUENCIES\". Use the three reference images for mood and elements: a neon-lit artist portrait, a rainy city street, and a retro sports coupe. Final artwork should feel like a real streaming platform editorial cover: cinematic night city background, black coupe in the lower foreground, subtle silhouette of the producer reflected in the windshield, magenta and cyan neon glow, wet pavement reflections, atmospheric haze, high contrast, polished album-art composition. Add clean bold condensed sans-serif title text \"NIGHT DRIVE FREQUENCIES\" in the upper left with small subtitle \"LATE NIGHT SYNTHWAVE\" beneath it. Leave safe margins, professional typography, no logos, no mockup frame.",
  "negativePrompt": "low resolution, blurry, amateur typography, misspelled text, extra words, cluttered layout, warped car, deformed face, bad hands, random logos, barcode, QR code, watermark, oversaturated colors, cartoonish style",
  "width": 1344,
  "height": 768,
  "steps": 32,
  "CFGScale": 3.5,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0d292567-8c15-42b4-92e8-86f3041127bb.jpg",
      "https://assets.runware.ai/assets/inputs/8ddb21df-1576-4bda-a7a4-5e7a456a0faa.jpg",
      "https://assets.runware.ai/assets/inputs/17304d74-040d-4285-b251-e2c0e79ebc27.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "71c38f36-8ea0-4c1d-b17b-899b41430fca",
  "imageUUID": "8f3cef9d-f6df-4415-bb5f-d33cb3e98f01",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/8f3cef9d-f6df-4415-bb5f-d33cb3e98f01.jpg",
  "seed": 1578622744,
  "cost": 0.08983
}
Text to Image

Sunflower Life Cycle Poster

Sunflower Life Cycle Poster

Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Educational children\'s illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.',
  negativePrompt: 'photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting',
  width: 1024,
  height: 1280,
  steps: 32,
  CFGScale: 3.5
})
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": "runware:400@3",
            "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
            "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
            "width": 1024,
            "height": 1280,
            "steps": 32,
            "CFGScale": 3.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
      "model": "runware:400@3",
      "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
      "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
      "width": 1024,
      "height": 1280,
      "steps": 32,
      "CFGScale": 3.5
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster." \
  negativePrompt="photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting" \
  width=1024 \
  height=1280 \
  steps=32 \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
  "model": "runware:400@3",
  "positivePrompt": "Educational children's illustration for a printable classroom science poster, vertical 4:5 layout. Subject: the life cycle of a sunflower shown in four clear stages arranged in a gentle circular path: seed in soil, tiny sprout, leafy young plant with bud, full yellow sunflower. Friendly preschool and early elementary style, warm hand-painted gouache and colored pencil texture, soft cream background, bright natural colors, simple accurate botany details, large readable shapes, cheerful but not babyish. Include small blank rounded label cards near each stage for a teacher to add text later, no printed words. Clean composition with generous margins, suitable for a science workbook or classroom wall poster.",
  "negativePrompt": "photorealistic, complex fantasy scene, scary insects, cluttered background, tiny unreadable details, distorted plants, incorrect growth stages, printed text, misspelled words, logos, watermark, adult editorial style, dark moody lighting",
  "width": 1024,
  "height": 1280,
  "steps": 32,
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "3ada9d5c-3bef-4e89-b97d-44d44da94704",
  "imageUUID": "e078538c-ec33-4476-a906-f7b684f93f5f",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/e078538c-ec33-4476-a906-f7b684f93f5f.jpg",
  "seed": 735566277,
  "cost": 0.0299
}
Text to Image

Cargo E-Bike Social Ad

Cargo E-Bike Social Ad

Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: "SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS." with smaller text below: "LOOPLINE CARGO E-BIKES" and a small rounded CTA badge: "BOOK A TEST RIDE". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'runware:400@3',
  positivePrompt: 'Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: "SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS." with smaller text below: "LOOPLINE CARGO E-BIKES" and a small rounded CTA badge: "BOOK A TEST RIDE". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.',
  negativePrompt: 'blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts',
  width: 1536,
  height: 1024,
  steps: 32,
  CFGScale: 3.5
})
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": "runware:400@3",
            "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
            "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
            "width": 1536,
            "height": 1024,
            "steps": 32,
            "CFGScale": 3.5
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
      "model": "runware:400@3",
      "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
      "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
      "width": 1536,
      "height": 1024,
      "steps": 32,
      "CFGScale": 3.5
    }
  ]'
runware run runware:400@3 \
  positivePrompt="Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition." \
  negativePrompt="blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts" \
  width=1536 \
  height=1024 \
  steps=32 \
  CFGScale=3.5
{
  "taskType": "imageInference",
  "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
  "model": "runware:400@3",
  "positivePrompt": "Landscape social media ad for a premium urban cargo e-bike brand named LOOPLINE. Photorealistic lifestyle advertising image: a matte sage-green front-loader electric cargo bike parked on a sunny city bike lane outside a neighborhood grocery and flower shop, two paper grocery bags and a child helmet visible in the front cargo box, warm late-afternoon light, clean modern European street, natural shadows, aspirational but realistic. Leave generous clean negative space on the left third for ad copy. Include crisp on-image text in the left space: \"SCHOOL RUNS. GROCERY RUNS. NO GAS RUNS.\" with smaller text below: \"LOOPLINE CARGO E-BIKES\" and a small rounded CTA badge: \"BOOK A TEST RIDE\". Modern sans-serif typography, premium startup brand look, soft sage, cream, charcoal and safety-orange accent palette, high-end commercial photography, sharp product detail, social feed ready composition.",
  "negativePrompt": "blurry, low resolution, warped bicycle frame, extra wheels, broken spokes, unrealistic cargo bike geometry, distorted text, misspelled words, cluttered layout, overexposed highlights, harsh HDR, cartoon, illustration, watermark, logo artifacts",
  "width": 1536,
  "height": 1024,
  "steps": 32,
  "CFGScale": 3.5
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0a1929d2-2748-4885-99d2-035f0ceb3c21",
  "imageUUID": "fa5d5bf3-2412-4406-8307-5b84a6a865e9",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/fa5d5bf3-2412-4406-8307-5b84a6a865e9.jpg",
  "seed": 85318565,
  "cost": 0.03497
}