V4.0q [fast]
/v1/run4.0 Fast by Ideogram - generate stunning images from text prompts with state-of-the-art AI. Supports multiple aspect ratios, styles, and high-resolution output for creative and commercial use.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to ideogram/4.0/fast.
Default: ideogram/4.0/fast
The prompt to generate an image from.
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
The format of the generated image.
Allowed values: jpeg, png
Default: jpeg
The seed to use for generation. If not provided, a random seed will be used.
The rendering speed to use. Faster speeds use fewer denoising steps.
Allowed values: TURBO, BALANCED, QUALITY
Default: BALANCED
Which model expands the prompt. 'None' disables expansion; 'Medium' uses the fast magic prompt model.
Allowed values: None, Medium
Default: Medium
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.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
Model capabilities
Capabilities declared by the model registry.
Default: text-to-image
Execution mode declared by the model registry.
Default: async