← All models
Ideogram V4.0q Image to Image
v4
Image generationby ideogram
Ideogram V4.0q Image-to-Image transforms an input image with a text prompt, restyling and reworking the composition while preserving its core structure for prompt-faithful, high-fidelity edits.
images
Data schema
Input
| Field | Type | Description |
|---|---|---|
| n | integer | Number of outputs. |
| seed | — | The seed to use for generation. If not provided, a random seed will be used. |
| promptrequired | string | The prompt to generate an image from. |
| sync_mode | boolean | If `True`, the image is returned as a data URI and is not stored. |
| image_size | — | The resolution of the generated image. |
| num_images | integer | Number of images to generate. |
| acceleration | stringenum: none, low, regular, high | The acceleration level to use for the image generation. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| expansion_model | stringenum: None, Medium, Large | 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. |
| rendering_speed | stringenum: TURBO, BALANCED, QUALITY | The rendering speed to use. Faster speeds use fewer denoising steps. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated images. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |
