Roo Code - VStudio Code

Roo Codearrow-up-right 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:

1

Generate your personal API key

Log in to your nexos.ai account and head over to the User profile section by clicking on the profile bubble in top right corner of the UI.

triangle-exclamation
How to generate a personal API key
2

Install Roo Code extension in your Visual Studio Code

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"

circle-exclamation
Installing Roo Code through the built-in extensions marketplace
3

Configure the Roo Code extension

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

Configuring Roo Code with nexos.ai API Gateway
circle-info

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-modelsarrow-up-right

4

Send first message

Make sure everything is working correctly by sending the first message.

Last updated