Train a custom Ideogram v3 model

Start training a custom Ideogram v3 model from a dataset using default hyperparameters. The dataset must contain at least 15 images and a maximum of 100 images.

Authentication

Api-Keystring

API key for access control. Use in the header with the name “Api-Key”

Request

Training configuration
dataset_idstringRequired
ID of the dataset to train the model from.
model_namestringRequired

Name for the trained model. Must be 5-30 characters, alphanumeric with spaces and hyphens allowed.

Response

Training started successfully
model_idstring
Unique identifier of the created model.
dataset_idstring
Identifier of the dataset used for training.
training_statusstring
Current training status of the model.
model_namestring
Name of the model.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error