mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #24175] issue: Model access issue with private base models (works with older models, fails with newer ones) #90958
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 @Teimetues on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24175
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04.4
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The assistant should work regardless of whether the underlying base model is private, as long as the user has access to the assistant itself
Actual Behavior
Newer models (e.g. GPT-5.5) seem to require the base model to be public, otherwise they are not accessible through the assistant
Steps to Reproduce
Logs & Screenshots
2026-04-27 11:43:55.132 | WARNING | open_webui.main:chat_completion:1839 - Error processing chat metadata: Model not found
Additional Information
Additional Information:
Possible cause:
This might be a bug or an unintended side effect of recent permission changes.
@Teimetues commented on GitHub (Apr 27, 2026):
"Use the search this was reported 3 more times. It's a security bug that was fixed. If you don't have access to the base model you shouldn't have access to it though the workspace model either
Just turn the base models to public but hide them (three dots > hide model)"