mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20360] issue: No OpenRouter, Grok, OpenAI Model working in the latest main slim + global connections #57837
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 @lmtr0 on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20360
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
Helix/Chrome
Confirmation
README.md.Expected Behavior
Send a chat, receive a response
Actual Behavior
Send a chat and receive:
Unexpected token ':', ": OPENROUT"... is not valid JSON
Unexpected token 'd', "data: {"id"... is not valid JSON
Steps to Reproduce
[repeat for grok, groq, openai]
Logs & Screenshots
The user message:
HelloHere is a completion request:
Here is another:
Additional Information
It looks like this error might be caused by incorrectly parsing the SSE event sent back from Grok, OpenRouter or OpenAI.
@owui-terminator[bot] commented on GitHub (Jan 4, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19522 feat: open router image create/edit
by davidpede • Nov 26, 2025 •
bug#19899 issue: openrouter Models not showing up in the model selection list.
by AZComputerSolutions • Dec 12, 2025 •
bug#20327 issue: Unable to use any Open WebUI version newer than 0.6.25 due to hybrid search performance
by galvanoid • Jan 02, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@lmtr0 commented on GitHub (Jan 4, 2026):
Up till I updated, it worked fine
@lmtr0 commented on GitHub (Jan 4, 2026):
I suspect the error is caused by:
and some parsing error somewhere
@tjbck commented on GitHub (Jan 4, 2026):
We're unable to reproduce, are you using a custom function?