hermes). Site:
https://hermes-agent.nousresearch.com
(repo:
https://github.com/NousResearch/hermes-agent).
Supported on Linux / macOS / WSL2. Windows is not natively supported —
install inside WSL2.
Protocol: OpenAI-compatible (Chat Completions)
- Base URL:
https://api.orcarouter.ai/v1(must include/v1)
Install
On Linux / macOS / WSL2:Configure
Edit~/.hermes/config.yaml:
Run
Hermes is interactive. Launch it and verify the model responds:/model to switch models. You can also run hermes model first to configure a Custom Endpoint via the interactive menu.
Notes
- The base URL keeps the trailing
/v1. - Use
api_mode: chat_completions— OrcaRouter speaks Chat Completions, not the Responses API. default: orcarouter/autouses automatic routing;provider: customselects the custom endpoint.- Model names use
vendor/modelformat. Swaporcarouter/autofor a specific model likeanthropic/claude-opus-4.8orgoogle/gemini-2.5-flash. - On Windows you must run Hermes inside WSL2.
