Hi everyone,
I’m trying to use image-to-image generation with DALL·E 3 via the OpenAI API — similar to what’s possible inside ChatGPT (for example: “Anime style ”).
However, from what I can see in the official OpenAI API documentation, only supports text-to-image, and there’s no option to upload or reference an image as input for modification or context.
So here are my questions:
- Does the OpenAI API currently support image-to-image generation with DALL·E 3?
- If not, is this feature planned for release?
- Are there any recommended workarounds — for example, using gpt-4-vision to analyze the image and generate a prompt for DALL·E?
If anyone has working examples or official insights, I’d really appreciate the help. Thanks in advance!