Ideogram 1.0 Remix
Ideogram 1.0 Remix lets you transform existing images with new styles and moods. Provide a reference image with a prompt to iterate on layout or typography. Ideal for brand teams that need fast visual variations from a single base concept.
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:1@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»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.
Retro Futurist Cereal Package
{
"taskType": "imageInference",
"taskUUID": "c66f635c-915f-4f27-8add-f02b6510a321",
"model": "ideogram:1@2",
"positivePrompt": "Transform the reference cereal box into a bold retro-futurist breakfast package for a fictional brand called SUNSPARK CRISPS. Keep the front-facing box layout from the reference, but redesign the surface with punchy geometric shapes, chrome accents, starburst motifs, cheerful grain illustrations, and large readable package text. Include prominent product name typography, a playful badge that says WHOLE GRAIN, a small corner burst that says NEW SHAPE, and a neat nutrition panel area. Bright tangerine, aqua, cream, and cobalt palette, crisp print-ready composition, inventive branding, polished commercial packaging mockup, highly legible text, clean edges, premium art direction.",
"negativePrompt": "blurry text, warped box structure, damaged packaging, handwritten lettering, photoreal human subjects, cluttered background, excessive shadows, duplicate elements, messy composition",
"width": 1024,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c1314d9f-c48b-46ac-a21b-dbe57a3f3d7e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "c66f635c-915f-4f27-8add-f02b6510a321",
"imageUUID": "3412e246-0d5e-4e0c-acef-18688eecdb10",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/3412e246-0d5e-4e0c-acef-18688eecdb10.jpg",
"seed": 1676511258,
"cost": 0.06
}Kinetic Tea Tin Identity
{
"taskType": "imageInference",
"taskUUID": "45c552c4-785b-4595-adb9-393191f536ac",
"model": "ideogram:1@2",
"positivePrompt": "Remix this tea tin package into an expressive premium herbal blend identity called 'EMBER LEAF'. Keep the cylindrical tin structure and front-facing composition from the reference image, but redesign the label with striking editorial typography, layered paper-cut botanical shapes, ember-orange, deep spruce, cream, and muted gold accents, crisp ingredient hierarchy, elegant decorative borders, and a tactile print-design feel. Add subtle leaf silhouettes, contemporary artisanal branding, and believable packaging details suitable for a boutique grocery shelf. Clean studio background, polished commercial presentation, highly legible text placement, sophisticated graphic balance.",
"negativePrompt": "blurry text, warped container, extra tins, cluttered background, low contrast, messy composition, plastic look, damaged label, vintage perfume styling, bakery packaging, cereal box, unreadable typography",
"width": 1024,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "ON"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/39ba72cd-b83c-423a-b1a3-16cacb6937f8.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "45c552c4-785b-4595-adb9-393191f536ac",
"imageUUID": "bbe17f75-844c-4364-942b-2c817551b206",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/bbe17f75-844c-4364-942b-2c817551b206.jpg",
"seed": 1916038547,
"cost": 0.06
}Art Deco Perfume Label
{
"taskType": "imageInference",
"taskUUID": "c9c1def4-c5b6-4f54-989f-d3922ba5d986",
"model": "ideogram:1@2",
"positivePrompt": "Transform the reference packaging into a luxurious Art Deco fragrance brand presentation. Keep the bottle and box layout recognizable, but redesign the label and box graphics with gilded geometric borders, black and ivory color blocking, fine line ornament, fan motifs, embossed metallic details, and elegant typographic hierarchy. Add the brand name 'AURELIA NOIR' prominently on the front with the subtitle 'Parfum Extrait' beneath it. Sophisticated studio lighting, polished surfaces, premium editorial product styling, high-end cosmetic branding, crisp legible text, visually balanced composition.",
"negativePrompt": "cartoon, low resolution, blurry text, warped packaging, extra objects, messy background, grunge, handwritten lettering, oversaturated colors, plastic toy appearance",
"width": 1024,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e789c579-45b2-4ad6-a50f-4d1555aed663.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "c9c1def4-c5b6-4f54-989f-d3922ba5d986",
"imageUUID": "c9cbc1db-e38d-4c79-be84-f3e052f13818",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/c9cbc1db-e38d-4c79-be84-f3e052f13818.jpg",
"seed": 1512689630,
"cost": 0.06
}Ornate Bakery Box Redesign
{
"taskType": "imageInference",
"taskUUID": "018cdac3-3f20-4090-a170-634dc73279cc",
"model": "ideogram:1@2",
"positivePrompt": "Remix this packaging mockup into an imaginative boutique pâtisserie gift box design inspired by gilded storybook illustration and Art Nouveau flourishes. Keep the overall box structure and front-facing composition from the reference image, but transform the label into an elegant confectionery brand identity. Use a palette of buttercream, pistachio, apricot, and antique gold. Add intricate illustrated details such as curling wheat, pears, sugared plums, tiny swans, ribbon motifs, and decorative filigree framing. Include beautifully styled packaging typography reading 'Maison Doucette' with smaller text 'Fine Pastries & Candied Fruit'. Premium printed paper texture, embossed accents, tasteful luxury branding, highly polished commercial product photography.",
"negativePrompt": "low resolution, blurry text, warped packaging, crushed box, messy layout, extra boxes, cluttered background, harsh shadows, distorted lettering, plastic look, cheap branding, oversaturated colors",
"width": 1024,
"height": 768,
"providerSettings": {
"ideogram": {
"magicPrompt": "OFF"
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/20fe6f7f-3a50-44c6-aae5-7b8d461ead4e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "018cdac3-3f20-4090-a170-634dc73279cc",
"imageUUID": "9dd07b6d-137f-4142-b4c7-bf5fed4377b6",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/2/ii/9dd07b6d-137f-4142-b4c7-bf5fed4377b6.jpg",
"seed": 1279128317,
"cost": 0.06
}