mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
[GH-ISSUE #20895] Web Search in API requests #90065
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 @PubliusCicero on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20895
I am unable to figure out how to get the Web Search feature to run via the Web UI API endpoint. I tried this answer from a discussion:
This query works for me
data = { "model": "gemma3:12b", "messages": [ {"role": "user", "content": "What is it like in London now?"} ], "stream": False, "features": {"web_search": True}, }Originally posted by @StasKrutoi in https://github.com/open-webui/open-webui/discussions/14125#discussioncomment-14414702
But it does not work. I have also tried creating a new model in Workspace and adding the Web Search feature as a default.
I have tried various ways to adjust the api request as well.
Is this something that is actually supported in the API documentation, and if so, where is the documentation for it?
If it is not officially in the API, then it would be a great feature to add to the API.