mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14924] issue: Model Fails to Invoke Tools through API #17405
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 @phpia on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14924
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.14
Ollama Version (if applicable)
No response
Operating System
macOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When a model is called through the API and the model uses tools, it should call them.
Actual Behavior
It's an issue that needs to be reviewed in the openwebui code. A model configured to use a tool doesn't work in API call mode because the logic is implemented to function on the frontend.
Steps to Reproduce
Configure a model for tool use
Call the model throw /api
Logs & Screenshots
n/a
Additional Information
No response