Skip to content

Commit fb6e0ae

Browse files
bene2k1fpagny
andauthored
feat(genapi): add openwebui (#4650)
* feat(genapi): add openwebui * feat(genapi): add openwebui * Update integrating-generative-apis-with-popular-tools.mdx --------- Co-authored-by: fpagny <[email protected]>
1 parent 9fb68b6 commit fb6e0ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
2424
| [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium |
2525
| [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low |
2626
| [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
27+
| [Open Web UI](#open-webui) | User interface for chatbot applications | Creating web chatbot interfaces, RAG agents | Low |
2728
| [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
2829

2930
<Message type="note">
@@ -185,6 +186,13 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway
185186
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
186187
</Message>
187188
189+
## Open WebUI
190+
191+
Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs) through a browser. It offers an intuitive chat-based experience, similar to ChatGPT, making it simple to work with AI models locally or through API integrations. Fully compatible with Scaleway’s Generative APIs, Open WebUI enables users to deploy and manage an AI chat application with little effort.
192+
<Message type="tip">
193+
Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started.
194+
</Message>
195+
188196
## Custom HTTP integrations
189197
190198
You can interact with Scaleway's Generative APIs directly using any HTTP client.

0 commit comments

Comments
 (0)