Skip to main content

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.

Hermes Agent supports custom model providers. External tools should now use the Codex group with an OpenAI-style protocol.

Prerequisites

  • LLMEasy API Key (register here (https://www.llmeasy.ru/register))
  • macOS, Linux, or Windows WSL2

Install Hermes Agent

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Setup

1

Run the model selector

hermes model
2

Choose the OpenAI or OpenAI Compatible provider

Select OpenAI or OpenAI Compatible from the provider list.
3

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)
4

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.
5

Restart Hermes Agent

After updating the config, quit the current Hermes Agent session and start it again.
6

Start Hermes Agent

hermes
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.