"models": {
"mode": "merge",
"providers": {
"Jiekou": {
"baseUrl": "https://api.jiekou.ai/openai/v1",
"apiKey": "sk_xxxxxxxxxxxxxxxxxx",
"api": "openai-completions",
"models": [
{
"id": "gpt-5.4",
"name": "gpt-5.4 (Custom Provider)",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 16000,
"maxTokens": 4096
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "jiekou/gpt-5.4"
},
"models": {
"Jiekou/gpt-5.4": {
"alias": "gpt-5.4"
}
},
"workspace": "/Users/0000/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},