Prerequisites
- VS Code installed
- LLMEasy API Key (register here)
Install Cline
Open VS Code, search for Cline in the extensions marketplace, and install it.Setup
Configure the API provider
Fill in:
- API Provider →
OpenAI Compatible - Base URL →
https://www.llmeasy.ru/v1 - API Key → your LLMEasy API Key
- Model → a GPT Key group model ID copied from the model plaza
Only configure extra headers when the official docs explicitly require them
The official Cline OpenAI-compatible setup docs focus on the
Base URL, API key, and model ID. You usually do not need an extra User-Agent when connecting LLMEasy.If you are also using a custom gateway, tenant routing, observability, or caching layer, add headers only according to that upstream service’s official docs.Related FAQ
- How to configure an OpenAI-compatible API in Cline
- OpenAI-compatible API vs Anthropic-compatible API
- MCP vs API Key and Base URL
- How to configure a custom OpenAI API in Cursor
Check the
Base URL, API key, model ID, and tool version first. Do not assume User-Agent is a required LLMEasy setting.
