Train a custom model on your own images, then use it to generate new images in your unique style.
Custom model training lets you fine-tune an Ideogram model on your own dataset of images. Once training completes, you can use the model with the Generate endpoint by passing its custom_model_uri.
The workflow has four steps:
Upload your training images to the dataset. You can upload individual images (JPEG, PNG, WebP), optional .txt caption sidecar files, or ZIP archives containing both.
sunset.txt captions sunset.jpg).You can also upload a ZIP file containing images and captions together, which is convenient for larger datasets.
Once your dataset has enough images, start training by giving your model a name.
Poll the model details endpoint to check when training completes.
Once training is complete and is_available_for_generation is true, use the custom_model_uri from the model details to generate images.