⚙️ What are Tools?
Tools are small Python scripts that add superpowers to your LLM. When enabled, they allow your chatbot to do amazing things — like search the web, scrape data, generate images, talk back using AI voices, and more.
Think of Tools as useful plugins that your AI can use when chatting with you.
🚀 What Can Tools Help Me Do?
Here are just a few examples of what Tools let your AI assistant do:
- 🌍 Web Search: Get real-time answers by searching the internet.
- 🖼️ Image Generation: Create images from your prompts.
- 🔊 Voice Output: Generate AI voices using ElevenLabs.
Explore ready-to-use tools here:
🧰 Tools Showcase
📦 How to Install Tools
There are two easy ways to install Tools in Open WebUI:
- Go to Community Tool Library
- Choose a Tool, then click the Get button.
- Enter your Open WebUI instance’s IP address or URL.
- Click “Import to WebUI” — done!
🛑 Safety Tip: Never import a Tool you don’t recognize or trust. These are Python scripts and might run unsafe code.
🔧 How to Use Tools in Open WebUI
Once you've installed Tools (we’ll show you how below), here’s how to enable and use them:
You have two ways to enable a Tool for your model:
➕ Option 1: Enable from the Chat Window
While chatting, click the ➕ icon in the input area. You’ll see a list of available Tools — you can enable any of them on the fly for that session.
💡 Tip: Enabling a Tool gives the model permission to use it — but it may not use it unless it's useful for the task.
✏️ Option 2: Enable by Default (Recommended for Frequent Use)
- Go to: Workspace ➡️ Models
- Choose the model you’re using (like GPT-4 or LLaMa2) and click the ✏️ edit icon.
- Scroll down to the “Tools” section.
- ✅ Check the Tools you want your model to have access to by default.
- Click Save.
This ensures the model always has these Tools ready to use whenever you chat with it.
You can also let your LLM auto-select the right Tools using the AutoTool Filter:
🎯 Note: Even when using AutoTool, you still need to enable your Tools using Option 2.
✅ And that’s it — your LLM is now Tool-powered! You're ready to supercharge your chats with web search, image generation, voice output, and more.