mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10629] Image generation: OpenAI api response_format
#54634
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 @wrb2012 on GitHub (Feb 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10629
Feature Request
Is your feature request related to a problem? Please describe.
Image generation using openai ai , seems like open webui only support request
response_format = 'b64_json'.Many Openai api compatible service provider only support
response_format = 'url'and its response likeresponse['data'][0]['url']. The url is valid for a couple of days.Describe the solution you'd like
support
'url'option in Settings and download image from this url in response@tjbck commented on GitHub (Feb 23, 2025):
PR Welcome!
@tjbck commented on GitHub (Mar 4, 2025):
9c107f9d2d