跳到主内容
文章阅读

openclaw 接入伊丽丝 codex ai配置

2026/03/14618 次阅读1 分钟

{
  "code2": {
    "baseUrl": "https://code.ylsagi.com/codex",
    "apiKey": "yls-xxx",
    "auth": "api-key",
    "api": "openai-responses",
    "models": [
      {
        "id": "gpt-5.4",
        "name": "gpt-5.4",
        "reasoning": false,
        "input": [
          "text",
          "image"
        ],
        "cost": {
          "input": 0,
          "output": 0,
          "cacheRead": 0,
          "cacheWrite": 0
        },
        "contextWindow": 272000,
        "maxTokens": 128000
      }
    ]
  }
}
返回顶部