Does Make have a problem with the API gpt-image-1 for image to image generation?

Does Make have a problem with the API gpt-image-1 for image to image generation API ?
I have tried with different modules and I still don’t find any solution.

Modules tried :

  • http make a request
  • OpenAi Edit an Image
  • OpenAi Make an Api call

None of them is working and every time I have some error messages
If someone already solved this problem I would really appreciate some help or clue…

PS: here is an example of error message in the input of “edit an image” module.

Welcome to the Make community!

How is your module set up?

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

Sharing these details will make it easier for others to assist you.

I tried the gpt-image-1 (system) model today with a simple user prompt and got a 500 server error after about 20 seconds running. Seems to be a problem at the moment.

“[500] The server had an error while processing your request. Sorry about that!”

Does anybody have a simple solution to generate images with gpt-image-1?

Yes, use the API directly. The only important thing to know is that it returns a JSON base64 that you have to parse and convert to binary.
See the two screenshots, first one for the API call, second as an example how to upload the result to GDrive.

See the OpenAI API documentation for the available parameters.


2 Likes