Droid 是 Factory AI 的 CLI 编程助手。通过 BYOK 配置,可以将 LLMEasy 作为自定义 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))
安装 Droid
- macOS / Linux
- Windows
配置步骤
编辑 Droid 配置文件
配置文件路径:将
~/.factory/settings.jsonYOUR_CODEX_MODEL_ID 替换为从模型广场 (https://www.llmeasy.ru/pricing)复制的 Codex 分组模型 ID。仅在官方文档明确要求时再配置额外 headers
当前我们没有查到 Droid 官方接入说明要求 LLMEasy 额外配置
User-Agent。默认先按页面中的 Base URL、API Key 和模型 ID 完成接入即可。如果你还接了自定义网关、租户路由或审计服务,再按对应上游服务的官方文档补充所需 headers。如果当前版本把 provider 文案显示为
OpenAI Compatible,以当前界面显示为准。如需额外 headers,请以 Droid 官方当前版本说明或上游网关要求为准,不要默认把 User-Agent 当作 LLMEasy 必填项。