环境变量
使用带下划线的 shell 变量名:model-base-url 这类带 hyphen 的名字,它不是合法 shell 变量。如果本地 GLM-5.2 endpoint 启用了鉴权,请把 EMPTY 换成真实 key。
OpenAI-Compatible Chat Endpoint
支持的 Protocol
用 live list 查看当前支持情况:Judge Model
LLM-as-judge benchmark 通过--benchmark-params 接收 judge model。
常见错误
| 现象 | 检查 |
|---|---|
| Provider not found | 显式设置 --model-api-protocol。 |
| 401 或鉴权失败 | 确认当前 shell 中已导出 MODEL_API_KEY。 |
| Model not found | 确认 model id 和 MODEL_BASE_URL 匹配。 |
| Unsupported protocol | 查看 Supported Components 中的 harness/protocol 组合。 |
