clawdbot.jsonC:\Users\admin\.openclaw\openclaw.jsonmodels 部分修改为以下内容,以支持自定义中转站。 "models": {
"mode": "merge",
"providers": {
"suxi-codex": {
"baseUrl": "https://new.suxi.ai/v1",
"apiKey": "sk-xxx",
"api": "openai-completions",
"models": [
{
"id": "gpt-5.3-codex",
"name": "gpt-5.3-codex (Custom Provider)",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 200000
}
]
}
}
},
http://127.0.0.1:18789/