S1M0N38/ai.nvim
✧ Query LLMs following OpenAI API specification
This is a foundational tool for Neovim plugin developers who want to integrate Large Language Models (LLMs) into their custom Neovim workflows. It simplifies the process of sending requests to LLM providers (like OpenAI, Groq, or local models) and receiving structured responses. This tool is for Neovim plugin developers creating new features that leverage AI.
No commits in the last 6 months.
Use this if you are developing a Neovim plugin and need to add capabilities that interact with LLM services supporting the OpenAI API specification, without dealing with low-level HTTP requests and response parsing.
Not ideal if you are an end-user looking for a ready-to-use Neovim plugin, or if your desired LLM provider does not expose an OpenAI-compatible API and you don't want to use a proxy.
Stars
11
Forks
1
Language
Lua
License
MIT
Category
Last pushed
Jun 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/S1M0N38/ai.nvim"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
olimorris/codecompanion.nvim
✨ AI Coding, Vim Style
milanglacier/minuet-ai.nvim
💃 Dance with Intelligence in Your Code. Minuet offers code completion as-you-type from popular...
jackMort/ChatGPT.nvim
ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
madox2/vim-ai
AI-powered code assistant for Vim. OpenAI and ChatGPT plugin for Vim and Neovim.
Kurama622/llm.nvim
A large language model (LLM) plugin for Neovim, provides commands to interact with LLM (like...