Cline Setup
Cline is a VS Code extension for AI-assisted coding.Prerequisites
- VS Code installed
- Cline extension installed from VS Code Marketplace
- Your API key and endpoint URL from admin
Setup
Open Cline Settings
- Open VS Code
- Press
Cmd+Shift+P(Mac) orCtrl+Shift+P(Windows) - Type “Cline: Open Settings”
Configure Provider
| Setting | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://gateway.classicgroup.asia/v1 |
| API Key | Your API key |
| Model ID | claude-opus-4-5-20250514 |
Available Models
| Model ID | Description |
|---|---|
claude-opus-4-5-20250514 | Most capable, complex tasks |
claude-sonnet-4-5-20250514 | Fast, great for coding |
Troubleshooting
405 Method Not Allowed
405 Method Not Allowed
- Use “OpenAI Compatible” provider, not “Anthropic”
- Make sure Base URL ends with
/v1
Invalid API key
Invalid API key
- Double-check your API key
- Make sure there are no extra spaces
Connection refused
Connection refused
- Verify Base URL is
https://gateway.classicgroup.asia/v1 - Test:
curl https://gateway.classicgroup.asia/v1/models
Model not found
Model not found
- Use exact model IDs:
claude-opus-4-5-20250514orclaude-sonnet-4-5-20250514