MonkeyCode 是企业级 AI 开发平台。通过 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.
前置条件
- 已注册 MonkeyCode 账号(访问 MonkeyCode 官网 注册)
- 已获取 LLMEasy API Key(注册并获取 (
https://www.llmeasy.ru/register))
配置步骤
登录 MonkeyCode
访问 MonkeyCode 官网 登录账号。
填写 LLMEasy 配置
| 配置项 | 值 |
|---|---|
| 模型 API 地址 | https://www.llmeasy.ru/v1 |
| API Key | 你的 LLMEasy API Key |
| 接口格式类型 | OpenAI 或 OpenAI Compatible(以当前界面为准) |
| 模型名称 | 从模型广场 (https://www.llmeasy.ru/pricing)复制的 Codex 分组模型 ID |
仅在官方文档明确要求时再配置额外 headers
当前我们没有查到 MonkeyCode 官方接入说明要求 LLMEasy 额外配置
User-Agent。默认先按页面中的 Base URL、API Key 和模型 ID 完成接入即可。如果你还接了自定义网关、租户路由或审计服务,再按对应上游服务的官方文档补充所需 headers。如需额外 headers,请以 MonkeyCode 官方当前版本说明或上游网关要求为准,不要默认把
User-Agent 当作 LLMEasy 必填项。