Skip to content

Cline Integration

Cline is an AI coding assistant for VS Code that helps you write, refactor, and debug code through natural language. This guide shows you how to connect Cline to AIShop24H.

  1. Open VS Code and click the Cline icon in the sidebar
  2. Click the settings icon (⚙️) in the top-right corner
  3. Configure the following settings:
SettingValue
API ProviderOpenAI Compatible
Base URLhttps://aishop24h.com/v1
API KeyYour AIShop24H API key
Model IDanthropic/claude-sonnet-4.5 (or your preferred model)

Cline OpenAI Configuration

ModelModel ID
Claude Opus 4.6anthropic/claude-opus-4.6
Claude Opus 4.5 Thinkinganthropic/claude-opus-4.5-thinking
Claude Sonnet 4.6anthropic/claude-sonnet-4.6
Claude Sonnet 4.5anthropic/claude-sonnet-4.5
Claude Sonnet 4.5 Thinkinganthropic/claude-sonnet-4.5-thinking
Claude Haiku 4.5anthropic/claude-haiku-4.5
Gemini 3 Flash Previewgoogle/gemini-3-flash-preview
Gemini 3 Pro Previewgoogle/gemini-3-pro-preview
  1. Click Done to save

After configuration, Cline is ready to use. Open the Cline panel and start chatting to:

  • Generate new code
  • Refactor existing code
  • Debug issues
  • Explain complex code

Cline Usage

Problem: “API Key invalid or unauthorized” error

Solutions:

  • Verify your API key is correct
  • Check your account has sufficient balance at AIShop24H Dashboard
  • Ensure no extra spaces in the API key field

Problem: Unable to connect to API

Solutions:

  • For OpenAI Compatible: Base URL must be https://aishop24h.com/v1
  • For Anthropic: Base URL must be https://aishop24h.com
  • Remove any trailing slash from the URL
  • Check your internet connection
  • Test with curl:
    Terminal window
    curl https://aishop24h.com/v1/models \
    -H "Authorization: Bearer YOUR_API_KEY"

Problem: “Model not found” or “Invalid model” error

Solutions:

  • Use the exact model ID format (e.g., anthropic/claude-sonnet-4.5)
  • Verify the model is available in your subscription
  • Check for typos in the model ID