Install

openclaw plugins install clawhub:@eucal-ai/tierflow

@eucal-ai/tierflow

Tierflow 插件 — 将 LLM 调用路由到远程智能路由服务,通过核心算法决定最优模型并返回结果,保证输出质量的前提下帮您节省更多花费。

  • 包名:@eucal-ai/tierflow
  • 插件 ID:model-router
  • 兼容插件 API:>=2026.4.12

配置

openclaw.json 中添加:

json
{
  "plugins": {
    "allow": ["tierflow"],
    "load": {
      "paths": ["/path/to/openclaw/extensions/tierflow"]
    },
    "entries": {
      "tierflow": {
        "enabled": true,
        "config": {
          "baseUrl": "",
          "apiKey": ""
        }
      }
    }
  },

  "agents": {
    "defaults": {
      "model": {
        "primary": "tierflow/auto"
      }
    }
  }
}
配置项必填说明
baseUrl远程路由服务的 base URL
apiKey路由服务的 API Key