Skip to Content

Cline Configuration

Cline  is a popular VS Code AI coding plugin (formerly Claude Dev). By integrating with OfoxAI, you can use a variety of models.

Prerequisites

Configuration Steps

Step 1: Install Cline

Search for Cline in the VS Code Extension Marketplace and install it.

Install Cline

Step 2: Open Settings

Click the Cline icon in the left activity bar to open the Cline panel, then click the Settings icon in the top right corner.

Open Cline Settings

Step 3: Fill in Configuration and Save

Fill in the following information on the API Configuration page, then click Done in the top right corner:

FieldValue
API ProviderOpenAI Compatible
Base URLhttps://api.ofox.ai/v1
OpenAI Compatible API KeyYour OfoxAI API Key
Model IDModel ID (see Model Marketplace )

Fill in configuration

Use OpenAI Compatible as the API Provider and do not switch to the Anthropic or Google Gemini Provider. These two providers do not allow custom model names and only support selecting from their built-in official model list. The model names in the built-in list do not match OfoxAI’s model IDs, which will cause requests to fail.

For recommended models, see the Model Marketplace .

FAQ

Q: Model not supported error

Make sure the Model ID format is correct. When using OpenAI Compatible, the model name must include the vendor/ prefix. See the Model Marketplace  for all available model IDs.

Q: Unable to use Tool Use feature

Keep the API Provider as OpenAI Compatible and choose a model that supports tool use from the Model Marketplace .

Last updated on