mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #21386] issue: ollama.com API still append :latest to Cloud models #34990
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 @werner1234ik on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21386
Check Existing Issues
Installation Method
Docker
Open WebUI Version
8.0.0
Ollama Version (if applicable)
Latest
Operating System
Windows
Browser (if applicable)
Firefox latest
Confirmation
README.md.Expected Behavior
Using the ollama.com online LLMs via ollama api
Actual Behavior
Open webui Tag every Cloud model with :latest
Error 400 appears in chat
Steps to Reproduce
Go to admin area, settings, connections
Add ollama.com with API
Save
Try model Kimi 2.5
Logs & Screenshots
400: Model 'kimi-k2.5:latest' was not found
Additional Information
No response
@werner1234ik commented on GitHub (Feb 13, 2026):
https://github.com/open-webui/open-webui/discussions/19142
@tjbck commented on GitHub (Feb 13, 2026):
Should be addressed.
@werner1234ik commented on GitHub (Feb 14, 2026):
Thanks