mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #15336] issue: Model list is not synchronized under multiple copies #56200
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 @EntropyYue on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15336
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
0.9.3
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The model should be ready to start a conversation immediately after appearing in the model list
Actual Behavior
Model not foundErrorSteps to Reproduce
Create a new model using ollama by any method, such as simply copying a model to get a new one
Switch to open webui and observe a new model appearing in the model selector
Click on the model to try a conversation and receive the message "Model not found"
Logs & Screenshots
Additional Information
Please try immediately after creating or copying a new model; this issue will disappears after some time
@tjbck commented on GitHub (Jun 27, 2025):
MODEL_LIST_CACHE_TTLenv var has been added with0447790e6a, try setting it as an empty string, and this should resolve your issue.@tjbck commented on GitHub (Jun 28, 2025):
Renamed to
MODELS_CACHE_TTLwith2b88f66762@saivarunk commented on GitHub (Sep 25, 2025):
@tjbck is there a mechanism to invalidate the cache keys for cached models? I have a scenario where we use the LiteLLM gateway connected to OpenWebUI, and sometimes, when we try to access the new models on OWUI, some % of the requests keep failing with
Model not founderror.