Roo Code - VStudio Code
2
Last updated
Roo Code is an AI-powered autonomous coding agent that seamlessly integrates into Visual Studio Code editor.
It can leverage the OpenAI compliant nexos.ai API gateway to provide responses.
To connect your nexos.ai API and Roo Code go through the following steps:
You can install Roo Code in multiple ways:
VSC extensions tab - Open the extensions tab in Visual Studio Code and search for "Roo Code", once results appear select Roo Code from the list and click "Install"
You might be asked if you trust the publisher of the extension. Make sure you familiarize yourself with the risks of using extensions.
VSC CLI - Use the following command within Visual Studio Code command line interface to download and install the Roo Code extension
code --install-extension RooVeterinaryInc.roo-clineVSC Marketplace website - Head over to the Visual Studio Code marketplace website to download and install the extension https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline
Finally, configure Roo Code to take advantage of your nexos.ai API Gateway access.
Head over to the new Roo Code tab in the left navigation bar
Select "OpenAI Compatible" as your API Provider
Provide "https://api.nexos.ai/v1 " as the Base URL
Paste the API key generated in step 1 in the API Key section
Click the "Let's go!" button at the bottom of the configuration screen
If you want to find all available models and their names you can use the /models endpoint. Learn more here - https://docs.nexos.ai/gateway-api#get-v1-models
Last updated

