← All models
Train Ideogram on your photos, your style, your subject, your look, from a small set of reference images to images that feel consistently yours
images
Details
- Accepts
- text
Pricing
- Price
- 3.75 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for the random number generator. |
| promptrequired | string | Text prompt describing the image to generate. |
| model_idrequired | string | The id of a trained custom model returned by /train. The model must have finished training (status COMPLETED). |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| num_images | integer | Number of images to generate. |
| aspect_ratio | stringenum: 1:3, 3:1, 1:2, 2:1, 9:16, 16:9… | The aspect ratio of the generated image. |
| expand_prompt | boolean | Whether to expand the prompt with MagicPrompt functionality. |
| negative_prompt | string | Description of what to exclude from the image. Descriptions in the prompt take precedence over descriptions in the negative prompt. |
| rendering_speed | stringenum: TURBO, BALANCED, QUALITY | The rendering speed to use. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for the random number generator. |
| images | array | The generated images. |