mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
feat: support OpenAI image edits #5109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apelliciari on GitHub (May 8, 2025).
Check Existing Issues
Problem Description
Referencing to a pasted input image when generating a new image now it's not possible with OpenAI API.
I think that you get a lot more value when you can reference images in image generation.
Desired Solution you'd like
Implement https://platform.openai.com/docs/api-reference/images/createEdit when one or multiple images are uploaded or pasted in input to create a variant of these images, like the chatgpt UI and gemini UI do.
Alternatives Considered
No response
Additional Context
No response