Hermes Agent 支持通过自定义模型提供商接入 LLMEasy。当前外部工具应统一走 Codex 分组与 OpenAI 类协议。Documentation Index
Fetch the complete documentation index at: https://docs.llmeasy.ru/llms.txt
Use this file to discover all available pages before exploring further.
前置条件
- 已获取 LLMEasy API Key(注册并获取 (
https://www.llmeasy.ru/register)) - macOS、Linux 或 Windows WSL2 环境
安装 Hermes Agent
配置步骤
填写 LLMEasy 配置
按提示依次输入:
- Base URL:
https://www.llmeasy.ru/v1 - API Key:你的 LLMEasy API Key
- Model:从模型广场 (
https://www.llmeasy.ru/pricing)复制的 Codex 分组模型 ID
仅在官方文档明确要求时再配置额外 headers
当前我们没有查到 Hermes Agent 官方接入说明要求 LLMEasy 额外配置
User-Agent。默认先按页面中的 Base URL、API Key 和模型 ID 完成接入即可。如果你还接了自定义网关、租户路由或审计服务,再按对应上游服务的官方文档补充所需 headers。如需额外 headers,请以 Hermes Agent 官方当前版本说明或上游网关要求为准,不要默认把
User-Agent 当作 LLMEasy 必填项。