Inclusion gpt-image-1

Hi guys,

Just wondering how much time it takes the Make team to include new api endpoint into a existing connector.

Since OpenAI released the gp-4o image creation, the image generation game has changed. I hope to be able to use it soon on Make.com.

The api endpoint is out since 23.04.2025.

1 Like

I too would like to know when this is coming

Also looking forward to this module :slightly_smiling_face:

1 Like

me too.I’m waiting :slight_smile:

If you’re in a rush for this (like I was), you can achieve it quite easily using the generic OpenAI - Make an API Call. You just need to create a JSON structure to match up with the OpenAI docs.

5 Likes

Get this guy a coffee!!! thank you!!!

1 Like

Thanks @colinkimble, this is great stuff. It helped me use the endpoint quickly.

1 Like

Hey, I have a problem with that config, it doesn’t accept the multipart from data, so impossible to do image to image generations, do you have a solution ? I’d love to have your contact to talk about that… Please

@Eloi_Carrelet , if you want to do image to image generation, you must use a different end point.
The end point you are looking for is probably that one: POST https://api.openai.com/v1/images/edits

There, you should be able to insert images you have previously downloaded. Let me know if that helped.

Darko