在 TRAE 中接入 LLMEasy 时,请选择 OpenAI 类提供商,并使用 Codex 分组模型 ID。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))
配置步骤
填写模型配置
界面上显示 添加模型 窗口后,按下面的方式填写:

| 配置项 | 值 |
|---|---|
| 服务商 | OpenAI |
| 模型 | 自定义模型 |
| 模型 ID | 从模型广场 (https://www.llmeasy.ru/pricing)复制的 Codex 分组模型 ID |
| API 密钥 | 从 LLMEasy 控制台复制的 API Key |
| 自定义请求地址 | https://www.llmeasy.ru/v1/chat/completions |

TRAE 接入 LLMEasy 时,只有 Codex 分组模型支持使用。请不要填写 Claude 系列固定模型名,也不要把自定义请求地址写成
https://www.llmeasy.ru/v1。