Skip to content

Ideogram V4.0q Image to Image

POST/v1/run

4.0 by Ideogram - AI-powered image editing, style transfer, and transformation. Edit photos with natural language instructions, remove backgrounds, change styles, and enhance images effortlessly.

Request body

Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.

stringmodelrequired

Model identifier. Set to ideogram/4.0/image-to-image.

Default: ideogram/4.0/image-to-image

stringpromptrequired

The prompt to generate an image from.

stringimagerequired

URL of the input image for image-to-image generation.

Optional<number>strength

How much to transform the input image. 1.0 ignores the input image entirely; lower values stay closer to it.

Range: 0 to 1

Default: 0.8

Optional<string>output_format

The format of the generated image.

Allowed values: jpeg, png

Default: jpeg

Optional<string>expansion_model

Which model expands the prompt. 'None' disables prompt expansion and skips its fee; 'Medium' is fast; 'Large' uses Ideogram's Magic Prompt for the highest quality.

Allowed values: None, Medium, Large

Default: Medium

Optional<string>rendering_speed

The rendering speed to use. Faster speeds use fewer denoising steps.

Allowed values: TURBO, BALANCED, QUALITY

Default: BALANCED

Optional<string>aspect_ratio

The aspect ratio of the generated image.

Allowed values: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16

Optional<integer>seed

The seed to use for generation. If not provided, a random seed will be used.

Response Schema

The submit endpoint returns a run response. If its status is pending or running, poll GET /v1/run/{id} with the returned opaque ID until it reaches a terminal state.

stringidrequired

Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.

stringstatusrequired

Current public run status.

Allowed values: pending, running, completed, failed, timeout

Optional<string>model

Public SandBase model name used for this run.

Optional<array<object>>outputs

Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.

Optional<object>error

Present only for failed or timeout runs. Contains a public error type and sanitized message.

Optional<string>error.type

Stable public error category.

Optional<string>error.message

Sanitized error message safe to show to clients.

Optional<object>usage

Usage details when available.

Model capabilities

array<string>capability_tagsrequired

Capabilities declared by the model registry.

Default: image-to-image

stringexecution_moderequired

Execution mode declared by the model registry.

Default: async