hermes)。網站:
https://hermes-agent.nousresearch.com
(倉庫:
https://github.com/NousResearch/hermes-agent)。
支援 Linux / macOS / WSL2。Windows 不原生支援——
請在 WSL2 內安裝。
協定:OpenAI 相容(Chat Completions)
- Base URL:
https://api.orcarouter.ai/v1(必須包含/v1)
安裝
在 Linux / macOS / WSL2 上:設定
編輯~/.hermes/config.yaml:
執行
Hermes 是互動式的。啟動它並驗證模型有回應:/model 切換模型。你也可以先執行 hermes model,透過互動式選單設定 Custom Endpoint。
注意事項
- base URL 保留尾部的
/v1。 - 使用
api_mode: chat_completions——OrcaRouter 使用 Chat Completions,而非 Responses API。 default: orcarouter/auto使用自動路由;provider: custom選擇自訂端點。- 模型名稱使用
vendor/model格式。可將orcarouter/auto換成特定模型,例如anthropic/claude-opus-4.8或google/gemini-2.5-flash。 - 在 Windows 上你必須在 WSL2 內執行 Hermes。
