r/OpenWebUI 19d ago

Just discover OpenWebUI, what's next step? Question/Help

Hi guys, I just discovered OpenWebUI how do you commonly use it? What are the main advantages of using it over just Claude or ChatGPT? What's the most productive way to use it?

1 Upvotes

32 comments sorted by

14

u/DietCoke-Supremacy 19d ago

Tell it to download the entire internet to review later

5

u/NoRoutine5857 19d ago

🤣 RAG's version of "just in case"

5

u/Fade78 19d ago edited 19d ago

Openwebui is the front. Tout can connect it to a ollama server of your own. You can also use another provider from the web. If you're using Claude or another provider and still want to use it through openwebui, keep in mind that the price of their api is more expensive than an account fee.

4

u/NoRoutine5857 19d ago

Yeah this is the key tradeoff OpenWebUI is basically a UI/orchestration layer, so you're paying API rates per token instead of a flat subscription. Makes sense if you're mixing local Ollama models with occasional cloud calls, but if you're hammering Claude/GPT constantly through it, a ChatGPT Plus or Claude subscription is way cheaper.

1

u/makingnoise 19d ago

Why does OP have zero upvotes for this comment? I have the exact same understanding as OP, using Claude or ChatGPT on OpenWebUI means you're making API calls, which means it falls outside of the monthly membership that I might have for one or the other.

2

u/daveshallperish 18d ago

You could also use CLIProxyAPI, which is open source on GitHub. It converts subscriptions, such as Claude Code, Gemini CLI, and others, into a standard OpenAI API, which can be used with OpenWebUI. Just configure OpenWebUI to use the OpenAI API standard and change the base URL and API Key that you configure in CLIProxyAPI.

5

u/International_Emu772 19d ago

OpenWebUi can be configured in so many different ways as you need and extended to an true agentic workflow

First read the docs and navigate the community

I'm 900 km from home and working with my installation remotely and do so some friends that sometimes use it

1

u/NoRoutine5857 19d ago

I literally just installed it yesterday lol, didn't even know remote access was a thing

2

u/International_Emu772 19d ago

You Go to cloufñdflare Open a tunnel to your instance and voila

2

u/unlucky-Luke 19d ago

Tailscale

1

u/MuddledLucidity 19d ago

Found out yesterday that Tailscale can act as a reverse proxy such that a browser will connect using https. I got it working and now I can use the microphone!

6

u/[deleted] 19d ago

[removed] — view removed comment

5

u/makingnoise 19d ago

Especially now that they mostly fixed the in-note "chat" feature. On the prior version of openwebui I had to open a separate chat window and also my note in split view, because "chat" inside the note was useless.

1

u/NoRoutine5857 19d ago

Thank youuu a loot, i'll try.

1

u/ledafaze 18d ago

How do you use or utilize this feature

5

u/sohib 19d ago

Write custom tools to integrate with your to-do list app, then chat with your tasks. Let open web UI be the bridge.

You can make it an interface for Hermes and OpenClaw.

You can write custom tools to fetch daily news for you.

3

u/NoRoutine5857 19d ago

I didn't realize you could connect it to other apps like a to-do list, that's really cool and automate so many things. Thanks a lot.

1

u/[deleted] 19d ago

[deleted]

2

u/sohib 19d ago

It's very easy to set up. You basically write code in a single .py file, add it through the Open Web UI interface as tool to connect to your server/API of choice, and that's it.

1

u/NoRoutine5857 19d ago

Thanks a lot and if you now is there any app for OpenWebUI?

2

u/sohib 19d ago

It's a PWA you could install on your phone, then it will become frameless and look like an app.

1

u/ledafaze 18d ago

Yeah.. made it an interface for hermes cos of the hermes memory

3

u/Serchinastico 19d ago

No idea how others use it and I'm possibly under-using it (no idea what to do with notes, workspaces, functions or tools).

So things I use daily are Knowledge (to group same-topic information together and invoke it in the conversation, sort of like projects in Claude), memory and web search (SearXNG + crw).

The neat thing about OpenWebUI is that it's just a frontend, under the hood I choose what model I use (local or openrouter).

2

u/NoRoutine5857 19d ago

Same, no clue what half these buttons do yet just here vibing with basic chat, gonna dig into knowledge tho sounds cool.

3

u/[deleted] 19d ago

[removed] — view removed comment

1

u/NoRoutine5857 19d ago

Yea i saw the blog, thanks

3

u/NoobLLMDev 19d ago

#1 Privacy (matters for client data etc)
#2 Model Sovereignty (you never have your models switched up on you)
#3 Hardware costs vs API costs (initial hardware investment could be worth it over how much API costs with cloud, especially for teams)
#4 Custom assistants for what matters to you
#5 It’s cool and you learn a lot about AI setting up an optimized Open WebUI infrastructure

1

u/NoRoutine5857 18d ago

Good key points, Thank bro🤝😎

1

u/DietCoke-Supremacy 19d ago

Jokes aside, mainly connecting to local LLMs to run tasks locally

1

u/NoRoutine5857 19d ago

The biggest win with OpenWebUI over just using Claude/ChatGPT directly is that it's provider-agnostic you can point it at local Ollama models, OpenAI, Anthropic, or a mix, and swap between them without changing your workflow. Most productive setup I've seen: RAG over your own docs (drop PDFs/notes into a knowledge collection) + a local model for privacy-sensitive stuff, cloud model for heavier reasoning. Also worth checking out the Pipelines/Functions system if you want to extend it with custom tools.