BYOAIK — Bring Your Own AI Key: a directory of AI tools that run on your own API key.
CodeCompanion.nvim
AI coding assistant for Neovim, Vim style
- Category:
- Coding Assistants
- Pricing:
- Open Source
- Open source:
- Yes (Apache-2.0)
- Self-hostable:
- Yes
- Local-first:
- Yes
- Platforms:
- Library/SDK, Self-hosted, Docker
- AI providers (bring your own key):
- OpenAI, Anthropic, Google Gemini, Azure OpenAI, OpenRouter, Mistral, DeepSeek, xAI Grok, Hugging Face, Ollama, Custom / OpenAI-compatible
- API key storage:
- User controls deployment
- Key risk level:
- LOW
- Trust score:
- 90/100
CodeCompanion.nvim is a Neovim plugin that brings LLM-powered coding into the editor with a chat buffer, inline code transformations, and agentic workflows/tools. It is built around a bring-your-own-LLM adapter system: users supply their own API keys (via environment variables or shell commands) and can target any OpenAI-compatible endpoint through a dedicated openai_compatible adapter with a configurable base URL, or write fully custom adapters. Ships with out-of-the-box adapters for Anthropic, OpenAI, Azure OpenAI, Google Gemini, DeepSeek, Mistral, OpenRouter, xAI, Hugging Face, GitHub Copilot, GitHub Models, Novita, and Ollama/local models.
How your API key is handled
You self-host the app, so your API key lives in your own deployment. Requests are sent directly to the AI provider. Because it can be self-hosted, your key never has to touch a third-party backend.
Setup
Deploy it (Docker/compose), add your provider API key in the admin or environment config, then select models.