Prerequisites
- VS Code installed
- LLMEasy API Key (register here)
Install Roo Code
Open VS Code, search for Roo Code 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 Roo Code material we checked focuses on OpenAI-compatible or custom API setup, but it does not treat an extra
User-Agent as a required LLMEasy step.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.Roo Code’s OpenAI Compatible provider still depends on OpenAI-style tool calling. If you need extra headers, follow the current Roo Code docs or your upstream gateway requirements instead of assuming
User-Agent is mandatory for LLMEasy.
