BotConnector
Sign in Workspace Open App

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:

SettingValueNotes
API ProviderOpenAI CompatibleSelect OpenAI Compatible from the dropdown
Base URLhttps://api.botconnector.id/v1BotConnector OpenAI-compatible endpoint
API Keybc_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:

  1. Ensure Base URL is set to https://api.botconnector.id/v1 and your API Key is pasted.
  2. Locate the Refresh / Reload button (circular arrow icon ``) next to the Model ID input field.
  3. Click the Refresh button ``.
  4. Cline immediately sends a GET /v1/models request to BotConnector Cloud and retrieves the complete catalog.
  5. The Model ID field turns into a dropdown menu populated with all available models, including:
  • agnes-3.0-flash
  • ling-3.0-flash
  • glm-5.3-flash
  • deepseek-v4-flash
  • mistral-medium-3.5-free
  • mistral-nemo
  • mimo-v2.5
  • nemotron-3-nano-30b-a3b
  • tencent-hy3
  • stealth/space-bunny-alpha
  1. 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.