Ideogram 2.0 Remix
Ideogram 2.0 Remix lets you rework existing images while preserving structure and layout. Change styles or mood, adjust composition, and iterate quickly from a reference image. Ideal for designers who need fast visual variants and style exploration from prior outputs.
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:3@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»colorPalettecolorPalette
object -
Color palette for generation. Use a preset
nameor custommembers.Properties 2 properties
-
providerSettings»ideogram»colorPalette»namename
string -
Preset color palette name.
Allowed values 8 values
-
providerSettings»ideogram»colorPalette»membersmembers
array of objects min items: 1 -
Custom color palette with hex colors and weights.
Properties 2 properties
-
providerSettings»ideogram»colorPalette»members»colorHexcolorHex
string required -
Hexadecimal color code (e.g., #FF5733).
-
providerSettings»ideogram»colorPalette»members»colorWeightcolorWeight
float min: 0.05 max: 1 step: 0.01 -
Color influence weight (0.05 - 1.0).
-
-
-
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»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.
Art Deco Rainy Train Hall
{
"taskType": "imageInference",
"taskUUID": "19da3ab6-1983-490d-afcd-845171c2aece",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a sumptuous Art Deco transit hall during a summer storm, preserving the original architecture and camera framing. Add black-and-gold geometric inlays, brass trim, gleaming marble columns, long reflections across the floor, and huge window panes streaked with rain. Replace the neutral atmosphere with a moody cinematic interior lit by warm sconces and cool storm light from outside. Include elegant travelers with period-inspired coats and luggage, a grand departures board, polished metal benches, dramatic symmetry, layered depth, refined texture, and a luxurious 1930s-inspired visual language.",
"negativePrompt": "low detail, blurry, distorted anatomy, warped architecture, crooked perspective, messy composition, extra limbs, duplicate people, oversaturated colors, flat lighting, text artifacts, watermark, logo",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "DESIGN"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e2b5e46c-b32a-4b40-bc76-d7dd61be47ec.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "19da3ab6-1983-490d-afcd-845171c2aece",
"imageUUID": "0c74f442-ae34-4fad-b071-9390dd44b686",
"imageURL": "https://im.runware.ai/image/os/a23d05/ws/2/ii/0c74f442-ae34-4fad-b071-9390dd44b686.jpg",
"seed": 1952539914,
"cost": 0.08
}Origami Market Atrium Interior
{
"taskType": "imageInference",
"taskUUID": "dc8bfdb8-9c99-4154-a1ba-abb92d533223",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference atrium into an imaginative indoor marketplace made entirely from folded paper and cut-card materials, preserving the original layout, staircase placement, balcony structure, and camera angle. Replace architectural surfaces with layered origami panels, pleated awnings, suspended paper mobiles, folded fruit stalls, hand-cut banners, and geometric paper plants. Add tiny crafted details like visible paper edges, scored fold lines, tabs, seams, matte cardstock textures, and delicate shadows between layers. Cheerful artisan atmosphere, inventive merchandising displays, rich spatial depth, crisp composition, highly detailed handcrafted installation aesthetic.",
"negativePrompt": "watermark, text, logo, blurry, low detail, warped anatomy, extra limbs, plastic look, glossy metal, broken perspective, duplicate objects",
"width": 1216,
"height": 832,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/9c2635a2-2cce-461e-a571-a7c171e3d52d.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "dc8bfdb8-9c99-4154-a1ba-abb92d533223",
"imageUUID": "bdcbe444-bc14-45f0-bc3f-dd87ef157a01",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/bdcbe444-bc14-45f0-bc3f-dd87ef157a01.jpg",
"seed": 573639402,
"cost": 0.08
}Glasshouse Orchestra Rehearsal Hall
{
"taskType": "imageInference",
"taskUUID": "34ef7f22-c996-466b-90c9-59a66ae35a10",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference image into a grand rehearsal hall inside a restored Victorian glasshouse, keeping the original central aisle composition and architectural perspective. Replace the empty walkway with a polished wooden stage runway, arranged string sections, brass stands, scattered sheet music, and a conductor's podium. Sunlight pours through towering glass panels, creating prismatic reflections and soft haze. Suspended botanical arrangements weave through the iron arches, blending nature with refined performance design. Rich details, elegant symmetry, atmospheric depth, cinematic interior photography, intricate textures, expressive lighting, no audience, immersive and refined.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, warped instruments, duplicated objects, cluttered composition, heavy fog, cartoon look",
"width": 1344,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON",
"styleType": "REALISTIC"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/cc70f44e-beb3-4d3c-aa51-cf05f2d276dc.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "34ef7f22-c996-466b-90c9-59a66ae35a10",
"imageUUID": "2bd4c1e1-7df1-466d-b906-5a8bb3a95925",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/2bd4c1e1-7df1-466d-b906-5a8bb3a95925.jpg",
"seed": 1748736027,
"cost": 0.08
}Rainy Harbor Noodle Kiosk
{
"taskType": "imageInference",
"taskUUID": "b91d0345-a37b-45b5-82ba-498360d2c8e8",
"model": "ideogram:3@2",
"positivePrompt": "Transform the reference scene into an atmospheric harbor-side noodle kiosk at night, keeping the original composition and layout intact. Wet pavement reflecting striped awning lights, steam rising from pots, hand-painted signage, stacked ceramic bowls, slick metal surfaces, distant fishing boats and dock ropes in soft haze, rich reflections in puddles, lively but intimate urban-cooking scene, cinematic depth, tactile textures, expressive lighting, polished editorial photography feel",
"negativePrompt": "text artifacts, extra buildings, warped furniture, duplicated objects, distorted hands, blurry details, low contrast, flat lighting, oversaturated colors, empty background, cartoonish rendering",
"width": 1280,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/d0dae438-2005-4984-8733-be245efbc8ae.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b91d0345-a37b-45b5-82ba-498360d2c8e8",
"imageUUID": "1b2555e0-50a0-42cb-9cda-1d4651330cf6",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/2/ii/1b2555e0-50a0-42cb-9cda-1d4651330cf6.jpg",
"seed": 1296634183,
"cost": 0.08
}