Cline
Last updated
Was this helpful?
Last updated
Was this helpful?
Cline is an open-source AI coding assistant with two working modes (Plan/Act), terminal command execution, and support for the Model Context Protocol (MCP) in VS Code.
You can find the Cline repository and community on .
Open the Extensions tab in the VS Code sidebar.
In the search bar, type Cline.
Find the extension and click Install.
After installation, a separate Cline tab will appear in the sidebar.
Go to the Cline tab in the sidebar.
Click the gear icon in the top-right corner.
In the settings:
Set API Provider to OpenAI Compatible.
In Base URL, enter one of our available endpoints.
Click Save.
All done — start coding with Cline!
Here’s the request we made:
If you expand the API Request section, you can view the data — including your prompt.
Since I asked to create a file in the request, the file was generated. You can see a preview and its contents, but it hasn’t been saved yet.
To save the file, Cline asks for confirmation.
Once the file is saved, a second API request appears with metadata, along with a notification that the task was successfully completed.
These models have been tested by our team for compatibility with Cline integration.
Possible Issues:
403 status code (no body) — This is the most common error. Possible causes:
You might need to use a different endpoint. Be sure to refer to the documentation for the specific model you've selected from our catalog!
The user may have run out of tokens or doesn’t have enough. Check your balance in your account dashboard.
In API Key, enter your .
In Model ID, specify the model name. You can find some model selection tips in our .
400 status code (no body) — This error occurs when using models that are not compatible with the integration. See the previous section