Cline & Roo Code
Beta
Cline and its forks such as Roo Code are autonomous coding agents for VS Code supporting custom OpenAI Compatible providers.
With BotConnector Cloud, you never need to manually type model IDs one by one. Cline can dynamically fetch and auto-update the entire model catalog with a single click.
---
1. Basic Configuration in VS Code
Open Cline Settings in VS Code (gear icon / Settings on the Cline sidebar), then configure:
| Setting | Value | Notes |
|---|---|---|
| API Provider | OpenAI Compatible | Select OpenAI Compatible from the dropdown |
| Base URL | https://api.botconnector.id/v1 | BotConnector OpenAI-compatible endpoint |
| API Key | bc_live_... | Your account API Key from Workspace → API Keys |
| Model ID | (Click the Refresh `` button) | Auto-populates all active models |
---
2. Auto-Update & Fetch All Models (Zero Manual Input)
To load all active BotConnector models without typing model identifiers:
- Ensure Base URL is set to
https://api.botconnector.id/v1and your API Key is pasted. - Locate the Refresh / Reload button (circular arrow icon ``) next to the Model ID input field.
- Click the Refresh button ``.
- Cline immediately sends a
GET /v1/modelsrequest to BotConnector Cloud and retrieves the complete catalog. - The Model ID field turns into a dropdown menu populated with all available models, including:
agnes-3.0-flashling-3.0-flashglm-5.3-flashdeepseek-v4-flashmistral-medium-3.5-freemistral-nemomimo-v2.5nemotron-3-nano-30b-a3btencent-hy3stealth/space-bunny-alpha
- Select any model you wish to use for your coding task.
When New Models Are Added: Whenever BotConnector launches a new model or updates model tiers, you do not need to edit any files. Simply open Cline settings and click the Refresh icon (``) to refresh your model list instantly.
---
3. Capability Support
- Streaming Completions: Full support for real-time streaming tokens.
- Agent Tool Calling & Editing: Reasoning and coder models support OpenAI function/tool calling used by Cline for automated reading, diff editing, and bash execution.
- Roo Code: Configuration steps are 100% identical for Roo Code.