Roo Code
Last updated: 2026-08-03; third-party tools can change at any time. If configuration fails, follow the latest official documentation.
Roo Code is a configurable VS Code agent. Follow the Roo Code OpenAI Compatible documentation to install it, and verify the current version on the VS Code Marketplace.
Configure custom Provider
Open Roo Code settings and add or edit custom API configuration:
| Field | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.tokensmarket.ai/v1 |
| API Key | <YOUR_TOKEN_MARKET_API_KEY> |
| Model | <MODEL_ID> |
After saving, select the provider and model in the chat panel. Verify the setup with a read-only task before granting file-editing or terminal-execution permissions as needed.
Roo Code supports native tool calling only. The selected model and compatible endpoint must implement OpenAI-compatible tool calling correctly. If tool calls fail, first switch to a model that supports tool calling, then check the configuration against the official OpenAI Compatible documentation.
