MonkeyCode is an enterprise AI development platform. When connecting LLMEasy, use the Codex group with an OpenAI-style protocol.Documentation Index
Fetch the complete documentation index at: https://docs.llmeasy.ru/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- MonkeyCode account (sign up at MonkeyCode)
- LLMEasy API Key (register here (
https://www.llmeasy.ru/register))
Setup
Log in to MonkeyCode
Visit MonkeyCode and log in.
Fill in the LLMEasy config
| Field | Value |
|---|---|
| Model API URL | https://www.llmeasy.ru/v1 |
| API Key | your LLMEasy API Key |
| API format | OpenAI or OpenAI Compatible (follow the current UI label) |
| Model name | a Codex group model ID copied from the model plaza (https://www.llmeasy.ru/pricing) |
Only configure extra headers when the official docs explicitly require them
We did not find an official MonkeyCode setup requirement that makes
User-Agent mandatory for LLMEasy. Start with the Base URL, API key, and model ID shown on this page.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.Save and start using it
Click Save, then return to the main page and select the model you just configured.
If you need extra headers, follow the current MonkeyCode docs or your upstream gateway requirements instead of assuming
User-Agent is mandatory for LLMEasy.