mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20217] feat: Auto reload after new model found (ollama) #57793
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 @Hello-World-Traveler on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20217
Check Existing Issues
Verify Feature Scope
Problem Description
When a new model is installed, the back-end model area shows it and is able to be eddied but to have it on the font page to use it, a restart is needed.
Desired Solution you'd like
Auto reloads model information from ollama.
Alternatives Considered
No response
Additional Context
No response
@owui-terminator[bot] commented on GitHub (Dec 28, 2025):
🔍 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:
#606 feat: Load new models for model picker instead of caching
by chrishart0 • Jan 31, 2024
#19319 feat: Add option for OpenWebui to use the context length of a currently loaded model in Ollama to keep the model from being reloaded.
by hainesk • Nov 20, 2025
#1726 way to pull already pulled models to get updates
by TadayukiOkada • Apr 24, 2024
#16312 feat: Fetch model list in background thread
by dattasid • Aug 06, 2025
#670 **feat: usage of new keep_alive parameter in ollama **
by nick-tonjum • Feb 07, 2024
Show 5 more related issues
#9507 Model List in Open Web UI Not Updating After Removal of a model from Ollama
by Mr-K-AB • Feb 06, 2025
#3987 Preload Ollama models upon user login
by knguyen298 • Jul 18, 2024
#8036 ollama instant load all
by Rifl33 • Dec 24, 2024
#3754 Feature: Show if a model is updatable
by lirc571 • Jul 10, 2024
#19033 feat: Same search and hover for true model name for LLM Selection for Models in Workspace
by Wladastic • Nov 08, 2025
💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Dec 29, 2025):
do you use model caching? there are two env vars and also toggles in the UI that cache the model list and prevent auto model fetching.
@Hello-World-Traveler commented on GitHub (Dec 29, 2025):
I don't think I have model caching enabled unless it's abled by default.