Cline
Configure the Cline VS Code extension against the Anthropic-format endpoint.
Cline speaks the Anthropic Messages format natively, so it uses /v1/messages and the base URL takes no /v1 suffix.
Setup
- Install Cline from the VS Code marketplace and open its settings panel.
- Set API Provider to Anthropic.
- Paste your
sk-key into the API key field. - Enable the custom base URL option and set it to
https://aiprimetech.io. - Pick a model id, for example
claude-sonnet-4-6.
ProviderAnthropic
Base URL
https://aiprimetech.io — no /v1Endpoint used
/v1/messagesIf Cline's settings offer an OpenAI-Compatible provider instead, that path works too — but then the base URL becomes
https://aiprimetech.io/v1. Pick one and match the suffix to it.Cost notes
Cline is an agent: it reads files, runs commands and feeds results back as context. The same economics as Claude Code apply — output tokens dominate, and tool results accumulate. Start new tasks rather than continuing one long thread.