[GH-ISSUE #12075] feat: Add option to add image generation via providers like grok #16458

Closed
opened 2026-04-19 22:22:19 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @arcreactor81 on GitHub (Mar 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12075

Check Existing Issues

  • I have searched the existing issues and discussions.

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.

Originally created by @arcreactor81 on GitHub (Mar 26, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/12075 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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.
Author
Owner

@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.

<!-- gh-comment-id:2753606701 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2754409930 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16458