infery
← All models

Ideogram

ideogram-custom-models-generate

Image generationby Ideogram

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

FieldTypeDescription
seedSeed for the random number generator.
promptrequiredstringText prompt describing the image to generate.
model_idrequiredstringThe id of a trained custom model returned by /train. The model must have finished training (status COMPLETED).
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
num_imagesintegerNumber of images to generate.
aspect_ratiostringenum: 1:3, 3:1, 1:2, 2:1, 9:16, 16:9The aspect ratio of the generated image.
expand_promptbooleanWhether to expand the prompt with MagicPrompt functionality.
negative_promptstringDescription of what to exclude from the image. Descriptions in the prompt take precedence over descriptions in the negative prompt.
rendering_speedstringenum: TURBO, BALANCED, QUALITYThe rendering speed to use.

Output

FieldTypeDescription
seedintegerSeed used for the random number generator.
imagesarrayThe generated images.