From 62987f4a204eca6ab9bc0f3af6ba6fa5ddf0cb84 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 18 Mar 2025 09:32:12 +0100 Subject: [PATCH 1/3] feat(genapi): add openwebui --- .../integrating-generative-apis-with-popular-tools.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx index da67cda297..8073d3d7ac 100644 --- a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx +++ b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx @@ -24,6 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene | [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium | | [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low | | [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low | +| [Open Web UI](#open-web-ui) | User interface for web applications | Creating web interfaces, interactive applications, form handling | Low | | [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High | @@ -185,6 +186,13 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/) +## Open WebUI + +Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs). 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. + + Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started. + + ## Custom HTTP integrations You can interact with Scaleway's Generative APIs directly using any HTTP client. From 9802cbb251773c73333f3b8ec4e2be07db992cae Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 18 Mar 2025 09:32:47 +0100 Subject: [PATCH 2/3] feat(genapi): add openwebui --- .../integrating-generative-apis-with-popular-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx index 8073d3d7ac..6513f516a5 100644 --- a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx +++ b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx @@ -24,7 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene | [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium | | [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low | | [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low | -| [Open Web UI](#open-web-ui) | User interface for web applications | Creating web interfaces, interactive applications, form handling | Low | +| [Open Web UI](#open-webui) | User interface for web applications | Creating web interfaces, interactive applications, form handling | Low | | [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High | From 3b7601bd630317a038e8dd5e9d8f215ee945f47a Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 18 Mar 2025 09:42:23 +0100 Subject: [PATCH 3/3] Update integrating-generative-apis-with-popular-tools.mdx --- .../integrating-generative-apis-with-popular-tools.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx index 6513f516a5..c086c7aa5d 100644 --- a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx +++ b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx @@ -24,7 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene | [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium | | [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low | | [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low | -| [Open Web UI](#open-webui) | User interface for web applications | Creating web interfaces, interactive applications, form handling | Low | +| [Open Web UI](#open-webui) | User interface for chatbot applications | Creating web chatbot interfaces, RAG agents | Low | | [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High | @@ -188,7 +188,7 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway ## Open WebUI -Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs). 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. +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. Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started.