mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #20340] issue: Model Presets send undefined as model ID, causing 404/400 errors #34686
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 @peetuhr on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20340
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
0.13.5
Operating System
Windows 11
Browser (if applicable)
Arc 1.85.1.3
Confirmation
README.md.Expected Behavior
Selecting a Model Preset should send the configured base model ID to the backend and generate a response.
Actual Behavior
When using a Model Preset, the model ID is sent as
undefinedto the backend, resulting in "model not found" errors (404 from OpenRouter, 400 from Ollama).Direct model selection from the dropdown works perfectly with the same models.
Steps to Reproduce
anthropic/claude-sonnet-4)Logs & Screenshots
Browser Network Tab:
Requests show
?id=undefinedparameter:Docker Container Logs:
No relevant JavaScript errors in console
Additional Information
Environment Variables
undefinedreferences)@owui-terminator[bot] commented on GitHub (Jan 2, 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:
#19711 issue: Editing function for models broken
by skleffmann • Dec 03, 2025 •
bug#19899 issue: openrouter Models not showing up in the model selection list.
by AZComputerSolutions • Dec 12, 2025 •
bug#19549 issue: usage model setting becomes unticked when model is changed
by YetheSamartaka • Nov 27, 2025 •
bug#19755 issue: Error: 404, message='Not Found', url='http://ollama:11434/api/embed'
by stevewillett • Dec 04, 2025 •
bug#19606 issue: Error while deleting download/installed models.
by malvarez00 • Nov 30, 2025 •
bugShow 5 more related issues
#19788 issue: Every time I update OWUI my model get deleted
by M4th12 • Dec 06, 2025 •
bug#19194 issue: Prefix ID doesn't reliably show up in model names.
by MicahZoltu • Nov 15, 2025 •
bug#16255 issue: 404: Model not found
by wade3po • Aug 04, 2025 •
bug#19604 issue: Cannot create a custom model or edit a custom model because base model list is empty
by blazejp83 • Nov 30, 2025 •
bug#15930 issue: GET /models 404 Not Found
by latel • Jul 22, 2025 •
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.
@silentoplayz commented on GitHub (Jan 3, 2026):
I can confirm I am able to reproduce this issue on the latest
devwith both an Ollama API and an OpenAI API connection set up in the adminConnectionssettings menu. https://github.com/open-webui/open-webui/pull/20333 does not solve it upon testing.@tjbck commented on GitHub (Jan 4, 2026):
Should be addressed in dev.