Hermes Agent supports custom model providers. External tools should now 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
- LLMEasy API Key (register here (
https://www.llmeasy.ru/register)) - macOS, Linux, or Windows WSL2
Install Hermes Agent
Setup
Choose the OpenAI or OpenAI Compatible provider
Select OpenAI or OpenAI Compatible from the provider list.
Fill in the LLMEasy config
Enter:
- Base URL:
https://www.llmeasy.ru/v1 - API Key: your LLMEasy API Key
- Model: 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 Hermes Agent 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.Restart Hermes Agent
After updating the config, quit the current Hermes Agent session and start it again.
If you need extra headers, follow the current Hermes Agent docs or your upstream gateway requirements instead of assuming
User-Agent is mandatory for LLMEasy.