What other model names are available for use when calling the Dalle-2 API image generation endpoint besides image-alpha-001
? Also, how do they differ? If there is a document on this subject I would appreciate it.
{
model: "image-alpha-001",
prompt: prompt,
n: 1, // Number of images to generate. The limit is 10.
size: "1024x1024",
},