Roo Code
About
Roo Code is an autonomous AI programming agent that works right inside your editor, such as VS Code. It helps you code faster and smarter — whether you're starting a new project, maintaining existing code, or exploring new technologies.
You can find the Roo Code repository and community on GitHub.
Installing Roo Code in VS Code
Open the Extensions tab in the VS Code sidebar.

In the search bar, type Roo Code.
Find the extension and click Install.

After installation, a separate Roo Code tab will appear in the sidebar.

Configuring Roo Code
Go to the Roo Code tab in the sidebar.
Click the gear icon in the top-right corner.

In the settings:
Set API Provider to OpenAI Compatible.
In Base URL, enter one of our available endpoints.
In API Key, enter your AI/ML API key.
In Model ID, specify the model name. You can find some model selection tips in our description of code generation as a capability.
Click Save and Done.

All done — start coding with Roo Code!
Supported Models
These models have been tested by our team for compatibility with Roo Code integration.
Troubleshooting
Possible Issues:
403 status code (no body) — This is the most common error. Possible causes:
You might need to use a different endpoint. Be sure to refer to the documentation for the specific model you've selected from our catalog!
The user may have run out of tokens or doesn’t have enough. Check your balance in your account dashboard.
400 status code (no body) — This error occurs when using models that are not compatible with the integration. See the previous section Supported Models ☝️
Last updated
Was this helpful?