Replies: 1 comment 1 reply
|
Fantastic! Thanks for sharing these. I've updated the docs to point to your repo as it will be so useful to so many. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone!
After my Gemini Code Assist adapter, I kept going and built three more adapters for Vertex AI. Basically I wanted to use other models available on Vertex AI without leaving Neovim, so here we are.
The three adapters cover:
vertex-gemini— Gemini models via the native APIvertex-anthropic— Claude Sonnet/Opus through Vertex AIvertex-maas— the MaaS endpoint, which gives you access to things like Kimi K2, Deepseek, Minimax M2, GLM-5...Auth is handled by
gcloudso no API keys to manage. You do need a GCP project with Vertex AI enabled though.Repository: viespejo/cc-adapter-vertex-ai.nvim
@olimorris thanks again for CodeCompanion, it's genuinely one of my most used plugins at this point 🙏
All reactions