I didn’t see in the API docs anywhere if it’s possible to retrieve image generation/edit progress using gpt-image-1
. In the app (iOS), when I request an image, to combat the generation time, a periodic image display over time with an opacity layer progress effect is shown. Is this reproducible or only something OpenAI is allowing from their own clients?
I’m using the openai-python
library by the way, specifically images.edit()
method.