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.
API Options
Platform-level options for task execution and delivery.
-
taskType
string required value: imageInference -
Identifier for the type of task being performed
-
taskUUID
string required UUID v4 -
UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.
-
outputType
string default: URL -
Image output type.
Allowed values 3 values
-
outputFormat
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.
**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 3 values
-
outputQuality
integer min: 20 max: 99 default: 95 -
Compression quality of the output. Higher values preserve quality but increase file size.
-
webhookURL
string 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 PLATFORM
- Webhooks
-
deliveryMethod
string default: sync -
Determines how the API delivers task results.
Allowed values 2 values
- Returns complete results directly in the API response.
- Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.
Learn more 1 resource
- Task Polling PLATFORM
-
uploadEndpoint
string 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.
// 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.jpgThe content data will be sent as the request body to the specified URL when generation is complete.
-
safety
object -
Content safety checking configuration for image generation.
Properties 2 properties
-
safety»checkContentcheckContent
boolean default: false -
Enable or disable content safety checking. When enabled, defaults to
fastmode.
-
safety»modemode
string default: none -
Safety checking mode for image generation.
Allowed values 2 values
- Disables checking.
- Performs a single check.
-
-
ttl
integer min: 60 -
Time-to-live (TTL) in seconds for generated content. Only applies when
outputTypeisURL.
-
includeCost
boolean default: false -
Include task cost in the response.
-
numberResults
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.
inputs object.-
inputs»referenceImagesreferenceImages
array of strings required items: 1 -
List of reference images (UUID, URL, Data URI, or Base64).
Generation Parameters
Core parameters for controlling the generated content.
-
model
string required value: ideogram:4@2 -
Identifier of the model to use for generation.
Learn more 3 resources
-
positivePrompt
string required min: 1 max: 2000 -
Text prompt describing elements to include in the generated output.
Learn more 2 resources
-
negativePrompt
string min: 1 max: 2000 -
Prompt to guide what to exclude from generation. Ignored when guidance is disabled (CFGScale ≤ 1).
Learn more 1 resource
-
Width of the generated media in pixels.
Learn more 2 resources
-
Height of the generated media in pixels.
Learn more 2 resources
Provider Settings
Parameters specific to this model provider. These must be nested inside the providerSettings.ideogram object.
providerSettings.ideogram object.-
providerSettings»ideogram»characterReferenceImagescharacterReferenceImages
array of strings items: 1 -
Character reference images to preserve consistent facial and body traits across generations.
-
providerSettings»ideogram»characterReferenceImagesMaskcharacterReferenceImagesMask
array of strings items: 1 -
Mask images for character reference images. Must match the number of character reference images.
-
providerSettings»ideogram»magicPromptmagicPrompt
string default: AUTO -
Automatic prompt enhancement.
Allowed values 3 values
- Content-based enhancement.
- Always enhance.
- No enhancement.
-
providerSettings»ideogram»remixStrengthremixStrength
integer min: 1 max: 100 default: 50 -
Transformation intensity for Remix models. Higher values create more dramatic changes.
-
providerSettings»ideogram»renderingSpeedrenderingSpeed
string default: DEFAULT -
Generation speed/quality tradeoff.
Allowed values 3 values
- Fastest generation.
- Balanced speed and quality.
- Best quality.
-
providerSettings»ideogram»styleCodestyleCode
string min: 8 max: 8 -
Predefined style code (8-char hex).
-
providerSettings»ideogram»stylePresetstylePreset
string -
Artistic style preset.
Allowed values 62 values
-
providerSettings»ideogram»styleReferenceImagesstyleReferenceImages
array of strings min items: 1max items: 4 -
Reference images for visual style transfer. The model extracts and applies the artistic style from these images.
-
providerSettings»ideogram»styleTypestyleType
string default: AUTO -
Visual style and rendering approach.
Allowed values 7 values
- Automatically selects the most appropriate style.
- Versatile style suitable for most content types.
- Photorealistic rendering with natural lighting and textures.
- Optimized for graphic design, logos, and typography.
- Three-dimensional rendering with depth and modeling effects.
- Anime/manga visual style.
- Stylized rendering for fictional and fantasy content.
Rainy Neon Alley Rebrand
{
"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"
]
}
}{
"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
{
"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"
]
}
}{
"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
{
"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"
]
}
}{
"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
{
"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"
]
}
}{
"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
}