Skip to content

Use Cline with amazee.ai

Cline is an AI coding assistant that runs inside VS Code. Connect it to amazee.ai to use Claude and other models through your regional endpoint, with your data staying in your chosen geography.

Prerequisites

Connect Cline to amazee.ai

  1. Open VS Code and click the Cline icon in the sidebar
  2. Click the settings gear icon at the top of the Cline panel
  3. Under API Provider, select OpenAI Compatible
  4. Set the fields:
Field Value
Base URL https://llm.[your-region].amazee.ai/v1
API Key Your amazee.ai API key
Model ID A model from Available Models (e.g. claude-sonnet-4-5)
  1. Click Save

Verify

Start a new Cline chat and ask a simple question. Check my.amazee.ioUsage to confirm requests are flowing through your amazee.ai endpoint.

Troubleshooting

"Invalid API key" or auth errors : Double-check your API key and make sure the base URL includes /v1 at the end.

Model not found : Use the exact model ID from Available Models. Cline does not auto-complete model names for custom providers.

Slow responses : Increase the timeout in Cline's settings. Complex tasks may need more time, especially with larger models.