Cline
1
Install
Search for Cline in the VS Code extensions and install it.
2
Choose an API provider
Open Cline in the sidebar → settings icon → API Configuration.
Set Provider to OpenAI Compatible.
3
Fill in the connection
- Base URL:
https://openp.ai/v1 - API Key:
sk-XXXXXXXXXXXXXXXX - Model ID:
claude-opus-4-8(recommended, strong at code) orgpt-5.5
4
Enable Plan / Act mode
Cline autonomously plans → executes → reviews file changes inside the editor.
Continue
1
Install
Search for Continue in the VS Code extensions and install it.
2
Edit the config file
Open
~/.continue/config.json (%USERPROFILE%\.continue\config.json on Windows)
and add to the models array:Recommended model combination
Tips
- Cline includes a lot of context in requests (the whole workspace index), which can consume many tokens — set a quota cap for that token.
- Enabling Claude prompt caching can significantly cut the cost of repeated conversations; Cline sends
cache_controlmarkers by default.