跳到正文

Hermes

将 Hermes Agent 作为自定义 OpenAI 兼容端点接入 Webway。

1. 安装

bash
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

安装程序结束后,重新加载 shell。

2. 添加 Webway

bash
hermes model

选择 Custom endpoint,然后输入:

text
Base URL: https://api.webway.sh/v1
API key:  sk-ww-…
Model:    openai/gpt-5.6-terra

Hermes 会把该端点保存在 ~/.hermes/config.yaml 中。

3. 验证

bash
hermes doctor
hermes

再次运行 hermes model,即可切换到模型表中的其他 ID。