Skip to content

Commit 047a5a9

Browse files
committed
refac
1 parent abb0bff commit 047a5a9

3 files changed

Lines changed: 20 additions & 188 deletions

File tree

docs/alternatives/chatgpt.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ import Head from '@docusaurus/Head';
1717

1818
*Last updated: May 2026*
1919

20-
[ChatGPT](https://chat.openai.com/) by OpenAI introduced hundreds of millions of people to AI and set the bar for what a conversational AI experience should feel like. We use it daily. GPT-5.6, the o-series reasoning models, and the constant pace of innovation have kept it at the forefront, and honestly, it keeps pushing us to make Open WebUI better too.
20+
[ChatGPT](https://chat.openai.com/) by OpenAI brought modern AI into everyday life for hundreds of millions of people and set the bar for what a conversational AI experience should feel like. It changed how the world thinks about AI, and it continues to inspire us. We use it daily and learn from the work behind it: the research, engineering, design, safety work, infrastructure, product judgment, and support that make a product at this scale feel natural. GPT-5.6, the o-series reasoning models, and the constant pace of product innovation have kept ChatGPT at the forefront, and honestly, it keeps pushing us to make Open WebUI better too.
21+
22+
Open WebUI is built in a category ChatGPT helped create. The people at OpenAI, and the many teams across the AI ecosystem building with care and ambition, have raised the bar for all of us. Our focus is different: giving people and teams more control over where the interface runs, which models it connects to, and how deeply they can customize the stack.
2123

2224
Commercial · Free tier available
2325

@@ -68,11 +70,11 @@ Commercial · Free tier available
6870

6971
## When to Use Each
7072

71-
**Choose ChatGPT if** you want the simplest possible path to frontier AI. No installation, no configuration, just sign up and start. The native experience with Canvas, Projects, and deep research features is polished and constantly improving.
73+
**Choose ChatGPT if** you want the most polished direct path to OpenAI's best work. No installation, no configuration, just sign up and start. The native experience with Canvas, Projects, memory, voice, and deep research features is excellent and constantly improving.
7274

7375
**Choose Open WebUI if** you want to run on your own infrastructure, connect to multiple providers in one interface, build knowledge bases from your documents, or need team features like RBAC and SSO included in the free community edition.
7476

75-
**Use both.** Many people do. Connect Open WebUI to the OpenAI API and use GPT-5.6 alongside Claude, Gemini, and local models, all in one place. Use ChatGPT directly when you want Canvas or deep research, and Open WebUI when you need your own knowledge bases or team workspace.
77+
**Use both.** Many people do. Connect Open WebUI to the OpenAI API and use OpenAI models alongside Claude, Gemini, and local models, all in one place. Use ChatGPT directly when you want the full OpenAI product experience, and Open WebUI when you need your own knowledge bases, tools, permissions, or team workspace.
7678

7779
---
7880

@@ -91,7 +93,7 @@ Many users run OpenAI models for complex reasoning alongside local models via Ol
9193

9294
---
9395

94-
*ChatGPT brought AI to the world. Open WebUI is one way to use those same models on your own infrastructure.*
96+
*ChatGPT made AI useful and approachable at global scale. Open WebUI helps teams bring OpenAI models, and others, into infrastructure they control.*
9597

9698
**Ready to try Open WebUI?** [Get started →](/getting-started)
9799

docs/alternatives/index.mdx

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ The AI space is full of great projects, and we're genuinely happy about that. Mo
2828

2929
Open WebUI's own answer to this space is a full agentic platform you run yourself: models that call [builtin tools](/features/extensibility/plugin/tools#built-in-system-tools-nativeagentic-mode) and [MCP](/features/extensibility/mcp) servers, delegate to [sub-agents](/features/chat-conversations/chat-features/subagents) and run on a schedule, on top of a codebase where practically everything (prompts, tools, knowledge, parameters, pipeline behaviour, theming and permissions) is yours to change.
3030

31-
We get asked "what else is out there?" a lot, so we put this list together. If Open WebUI isn't quite the right fit for your use case, these are the tools we'd point you to. We've actually used them, built alongside them, or just think they do something really well. Everything listed here is free to get started with.
31+
We get asked "what else is out there?" a lot, so we put this list together. If Open WebUI isn't quite the right fit for your use case, these are tools we'd point you to without hesitation. We've actually used them, built alongside them, or just think they do something really well. Everything listed here is free to get started with.
3232

3333
## How to Choose
3434

3535
- **Running local models?** Start with [Ollama](/alternatives/ollama) or [llama.cpp](/alternatives/llama-cpp), both pair natively with Open WebUI
3636
- **Want a desktop app?** [LM Studio](/alternatives/lm-studio) or [Jan](/alternatives/jan) are excellent standalone options
3737
- **Need document Q&A?** [AnythingLLM](/alternatives/anythingllm) makes private RAG simple
3838
- **Multi-provider chat?** [LibreChat](/alternatives/librechat) handles this well
39-
- **Want agents as the unit of work?** [LobeHub](/alternatives/lobehub) builds around agent groups, projects and scheduled runs
4039
- **Building AI workflows?** [Dify](/alternatives/dify) has a visual workflow designer
41-
- **Just want frontier AI?** [ChatGPT](/alternatives/chatgpt), [Claude](/alternatives/claude), and [Gemini](/alternatives/gemini) are all available through Open WebUI via API
40+
- **Just want frontier AI?** [ChatGPT](/alternatives/chatgpt), [Claude](/alternatives/claude), and [Gemini](/alternatives/gemini) are excellent products in their own right, and their models are also available through Open WebUI via API
4241

4342
---
4443

@@ -48,19 +47,18 @@ We get asked "what else is out there?" a lot, so we put this list together. If O
4847

4948
| Tool | What It's Great For | License | Works with Open WebUI | |
5049
| :--- | :--- | :--- | :--- | :--- |
51-
| **Ollama** | The most popular way to run local models | Open Source (MIT) | Native integration | [Learn more →](/alternatives/ollama) |
52-
| **llama.cpp** | The engine that made local AI possible | Open Source (MIT) | Via API | [Learn more →](/alternatives/llama-cpp) |
53-
| **LM Studio** | Beautiful desktop app for local model management | Proprietary (free) | Via API | [Learn more →](/alternatives/lm-studio) |
54-
| **Jan** | Simple, privacy-first local AI desktop app | Open Source (Apache 2.0) | Via API | [Learn more →](/alternatives/jan) |
55-
| **AnythingLLM** | Private document Q&A done right | Open Source (MIT) | | [Learn more →](/alternatives/anythingllm) |
56-
| **LibreChat** | Solid self-hosted multi-provider chat | Open Source (MIT) | | [Learn more →](/alternatives/librechat) |
57-
| **LobeHub** | Agent-centric AI workspace with a huge skill marketplace | Source Available (LobeHub Community License) | | [Learn more →](/alternatives/lobehub) |
58-
| **Msty** | Refined desktop hub for local and cloud models | Proprietary (free tier) | | [Learn more →](/alternatives/msty) |
59-
| **Onyx** | Enterprise search with 40+ connectors | Source Available (MIT core + Enterprise License for ee/) | | [Learn more →](/alternatives/onyx) |
60-
| **Dify** | Visual workflow builder for LLM applications | Source Available (modified Apache 2.0) | Via API | [Learn more →](/alternatives/dify) |
61-
| **ChatGPT / OpenAI** | The one that started it all, we use it daily | Commercial (free tier) | Via OpenAI API | [Learn more →](/alternatives/chatgpt) |
62-
| **Claude / Anthropic** | Exceptional writing and reasoning, we use it daily | Commercial (free tier) | Via Anthropic API | [Learn more →](/alternatives/claude) |
63-
| **Gemini / Google** | Multimodal AI with Google ecosystem integration | Commercial (free tier) | Via Google AI API | [Learn more →](/alternatives/gemini) |
50+
| **Ollama** | The local model runner that made self-hosted AI feel approachable | Open Source (MIT) | Native integration | [Learn more →](/alternatives/ollama) |
51+
| **llama.cpp** | Foundational local inference work that opened the door for so much of the ecosystem | Open Source (MIT) | Via API | [Learn more →](/alternatives/llama-cpp) |
52+
| **LM Studio** | A polished desktop experience for discovering, downloading, and running local models | Proprietary (free) | Via API | [Learn more →](/alternatives/lm-studio) |
53+
| **Jan** | A thoughtful, privacy-first desktop app for local AI | Open Source (Apache 2.0) | Via API | [Learn more →](/alternatives/jan) |
54+
| **AnythingLLM** | A focused, practical document Q&A workspace | Open Source (MIT) | | [Learn more →](/alternatives/anythingllm) |
55+
| **LibreChat** | A capable self-hosted multi-provider chat interface with a strong community | Open Source (MIT) | | [Learn more →](/alternatives/librechat) |
56+
| **Msty** | A refined desktop hub for working across local and cloud models | Proprietary (free tier) | | [Learn more →](/alternatives/msty) |
57+
| **Onyx** | Serious enterprise search and knowledge access with a deep connector catalog | Source Available (MIT core + Enterprise License for ee/) | | [Learn more →](/alternatives/onyx) |
58+
| **Dify** | A strong visual workflow builder for teams shipping LLM applications | Source Available (modified Apache 2.0) | Via API | [Learn more →](/alternatives/dify) |
59+
| **ChatGPT / OpenAI** | The product and team that brought modern AI into everyday life | Commercial (free tier) | Via OpenAI API | [Learn more →](/alternatives/chatgpt) |
60+
| **Claude / Anthropic** | Exceptional writing, reasoning, and long-context work | Commercial (free tier) | Via Anthropic API | [Learn more →](/alternatives/claude) |
61+
| **Gemini / Google** | Strong multimodal AI with deep Google ecosystem integration | Commercial (free tier) | Via Google AI API | [Learn more →](/alternatives/gemini) |
6462

6563
</div>
6664

0 commit comments

Comments
 (0)