I was using OpenAI generate image module to generate images using the Dall E 3 model.
to save on credits i switched to the GPT-Image-1 model.
But then started getting scenario errors.
reason is the model, generates the image and then sends back the image data. whereas dall-e models send back the image url… that image url is then used further along the route….
so if i wanted to use gpt-image-1 what are my solutions to prevent this issue?
You must upload this image somewhere public to have a URL which you can use.
You can use either one of the cloud storage services (S3, Google Drive, Dropbox etc.) or tools like 0CodeKit which have dedicated module in Make.com to simplify process.
The format in which generated images with dall-e-2 and dall-e-3 are returned. Must be one of url or b64_json. URLs are only valid for 60 minutes after the image has been generated. This parameter isn’t supported for gpt-image-1 which will always return base64-encoded images.