Appearance
Hermes
Use this for OpenAI groups such as Codex Plus Pool and Codex Pro Pool.
Install Hermes
Hermes runs locally from your terminal.
Windows users should use WSL. macOS and Linux users can install it directly from the terminal.
bash
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashRestart your terminal after installation.
Configure Hermes
Open the Hermes config directory:
bash
cd ~/.hermesEdit config.yaml:
yaml
model:
provider: custom
default: gpt-5.5-high
base_url: https://codex-easy.ai/v1
api_mode: chat_completionsEdit .env and enter your CE API key:
bash
OPENAI_API_KEY=your-ce-api-keyUse an API key from an OpenAI-compatible CE group, such as Codex Plus Pool or Codex Pro Pool.
Start Hermes
bash
hermesIf Hermes returns a normal response, your configuration is working.