#Is simultaneous image generation supported
1 messages · Page 1 of 1 (latest)
Hi @neat lake. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Simultaneous / multi-image generation is supported in the Image API, but the behavior depends on the model and endpoint:
-
With the Images API (
/v1/images/generations), you can set thenparameter to generate multiple images in a single request. This is supported for models likedall-e-2andgpt-image-1.5(the “GPT image” models). [Generate images; Images create] -
For DALL·E 3,
nis restricted to1for reliability; to get more than one image you must make multiple calls in parallel. [DALL·E 3 API]
The knowledge sources you provided do not mention a model literally named “ChatGPT Image 2.0”, so I can’t say anything specific about that name. They only describe “GPT image models” such as gpt-image-1 and gpt-image-1.5, which do support multiple images via n on the Images API. [Images create; Generate images]