mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18726] issue: web search and image generation #18686
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 @allmazz on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18726
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
If a model supports native tool calling(and it's enabled), Web Search and Image Generation exported to it as external tools, that it can run dynamically, as described here. No small models and search/image generation run until the model decide, it works in Native Mode.
Actual Behavior
It still behaves as in default mode: always running a small model before the main request and does Web Search or Image Generation.
Steps to Reproduce
Logs & Screenshots
Additional Information
The problem is old and known, and there are very popular workarounds on the Community site:
But anyway, all of them do not proxy all features and lacking in support of OCR, Image size/quality configuration, etc.