---
title: Ideogram 3.0 | Runware Docs
url: https://runware.ai/docs/models/ideogram-3-0
description: Ideogram 3.0 text to image model for sharp design visuals
---
# Ideogram 3.0

Ideogram 3.0 is a text to image model for high fidelity design work. It improves text rendering, complex layout handling, and photorealism. It also adds stronger style controls and supports editing tasks like inpainting and background replacement for production workflows.

- **ID**: `ideogram:4@1`
- **Status**: live
- **Creator**: Ideogram
- **Release Date**: March 26, 2025
- **Capabilities**: Text to Image

## Pricing

- **1k**: `$0.06`

## Compatibility & Validation

When `providerSettings` is provided, `providerSettings.ideogram.characterReferenceImages` requires at least 1 item.

---

`width` and `height` must be used together.

---

The following dimension combinations are supported:

| Configuration | Dimensions |
| --- | --- |
| `1K (3:1)` | `1536x512` |
| `1K (~21:9)` | `1536x576` |
| `1K (~21:9)` | `1472x576` |
| `1K (~21:9)` | `1408x576` |
| `1K (~21:9)` | `1536x640` |
| `1K (~21:9)` | `1472x640` |
| `1K (~21:9)` | `1408x640` |
| `1K (~2:1)` | `1344x640` |
| `1K (~2:1)` | `1472x704` |
| `1K (2:1)` | `1408x704` |
| `1K (~2:1)` | `1344x704` |
| `1K (~16:9)` | `1280x704` |
| `1K (16:9)` | `1312x736` |
| `1K (~16:9)` | `1344x768` |
| `1K (~16:9)` | `1216x704` |
| `1K (5:3)` | `1280x768` |
| `1K (~5:3)` | `1152x704` |
| `1K (16:10)` | `1280x800` |
| `1K (~16:10)` | `1216x768` |
| `1K (3:2)` | `1248x832` |
| `1K (~3:2)` | `1216x832` |
| `1K (~3:2)` | `1088x768` |
| `1K (~4:3)` | `1152x832` |
| `1K (4:3)` | `1152x864` |
| `1K (~4:3)` | `1088x832` |
| `1K (~5:4)` | `1152x896` |
| `1K (5:4)` | `1120x896` |
| `1K (~5:4)` | `1024x832` |
| `1K (~5:4)` | `1088x896` |
| `1K (~5:4)` | `960x832` |
| `1K (~5:4)` | `1024x896` |
| `1K (~5:4)` | `1088x960` |
| `1K (~1:1)` | `960x896` |
| `1K (~1:1)` | `1024x960` |
| `1K (1:1)` | `1024x1024` |
| `1K (~1:1)` | `960x1024` |
| `1K (~1:1)` | `896x960` |
| `1K (~4:5)` | `960x1088` |
| `1K (~4:5)` | `896x1024` |
| `1K (~4:5)` | `832x960` |
| `1K (~4:5)` | `896x1088` |
| `1K (~4:5)` | `832x1024` |
| `1K (4:5)` | `896x1120` |
| `1K (~4:5)` | `896x1152` |
| `1K (~3:4)` | `832x1088` |
| `1K (3:4)` | `864x1152` |
| `1K (~3:4)` | `832x1152` |
| `1K (~2:3)` | `768x1088` |
| `1K (~2:3)` | `832x1216` |
| `1K (2:3)` | `832x1248` |
| `1K (~10:16)` | `768x1216` |
| `1K (10:16)` | `800x1280` |
| `1K (~3:5)` | `704x1152` |
| `1K (3:5)` | `768x1280` |
| `1K (~9:16)` | `704x1216` |
| `1K (~9:16)` | `768x1344` |
| `1K (9:16)` | `736x1312` |
| `1K (~9:16)` | `704x1280` |
| `1K (~1:2)` | `704x1344` |
| `1K (1:2)` | `704x1408` |
| `1K (~1:2)` | `704x1472` |
| `1K (~1:2)` | `640x1344` |
| `1K (~9:21)` | `640x1408` |
| `1K (~9:21)` | `640x1472` |
| `1K (~9:21)` | `640x1536` |
| `1K (~9:21)` | `576x1408` |
| `1K (~9:21)` | `576x1472` |
| `1K (~1:3)` | `576x1536` |
| `1K (1:3)` | `512x1536` |

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/ideogram-3-0#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `imageInference`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/ideogram-3-0#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [outputType](https://runware.ai/docs/models/ideogram-3-0#request-outputtype)

- **Type**: `string`
- **Default**: `URL`

Image output type.

**Allowed values**: `URL` `base64Data` `dataURI`

### [outputFormat](https://runware.ai/docs/models/ideogram-3-0#request-outputformat)

- **Type**: `string`
- **Default**: `JPG`

Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.

- \`JPG\`: Best for photorealistic images with smaller file sizes (no transparency).
- \`PNG\`: Lossless compression, supports high quality and transparency (alpha channel).
- \`WEBP\`: Modern format providing superior compression and transparency support.

> [!NOTE]
> \*\*Transparency\*\*: If you are using features like background removal or LayerDiffuse that require transparency, you must select a format that supports an alpha channel (e.g., \`PNG\`, \`WEBP\`, \`TIFF\`). \`JPG\` does not support transparency.

**Allowed values**: `JPG` `PNG` `WEBP`

### [outputQuality](https://runware.ai/docs/models/ideogram-3-0#request-outputquality)

- **Type**: `integer`
- **Min**: `20`
- **Max**: `99`
- **Default**: `95`

Compression quality of the output. Higher values preserve quality but increase file size.

### [webhookURL](https://runware.ai/docs/models/ideogram-3-0#request-webhookurl)

- **Type**: `string`
- **Format**: `URI`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/ideogram-3-0#request-deliverymethod)

- **Type**: `string`
- **Default**: `sync`

Determines how the API delivers task results.

**Allowed values**:

- `sync` Returns complete results directly in the API response.
- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [uploadEndpoint](https://runware.ai/docs/models/ideogram-3-0#request-uploadendpoint)

- **Type**: `string`
- **Format**: `URI`

Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.

**Common use cases:**

- **Cloud storage**: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- **CDN integration**: Upload to content delivery networks for immediate distribution.

```text
// S3 presigned URL for secure upload
https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600

// Google Cloud Storage presigned URL
https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789

// Custom storage endpoint
https://storage.example.com/uploads/generated-image.jpg
```

The content data will be sent as the request body to the specified URL when generation is complete.

### [safety](https://runware.ai/docs/models/ideogram-3-0#request-safety)

- **Path**: `safety.checkContent`
- **Type**: `object (2 properties)`

Content safety checking configuration for image generation.

#### [checkContent](https://runware.ai/docs/models/ideogram-3-0#request-safety-checkcontent)

- **Path**: `safety.checkContent`
- **Type**: `boolean`
- **Default**: `false`

Enable or disable content safety checking. When enabled, defaults to `fast` mode.

#### [mode](https://runware.ai/docs/models/ideogram-3-0#request-safety-mode)

- **Path**: `safety.mode`
- **Type**: `string`
- **Default**: `none`

Safety checking mode for image generation.

**Allowed values**:

- `none` Disables checking.
- `fast` Performs a single check.

### [ttl](https://runware.ai/docs/models/ideogram-3-0#request-ttl)

- **Type**: `integer`
- **Min**: `60`

Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.

### [includeCost](https://runware.ai/docs/models/ideogram-3-0#request-includecost)

- **Type**: `boolean`
- **Default**: `false`

Include task cost in the response.

### [numberResults](https://runware.ai/docs/models/ideogram-3-0#request-numberresults)

- **Type**: `integer`
- **Min**: `1`
- **Max**: `20`
- **Default**: `1`

Number of results to generate. Each result uses a different seed, producing variations of the same parameters.

**Generation Parameters**

Core parameters for controlling the generated content.

### [model](https://runware.ai/docs/models/ideogram-3-0#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `ideogram:4@1`

Identifier of the model to use for generation.

**Learn more** (3 resources):

- [Text To Image: Model Selection The Foundation Of Generation](https://runware.ai/docs/guides/text-to-image#model-selection-the-foundation-of-generation) (guide)
- [Image Inpainting: Model Specialized Inpainting Models](https://runware.ai/docs/guides/image-inpainting#model-specialized-inpainting-models) (guide)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/guides/image-outpainting#other-critical-parameters) (guide)

### [positivePrompt](https://runware.ai/docs/models/ideogram-3-0#request-positiveprompt)

- **Type**: `string`
- **Required**: true
- **Min**: `1`
- **Max**: `2000`

Text prompt describing elements to include in the generated output.

**Learn more** (2 resources):

- [Text To Image: Prompts Guiding The Generation](https://runware.ai/docs/guides/text-to-image#prompts-guiding-the-generation) (guide)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/guides/image-outpainting#other-critical-parameters) (guide)

### [negativePrompt](https://runware.ai/docs/models/ideogram-3-0#request-negativeprompt)

- **Type**: `string`
- **Min**: `1`
- **Max**: `2000`

Prompt to guide what to exclude from generation. Ignored when guidance is disabled (CFGScale ≤ 1).

**Learn more** (1 resource):

- [Text To Image: Prompts Guiding The Generation](https://runware.ai/docs/guides/text-to-image#prompts-guiding-the-generation) (guide)

### [width](https://runware.ai/docs/models/ideogram-3-0#request-width)

- **Type**: `integer`
- **Required**: true
- **Paired with**: height

Width of the generated media in pixels.

**Learn more** (2 resources):

- [Image To Image: Dimensions Changing Aspect Ratio](https://runware.ai/docs/guides/image-to-image#dimensions-changing-aspect-ratio) (guide)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/guides/image-outpainting#dimensions-critical-for-outpainting) (guide)

### [height](https://runware.ai/docs/models/ideogram-3-0#request-height)

- **Type**: `integer`
- **Required**: true
- **Paired with**: width

Height of the generated media in pixels.

**Learn more** (2 resources):

- [Image To Image: Dimensions Changing Aspect Ratio](https://runware.ai/docs/guides/image-to-image#dimensions-changing-aspect-ratio) (guide)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/guides/image-outpainting#dimensions-critical-for-outpainting) (guide)

**Provider Settings**

Parameters specific to this model provider. These must be nested inside the \`providerSettings.ideogram\` object.

### [characterReferenceImages](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-characterreferenceimages)

- **Path**: `providerSettings.ideogram.characterReferenceImages`
- **Type**: `array of strings`

Character reference images to preserve consistent facial and body traits across generations.

### [characterReferenceImagesMask](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-characterreferenceimagesmask)

- **Path**: `providerSettings.ideogram.characterReferenceImagesMask`
- **Type**: `array of strings`

Mask images for character reference images. Must match the number of character reference images.

### [magicPrompt](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-magicprompt)

- **Path**: `providerSettings.ideogram.magicPrompt`
- **Type**: `string`
- **Default**: `AUTO`

Automatic prompt enhancement.

**Allowed values**:

- `AUTO` Content-based enhancement.
- `ON` Always enhance.
- `OFF` No enhancement.

### [renderingSpeed](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-renderingspeed)

- **Path**: `providerSettings.ideogram.renderingSpeed`
- **Type**: `string`
- **Default**: `DEFAULT`

Generation speed/quality tradeoff.

**Allowed values**:

- `TURBO` Fastest generation.
- `DEFAULT` Balanced speed and quality.
- `QUALITY` Best quality.

### [stylePreset](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-stylepreset)

- **Path**: `providerSettings.ideogram.stylePreset`
- **Type**: `string`

Artistic style preset.

**Allowed values**: `80S_ILLUSTRATION` `90S_NOSTALGIA` `ABSTRACT_ORGANIC` `ANALOG_NOSTALGIA` `ART_BRUT` `ART_DECO` `ART_POSTER` `AURA` `AVANT_GARDE` `BAUHAUS` `BLUEPRINT` `BLURRY_MOTION` `BRIGHT_ART` `C4D_CARTOON` `CHILDRENS_BOOK` `COLLAGE` `COLORING_BOOK_I` `COLORING_BOOK_II` `CUBISM` `DARK_AURA` `DOODLE` `DOUBLE_EXPOSURE` `DRAMATIC_CINEMA` `EDITORIAL` `EMOTIONAL_MINIMAL` `ETHEREAL_PARTY` `EXPIRED_FILM` `FLAT_ART` `FLAT_VECTOR` `FOREST_REVERIE` `GEO_MINIMALIST` `GLASS_PRISM` `GOLDEN_HOUR` `GRAFFITI_I` `GRAFFITI_II` `HALFTONE_PRINT` `HIGH_CONTRAST` `HIPPIE_ERA` `ICONIC` `JAPANDI_FUSION` `JAZZY` `LONG_EXPOSURE` `MAGAZINE_EDITORIAL` `MINIMAL_ILLUSTRATION` `MIXED_MEDIA` `MONOCHROME` `NIGHTLIFE` `OIL_PAINTING` `OLD_CARTOONS` `PAINT_GESTURE` `POP_ART` `RETRO_ETCHING` `RIVIERA_POP` `SPOTLIGHT_80S` `STYLIZED_RED` `SURREAL_COLLAGE` `TRAVEL_POSTER` `VINTAGE_GEO` `VINTAGE_POSTER` `WATERCOLOR` `WEIRD` `WOODBLOCK_PRINT`

### [styleReferenceImages](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-stylereferenceimages)

- **Path**: `providerSettings.ideogram.styleReferenceImages`
- **Type**: `array of strings`

Reference images for visual style transfer. The model extracts and applies the artistic style from these images.

### [styleType](https://runware.ai/docs/models/ideogram-3-0#request-providersettings-ideogram-styletype)

- **Path**: `providerSettings.ideogram.styleType`
- **Type**: `string`
- **Default**: `AUTO`

Visual style and rendering approach.

**Allowed values**:

- `AUTO` Automatically selects the most appropriate style.
- `GENERAL` Versatile style suitable for most content types.
- `REALISTIC` Photorealistic rendering with natural lighting and textures.
- `DESIGN` Optimized for graphic design, logos, and typography.
- `RENDER_3D` Three-dimensional rendering with depth and modeling effects.
- `ANIME` Anime/manga visual style.
- `FICTION` Stylized rendering for fictional and fantasy content.

## Response Parameters

### [taskType](https://runware.ai/docs/models/ideogram-3-0#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `imageInference`

Type of the task.

### [taskUUID](https://runware.ai/docs/models/ideogram-3-0#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the task.

### [imageUUID](https://runware.ai/docs/models/ideogram-3-0#response-imageuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the output image.

### [imageURL](https://runware.ai/docs/models/ideogram-3-0#response-imageurl)

- **Type**: `string`
- **Format**: `URI`

URL of the output image.

### [imageBase64Data](https://runware.ai/docs/models/ideogram-3-0#response-imagebase64data)

- **Type**: `string`

Base64-encoded image data.

### [imageDataURI](https://runware.ai/docs/models/ideogram-3-0#response-imagedatauri)

- **Type**: `string`
- **Format**: `URI`

Data URI of the output image.

### [seed](https://runware.ai/docs/models/ideogram-3-0#response-seed)

- **Type**: `integer`

The seed used for generation. If none was provided, shows the randomly generated seed.

### [NSFWContent](https://runware.ai/docs/models/ideogram-3-0#response-nsfwcontent)

- **Type**: `boolean`

Flag indicating if NSFW content was detected.

### [cost](https://runware.ai/docs/models/ideogram-3-0#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Artisan Bakery Window Signage (Text to Image)

![Artisan Bakery Window Signage](https://assets.runware.ai/examples/ideogram-3-0/8c9e17e3-1e8e-4d02-bc4c-32f6f2b206fc.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "ae5778d2-1043-4c67-b9d9-aa794e9327d3",
  "model": "ideogram:4@1",
  "positivePrompt": "A charming street-facing bakery facade at early morning, focused on beautifully designed window typography and signage. The main glass window features crisp readable text: \"MAPLE & FLOUR\" in elegant hand-painted serif lettering, with smaller text beneath reading \"Breads Pastries Coffee\" and a circular corner badge that says \"EST. 1986\". Include gold leaf details, subtle flourishes, balanced spacing, premium sign-painter craftsmanship, realistic reflections on glass, warm baked goods visible behind the window, flower boxes, weathered painted trim, highly detailed storefront branding, excellent text accuracy, coherent letterforms, professional graphic design composition, photorealistic scene.",
  "negativePrompt": "blurry text, misspelled words, distorted letters, duplicated signage, extra windows, warped typography, low detail, messy layout, clutter, watermark, logo artifacts, frame crop, tilted horizon",
  "width": 1344,
  "height": 768
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "ae5778d2-1043-4c67-b9d9-aa794e9327d3",
  "imageUUID": "3dc1f956-33ea-4096-9a92-7e30d221308d",
  "imageURL": "https://im.runware.ai/image/os/a16d07/ws/2/ii/3dc1f956-33ea-4096-9a92-7e30d221308d.jpg",
  "seed": 40905735,
  "cost": 0.06
}
```

---

### Handwritten Florist Awning Display (Text to Image)

![Handwritten Florist Awning Display](https://assets.runware.ai/examples/ideogram-3-0/9c701093-cd32-4c93-8088-49b5cf6de341.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "dc3dda2d-a398-421f-affc-f7e2e3673552",
  "model": "ideogram:4@1",
  "positivePrompt": "A charming neighborhood flower shop storefront at early morning, viewed straight-on, with a striped canvas awning and an elegant hand-painted sign that reads \"Marigold Stem House\" in large readable cream lettering. Beneath it, a smaller line reads \"fresh bouquets • dried stems • weekend workshops\". Outside the shop are galvanized buckets filled with dahlias, ranunculus, tulips, eucalyptus, and wild grasses, each with neat handwritten tags showing readable names and prices such as \"DAHLIAS 12\", \"TULIPS 9\", and \"EUCALYPTUS 7\". A sidewalk sandwich board says \"SPRING ARRANGEMENTS TODAY\" in bold chalk lettering. Warm natural sunlight, realistic textures, inviting small-business branding, excellent typography, balanced composition, subtle reflections in the window glass, tasteful color palette of sage, cream, blush, terracotta, and soft yellow, highly detailed photoreal scene designed like premium commercial signage photography.",
  "negativePrompt": "blurry text, misspelled words, distorted letters, warped signage, duplicate buckets, crowded street, cars, people blocking the storefront, harsh shadows, oversaturated colors, low detail, fisheye distortion, messy composition",
  "width": 1344,
  "height": 768,
  "providerSettings": {
    "ideogram": {
      "magicPrompt": "ON",
      "stylePreset": "JAPANDI_FUSION"
    }
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "dc3dda2d-a398-421f-affc-f7e2e3673552",
  "imageUUID": "75217815-7da1-4576-bfb8-5ae1f2067a48",
  "imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/75217815-7da1-4576-bfb8-5ae1f2067a48.jpg",
  "seed": 320317695,
  "cost": 0.06
}
```

---

### Hand-Painted Arcade Wayfinding Mural (Text to Image)

![Hand-Painted Arcade Wayfinding Mural](https://assets.runware.ai/examples/ideogram-3-0/3c84af49-690c-40d1-8e7b-db1ac362ffa0.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "96e927a2-bcbf-4d3b-b78d-c3f58ba9932c",
  "model": "ideogram:4@1",
  "positivePrompt": "An imaginative indoor arcade corridor transformed into a hand-painted wayfinding mural wall, wide cinematic view, richly textured plaster and tiled floor, hanging paper lanterns and playful directional graphics. Large beautifully rendered painted text integrated into the environment reads: \"SKYLINE ARCADE\", \"PINBALL HALL\", \"TICKET BOOTH\", \"LEVEL 2 GAMES\", and \"THIS WAY\" with arrows. The lettering is crisp, readable, varied in scale, and perfectly aligned with the wall composition. Charming eclectic scene with families and players in the distance, claw machines, pinball glow, patterned ceiling beams, color-blocked shapes, whimsical mascots, polished yet handcrafted design language, vivid but tasteful palette of cobalt, coral, mustard, and cream, high detail, excellent typography, realistic materials, immersive depth, professional graphic design photography.",
  "negativePrompt": "blurry text, misspelled words, distorted letters, duplicated signage, cropped text, low detail, empty scene, watermark, logo, frame, gloomy lighting",
  "width": 1344,
  "height": 768
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "96e927a2-bcbf-4d3b-b78d-c3f58ba9932c",
  "imageUUID": "7f18834b-9b52-4182-9cca-848584803b1f",
  "imageURL": "https://im.runware.ai/image/os/a16d07/ws/2/ii/7f18834b-9b52-4182-9cca-848584803b1f.jpg",
  "seed": 1128435637,
  "cost": 0.06
}
```

---

### Subway Jazz Club Marquee (Text to Image)

![Subway Jazz Club Marquee](https://assets.runware.ai/examples/ideogram-3-0/ddc5d85e-706d-4647-bb11-1a0d8cd480e8.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "3a300027-be07-4fd4-a95b-4f1b8dd572ef",
  "model": "ideogram:4@1",
  "positivePrompt": "A richly detailed underground subway jazz club entrance transformed into an elegant live-music venue, warm amber bulbs, tiled walls, polished brass handrails, velvet rope, hand-painted sandwich board, framed gig flyers, and a large illuminated marquee with crisp readable text: 'THE COPPER NOTE' on the main sign, smaller text below: 'LIVE TONIGHT' and 'TRIO AT 8:30'. A diverse crowd in stylish evening attire gathers on the platform, saxophone case near the stairs, subtle haze, glossy floor reflections, dramatic perspective down the tunnel, photorealistic textures, sophisticated atmosphere, impeccable typography, balanced composition, high detail.",
  "negativePrompt": "blurry text, misspelled words, duplicated people, extra limbs, warped hands, unreadable signage, low detail, oversaturated colors, empty scene, cartoonish rendering",
  "width": 1280,
  "height": 704
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "3a300027-be07-4fd4-a95b-4f1b8dd572ef",
  "imageUUID": "66b0a73f-0d0c-4d47-ad77-d82f09d2dac1",
  "imageURL": "https://im.runware.ai/image/os/a24d12/ws/2/ii/66b0a73f-0d0c-4d47-ad77-d82f09d2dac1.jpg",
  "seed": 1791711315,
  "cost": 0.06
}
```