11.3 模型回退链路与错误分流
最后更新于
最后更新于
{
agents: {
defaults: {
model: {
primary: 'openai/gpt-5.4',
fallbacks: [
'openai/gpt-5.4-mini', // 应对同供应商的主模型限流
'anthropic/claude-sonnet-4-6', // 应对跨供应商网络或架构故障
],
},
},
},
}openclaw models status --check
openclaw logs --follow --json