mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 21:38:47 -05:00
[GH-ISSUE #12075] feat: Add option to add image generation via providers like grok #16458
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 @arcreactor81 on GitHub (Mar 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12075
Check Existing Issues
Problem Description
Grok's api is not completely compatible with openai standard as some parameters are not accepted by api response.
Desired Solution you'd like
https://docs.x.ai/docs/guides/image-generations#parameters
Would appreciate any help in this matter.
Alternatives Considered
No response
Additional Context
Model was enabled on my account a few days ago, and did not see it arrive on other platforms yet; because of this, I am unable to even discuss this with others.
@tjbck commented on GitHub (Mar 26, 2025):
Could you provide more details here? I'd appreciate if you could tell us exactly what's not supported. More detailed the better.
@arcreactor81 commented on GitHub (Mar 26, 2025):
Surely; my apologies for not including the same earlier.
So the api input does not support two out of three parameters given in openai compatible api generation.
Quality
Steps
Size
quality
string | null
(Not supported) Quality of the image.
size
string | null
(Not supported) Size of the image.
Steps is not mentioned in the documentation, and as such, cannot copy one to one. But as it is missing in the documentation, I assume it is not supported.