VS Code Cline Plugin
Use the popular VS Code Cline Plugin with the CBorg API Server. Cline supports powerful agentic workflows within VS Code.
Best Setup with LBL-Hosted Models
- Go to “Settings” -
- Enable ‘Use Different Models for Plan and Act Modes’
- For the Plan Mode:
- API Provider: OpenAI Compatible
- Base URL: https://api.cborg.lbl.gov
- API Key: Your CBorg API key
- Model ID: lbl/cborg-deepthought
- Under Model Configuration: Enable R1 Messages Format
- For the Act Mode:
- API Provider: OpenAI Compatible
- Base URL: https://api.cborg.lbl.gov
- API Key: Your CBorg API key
- Model ID: lbl/cborg-coder
- For both under Model Configuration:
- Context Window: 32768
- Max Output Tokens: 16384
Economical Setup with Anthropic Claude
- Go to “Settings” -
- Enable ‘Use Different Models for Plan and Act Modes’
- For the Plan Mode:
- API Provider: OpenAI Compatible
- Base URL: https://api.cborg.lbl.gov
- API Key: Your CBorg API key
- Model ID: anthropic/claude-sonnet
- For the Act Mode:
- API Provider: OpenAI Compatible
- Base URL: https://api.cborg.lbl.gov
- API Key: Your CBorg API key
- Model ID: anthropic/claude-haiku
- For both under Model Configuration:
- Context Window: 65536 (can be up to 200000)
- Max Output Tokens: 32768
Other Options
For longer context up to 1 million tokens, try Gemini (Flash or Pro), or ChatGPT 4.1.
For “high effort” (and high cost) use OpenAI o3 for planning.