This page only covers the GPT Key group setup for Hermes Agent. Copy model IDs from the model plaza.
Prerequisites
- LLMEasy API Key (register here)
- The API Key belongs to the GPT Key group
- A GPT Key group model ID copied from the model plaza
- macOS, Linux, or Windows WSL2
Install Hermes Agent
- macOS / Linux / WSL2
- Windows
Setup
- Interactive setup
- CLI config
- Environment variables
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 GPT Key group model ID copied from the model plaza
Restart Hermes Agent
After updating the config, quit the current Hermes Agent session and start it again.
Feature quick reference
| Feature | What it is for |
|---|---|
| Terminal UI | Chat with the agent directly in your terminal |
| Skills | Save reusable workflows for repeated tasks |
| MCP | Connect local or remote tool capabilities |
| Scheduled tasks | Run timed jobs and recurring workflows |
| Subagents | Split complex work across focused agents |
| Message gateway | Connect the agent to more message entry points |
Migrate from OpenClaw
If you already use OpenClaw, first check whether your current Hermes Agent version provides the migration command. Run a dry run before changing anything.https://www.llmeasy.ru/v1, your LLMEasy API Key, and a GPT Key group model ID.
Troubleshooting
- If requests fail or return no response, confirm that Base URL is exactly
https://www.llmeasy.ru/v1. Do not append/chat/completionsin this field. - If Hermes reports that the model does not exist, confirm that Model is a GPT Key group model ID from the model plaza.
- If authentication fails, check for copied spaces and confirm that the API Key belongs to the GPT Key group.
- If Hermes still uses the old model after a change, quit the current Hermes Agent session and run
hermesagain. - LLMEasy usually does not require an extra
User-Agentor custom headers. Only add headers when your custom gateway, tenant routing, observability, or caching layer explicitly requires them.
Do not commit real API Keys to your repository. For team-shared setup, prefer environment variables or local config.

