Ideogram 3.0 Reframe
Ideogram 3.0 Reframe performs style consistent outpainting that extends images beyond their borders. It adapts visuals to new aspect ratios without breaking composition or look. Ideal for repurposing creative, social posts, and design assets for varied formats.
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»seedImageseedImage
string required -
Image used as a starting point for the generation (UUID, URL, Data URI, or Base64).
Learn more 3 resources
Generation Parameters
Core parameters for controlling the generated content.
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»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.
Glasshouse Dessert Workshop Spread
{
"taskType": "imageInference",
"taskUUID": "73540088-e4d0-4932-b209-efba02060a48",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "MAGAZINE_EDITORIAL"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/97d4d1fd-f26e-470c-8c68-7993901c39f1.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "73540088-e4d0-4932-b209-efba02060a48",
"imageUUID": "af78a39d-2e40-41d1-96af-a7a20cf189ae",
"imageURL": "https://im.runware.ai/image/os/a19d05/ws/2/ii/af78a39d-2e40-41d1-96af-a7a20cf189ae.jpg",
"seed": 671478148,
"cost": 0.09
}Grand Atrium Fashion Mural
{
"taskType": "imageInference",
"taskUUID": "39b03925-6630-447b-8a32-1419161ad5ac",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "MAGAZINE_EDITORIAL"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/d9e9ee21-1844-4845-8523-0fab9b609b62.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "39b03925-6630-447b-8a32-1419161ad5ac",
"imageUUID": "f2a9b435-3698-4978-9eaa-2f974efd372e",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/f2a9b435-3698-4978-9eaa-2f974efd372e.jpg",
"seed": 404270294,
"cost": 0.09
}Nautical Museum Whale Hall
{
"taskType": "imageInference",
"taskUUID": "5c043b3e-0eec-4812-99d6-b2d2b97a5734",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "DRAMATIC_CINEMA"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/060cc594-882b-4a89-b098-094279a25a36.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "5c043b3e-0eec-4812-99d6-b2d2b97a5734",
"imageUUID": "d2905533-6014-42a5-83ee-0764c2d018f4",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/d2905533-6014-42a5-83ee-0764c2d018f4.jpg",
"seed": 924426133,
"cost": 0.09
}Rainy Record Shop Window
{
"taskType": "imageInference",
"taskUUID": "22d5ef6a-9867-43a6-b42e-b3ab5a0d5e28",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "ANALOG_NOSTALGIA"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/9b116d98-0fe0-4d3e-b5b0-95d644a0fbdf.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "22d5ef6a-9867-43a6-b42e-b3ab5a0d5e28",
"imageUUID": "1aeadf95-da8c-45f6-ac27-b72272ceec4a",
"imageURL": "https://im.runware.ai/image/os/a13d12/ws/2/ii/1aeadf95-da8c-45f6-ac27-b72272ceec4a.jpg",
"seed": 1326110034,
"cost": 0.09
}Art Deco Aquarium Lounge
{
"taskType": "imageInference",
"taskUUID": "cc4320f7-8382-490c-b47c-c32c016b2666",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "ART_DECO"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/5d37b489-f36b-4d99-a3e0-4b26c984f561.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "cc4320f7-8382-490c-b47c-c32c016b2666",
"imageUUID": "f74949f2-c93b-44f8-b4df-a9837e739af2",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/2/ii/f74949f2-c93b-44f8-b4df-a9837e739af2.jpg",
"seed": 272425592,
"cost": 0.09
}Retro Bowling Alley Panorama
{
"taskType": "imageInference",
"taskUUID": "9dd2b8c4-f088-409a-8110-c7b2a79dcf66",
"model": "ideogram:4@4",
"width": 1536,
"height": 640,
"providerSettings": {
"ideogram": {
"renderingSpeed": "QUALITY",
"magicPrompt": "ON",
"stylePreset": "90S_NOSTALGIA"
}
},
"inputs": {
"seedImage": "https://assets.runware.ai/assets/inputs/3c90c193-920f-47af-8c91-13f53a11c9be.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "9dd2b8c4-f088-409a-8110-c7b2a79dcf66",
"imageUUID": "d6d3be67-761b-4fb8-9199-f7ca3e84fe5a",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/d6d3be67-761b-4fb8-9199-f7ca3e84fe5a.jpg",
"seed": 1261518804,
"cost": 0.09
}