Skip to Content

Cline Setup

Cline  is a popular VS Code AI coding extension (formerly Claude Dev). With OfoxAI, you can use multiple models.

Setup Steps

1. Install Cline

Search for Cline in the VS Code extension marketplace and install it.

2. Select API Provider

  1. Open the Cline sidebar
  2. Click the settings icon
  3. Under API Provider, select OpenAI Compatible

3. Enter Configuration

SettingValue
Base URLhttps://api.ofox.ai/v1
API KeyYour OfoxAI API Key
Model IDanthropic/claude-sonnet-4.5

You can also select Anthropic as the Provider and set the Base URL to https://api.ofox.ai/anthropic. This gives you full access to Anthropic native protocol features.

If you primarily use Claude models, we recommend selecting the Anthropic Provider:

SettingValue
API ProviderAnthropic
Base URLhttps://api.ofox.ai/anthropic
API KeyYour OfoxAI API Key
Modelanthropic/claude-sonnet-4.5
ScenarioModelDescription
Daily codinganthropic/claude-sonnet-4.5Balanced coding performance
Complex refactoringanthropic/claude-opus-4.6Deep understanding and reasoning
Quick Q&Aopenai/gpt-4o-miniFast responses
Long file analysisgoogle/gemini-3-flash-previewLarge context window

FAQ

Q: Model not supported error

Make sure the model ID format is correct with the provider/ prefix.

Q: Tool Use feature not working

Use the Anthropic Provider configuration for full Tool Use support.