$ -weight: 500;">curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/-weight: 500;">install.sh | bash
-weight: 500;">curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/-weight: 500;">install.sh | bash
-weight: 500;">curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/-weight: 500;">install.sh | bash
Hermes Agent ↓ single key [API Gateway] ↓ ↓ ↓ ↓ GPT Claude Gemini DeepSeek
Hermes Agent ↓ single key [API Gateway] ↓ ↓ ↓ ↓ GPT Claude Gemini DeepSeek
Hermes Agent ↓ single key [API Gateway] ↓ ↓ ↓ ↓ GPT Claude Gemini DeepSeek
-weight: 500;">git clone https://github.com/xujfcn/crazyrouter-hermes.-weight: 500;">git
cd crazyrouter-hermes
./setup.sh
-weight: 500;">git clone https://github.com/xujfcn/crazyrouter-hermes.-weight: 500;">git
cd crazyrouter-hermes
./setup.sh
-weight: 500;">git clone https://github.com/xujfcn/crazyrouter-hermes.-weight: 500;">git
cd crazyrouter-hermes
./setup.sh
hermes config set providers.crazyrouter.base_url https://crazyrouter.com/v1
hermes config set providers.crazyrouter.api_key YOUR_KEY
hermes model # pick a model
hermes config set providers.crazyrouter.base_url https://crazyrouter.com/v1
hermes config set providers.crazyrouter.api_key YOUR_KEY
hermes model # pick a model
hermes config set providers.crazyrouter.base_url https://crazyrouter.com/v1
hermes config set providers.crazyrouter.api_key YOUR_KEY
hermes model # pick a model
# Coding with Claude
hermes model claude-sonnet-4-20250514
> refactor this function from callbacks to async/await # Translation with GPT
hermes model gpt-4o
> translate this technical doc to Japanese # Reasoning with DeepSeek
hermes model deepseek-r1
> analyze the time complexity of this algorithm # Quick answers with Gemini Flash
hermes model gemini-2.5-flash
> how do I check which process is using port 8080 on Linux
# Coding with Claude
hermes model claude-sonnet-4-20250514
> refactor this function from callbacks to async/await # Translation with GPT
hermes model gpt-4o
> translate this technical doc to Japanese # Reasoning with DeepSeek
hermes model deepseek-r1
> analyze the time complexity of this algorithm # Quick answers with Gemini Flash
hermes model gemini-2.5-flash
> how do I check which process is using port 8080 on Linux
# Coding with Claude
hermes model claude-sonnet-4-20250514
> refactor this function from callbacks to async/await # Translation with GPT
hermes model gpt-4o
> translate this technical doc to Japanese # Reasoning with DeepSeek
hermes model deepseek-r1
> analyze the time complexity of this algorithm # Quick answers with Gemini Flash
hermes model gemini-2.5-flash
> how do I check which process is using port 8080 on Linux - Solid terminal UX. Multi-line editing, autocomplete, streaming responses. It feels like a proper tool, not a toy.
- Multi-platform messaging. Beyond the CLI, it connects to Telegram, Discord, Slack, and WhatsApp. Run a gateway process on a VPS and chat with your agent from your phone.
- It learns from you. Repeated tasks get distilled into reusable "skills" that it applies automatically next time.
- Runs anywhere. No GPU needed. A $5/month VPS handles it fine. - Claude → register at Anthropic, get a key
- GPT → register at OpenAI, get a key
- Gemini → register at Google, get a key
- DeepSeek, Llama, Mistral → repeat for each - Telegram remote access: run hermes gateway and use it from your phone
- Scheduled tasks: say "summarize GitHub trending every day at 9am" and it creates a cron job
- Parallel tasks: subagent support lets you dispatch work to multiple models simultaneously - The base URL must end with /v1 — without it you'll get a 404
- Watch for trailing spaces when copying the API key
- Run hermes doctor on first use to check your environment
- The setup script won't overwrite existing config — it only adds the new provider - One key for all models
- Switch with a single command
- Unified billing
- New models available instantly, no config changes needed - Hermes Agent: github.com/NousResearch/hermes-agent
- Setup script: github.com/xujfcn/crazyrouter-hermes
- API Gateway: crazyrouter.com