---
title: Ideogram 3.0 Remix | Runware Docs
url: https://runware.ai/docs/models/ideogram-3-0-remix
description: Remix Ideogram 3.0 images with fresh styles and palettes
---
# Ideogram 3.0 Remix

Ideogram 3.0 Remix lets you rework existing images into new styles while it preserves layout and composition. Use it to test creative variants, adjust palettes, or adapt designs for new campaigns. Ideal for A/B testing, rapid iteration, and brand safe visual updates.

- **ID**: `ideogram:4@2`
- **Status**: live
- **Creator**: Ideogram
- **Release Date**: April 30, 2025
- **Capabilities**: Image to Image

## Compatibility & Validation

`providerSettings` cannot be used with `providerSettings`.

---

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-remix#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-remix#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-remix#request-outputtype)

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

Image output type.

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

### [outputFormat](https://runware.ai/docs/models/ideogram-3-0-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#request-includecost)

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

Include task cost in the response.

### [numberResults](https://runware.ai/docs/models/ideogram-3-0-remix#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.

**Inputs**

Input resources for the task (images, audio, etc). These must be nested inside the \`inputs\` object.

### [referenceImages](https://runware.ai/docs/models/ideogram-3-0-remix#request-inputs-referenceimages)

- **Path**: `inputs.referenceImages`
- **Type**: `array of strings`
- **Required**: true

List of reference images (UUID, URL, Data URI, or Base64).

**Generation Parameters**

Core parameters for controlling the generated content.

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

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

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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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-remix#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.

### [remixStrength](https://runware.ai/docs/models/ideogram-3-0-remix#request-providersettings-ideogram-remixstrength)

- **Path**: `providerSettings.ideogram.remixStrength`
- **Type**: `integer`
- **Min**: `1`
- **Max**: `100`
- **Default**: `50`

Transformation intensity for Remix models. Higher values create more dramatic changes.

### [renderingSpeed](https://runware.ai/docs/models/ideogram-3-0-remix#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.

### [styleCode](https://runware.ai/docs/models/ideogram-3-0-remix#request-providersettings-ideogram-stylecode)

- **Path**: `providerSettings.ideogram.styleCode`
- **Type**: `string`
- **Min**: `8`
- **Max**: `8`

Predefined style code (8-char hex).

### [stylePreset](https://runware.ai/docs/models/ideogram-3-0-remix#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-remix#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-remix#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-remix#response-tasktype)

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

Type of the task.

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

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

UUID of the task.

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

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

UUID of the output image.

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

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

URL of the output image.

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

- **Type**: `string`

Base64-encoded image data.

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

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

Data URI of the output image.

### [seed](https://runware.ai/docs/models/ideogram-3-0-remix#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-remix#response-nsfwcontent)

- **Type**: `boolean`

Flag indicating if NSFW content was detected.

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

- **Type**: `float`

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

## Examples

### Rainy Neon Alley Rebrand (Image to Image)

![Rainy Neon Alley Rebrand](https://assets.runware.ai/examples/ideogram-3-0-remix/d5320d23-4983-4822-afb5-a37815551e6a.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "268e21f3-be75-4bf4-91dc-6a51e0f0a916",
  "model": "ideogram:4@2",
  "positivePrompt": "Transform the reference image into a sleek futuristic shopping lane after rainfall, preserving the original layout and perspective. Replace the plain storefronts with elegant luminous displays, holographic wayfinding panels, reflective chrome details, electric magenta and cyan accents, puddles mirroring the lights, subtle mist, fashionable pedestrians with clear silhouettes, premium commercial photography look, high detail, crisp reflections, cinematic depth, refined brand-safe atmosphere, no readable text",
  "negativePrompt": "blurry, low detail, warped architecture, duplicated people, distorted scooter, messy composition, unreadable typography, oversaturated, noise, watermark",
  "width": 1344,
  "height": 768,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/53de57ff-eced-4d08-9631-9d749bb7104d.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "268e21f3-be75-4bf4-91dc-6a51e0f0a916",
  "imageUUID": "f8bf163e-031a-49d3-b2fc-99f8ece7c2f7",
  "imageURL": "https://im.runware.ai/image/os/a25d05/ws/2/ii/f8bf163e-031a-49d3-b2fc-99f8ece7c2f7.jpg",
  "seed": 495662969,
  "cost": 0.06
}
```

---

### Seaside Funfair Ticket Booth (Image to Image)

![Seaside Funfair Ticket Booth](https://assets.runware.ai/examples/ideogram-3-0-remix/9f573fc4-c667-4588-9814-23c511f7e290.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "1b75c404-676f-4823-9578-1193a0668fb4",
  "model": "ideogram:4@2",
  "positivePrompt": "Transform the reference image into a vivid seaside funfair ticket booth for a family attraction campaign, preserving the original structure, camera angle, and overall layout. Add playful striped awnings, hand-painted signage reading 'SUNSPIN PIER TICKETS', strings of triangular pennants, cotton-candy pink and turquoise color palette, polished wood trim, bright summer sky, hints of a ferris wheel and rides softly visible in the distance, cheerful nostalgic atmosphere, highly detailed surfaces, clean commercial photography look, crisp focus, inviting brand-safe composition.",
  "negativePrompt": "night scene, neon alley, graffiti, grunge, heavy crowds, character close-up, broken structure, fog, dirt, dystopian mood, warped text, blurry details, low contrast, cluttered background",
  "width": 1280,
  "height": 800,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/374e1674-9ba4-4fae-900c-371626e5cf40.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "1b75c404-676f-4823-9578-1193a0668fb4",
  "imageUUID": "cf075d76-9c29-4f05-b277-b5c7577944c7",
  "imageURL": "https://im.runware.ai/image/os/a23d05/ws/2/ii/cf075d76-9c29-4f05-b277-b5c7577944c7.jpg",
  "seed": 406475204,
  "cost": 0.06
}
```

---

### Kite Festival Rooftop Mural (Image to Image)

![Kite Festival Rooftop Mural](https://assets.runware.ai/examples/ideogram-3-0-remix/3977ed5b-c71d-4ecf-bc74-c0292dbe05ce.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "7aa9f7d6-e19f-4837-bff6-789c94e09833",
  "model": "ideogram:4@2",
  "positivePrompt": "Transform the reference image into a vibrant large-scale painted wall graphic while preserving the original rooftop composition, people placement, skyline structure, and kite positions. Replace the plain photographic look with striking mural aesthetics: sweeping geometric color blocks, hand-painted textures, crisp outlines, oversized kite patterns across the sky, bold festive palette of cobalt, coral, saffron, mint, and cream, sunlit atmosphere, joyful community energy, polished commercial campaign visuals, high detail, clean shapes, dynamic but brand-safe, no text",
  "negativePrompt": "blurry, messy anatomy, duplicate people, extra kites, warped buildings, gloomy lighting, grunge decay, heavy shadows, text, watermark, logo",
  "width": 1344,
  "height": 768,
  "providerSettings": {
    "ideogram": {
      "magicPrompt": "ON",
      "stylePreset": "BAUHAUS"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/807ac1ac-b03b-4026-b821-aa340fadf187.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "7aa9f7d6-e19f-4837-bff6-789c94e09833",
  "imageUUID": "1e70c271-11ac-4f80-b23a-86a647da0d15",
  "imageURL": "https://im.runware.ai/image/os/a08d21/ws/2/ii/1e70c271-11ac-4f80-b23a-86a647da0d15.jpg",
  "seed": 1260131386,
  "cost": 0.06
}
```

---

### Desert Monorail Citrus Rebrand (Image to Image)

![Desert Monorail Citrus Rebrand](https://assets.runware.ai/examples/ideogram-3-0-remix/62a50cae-14fb-4f17-938a-140abafb5f02.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "a4bac235-2574-4edc-b14d-0a66702bb7ee",
  "model": "ideogram:4@2",
  "positivePrompt": "Transform the reference image into a polished citrus soda campaign while preserving the original composition and monorail layout. Replace the blank ad panels with vivid tangerine and grapefruit branding, juicy sliced citrus graphics, crisp geometric shapes, elegant sans-serif packaging mockups, and sun-washed travel energy. Keep the desert setting, train position, station structure, horizon line, and overall scene framing consistent. Bright punchy orange, coral, cream, and turquoise color palette, sophisticated commercial design, clean edges, high visual clarity, premium campaign aesthetic.",
  "negativePrompt": "crowds, clutter, extra vehicles, distorted train anatomy, illegible signage, damaged infrastructure, gloomy lighting, fantasy elements, grunge, low contrast, messy composition",
  "width": 1344,
  "height": 768,
  "providerSettings": {
    "ideogram": {
      "magicPrompt": "ON",
      "stylePreset": "MAGAZINE_EDITORIAL"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/2685fcba-4219-4a9a-bf4b-19f51f1f4381.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "a4bac235-2574-4edc-b14d-0a66702bb7ee",
  "imageUUID": "24dcfb79-912b-4e37-a6ee-2d015c9b437e",
  "imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/24dcfb79-912b-4e37-a6ee-2d015c9b437e.jpg",
  "seed": 1347617513,
  "cost": 0.06
}
```