Apr 14, 2026 by Thibault Debatty | 919 views
https://cylab.be/blog/499/teaming-up-zed-ai-powered-code-assistant-with-a-remote-open-webui-instance
In a previous blog post I have explained how to use Zed AI-powered code assistant with a local instance of Ollama. In this blog post, I will show how to set up Zed with a remote instance of Open WebUI. This will allow you to access the full power of Open WebUI’s models directly from the Zed interface.
First:
Settings menuAccount sectionThere you can create and copy you API key. Copy the value of the key (it should start with sk-...).
If you don’t have Zed yet, download and install the editor from
Once Zed is installed and started:
Ctrl-Alt-B)Ctrl-Alt-C)Add Provider then select OpenAI and fill the required fields./api at the end and no trailing /sk-...Save, and you’re done!
You can now ask your Open WebUI instance (and the models running behind) to assist you, directly from the great interface of Zed.
This blog post is licensed under
CC BY-SA 4.0
AI Data Sovereignty
If you are using Neovim, you have likely come across the plugin Code Companion. This plugin allows you to integrate Large Language Models (LLMs) into Neovim, much like you would expect from any modern IDE.AI Data Sovereignty
Running a local Large Language Model (LLM) is sometimes something we want to avoid being fully dependent on the big AI actors, such as OpenAI, Anthropic, and Google, and so on.Data Sovereignty AI