关注我们

出海网公众号

出海网小程序

出海网视频号

出海网社群


获取 API Key:
1. 登录阿⾥云控制台(www.aliyun.com)
2. 进⼊"百炼⼤模型"服务
3. 在"密钥管理"中创建 API Key
4. 复制 Access Key ID 和 Access Key Secret
配置 OpenClaw:
运⾏配置向导时选择阿⾥云百炼,或在配置⽂件中⼿动添加:

{
"agents": {
"defaults": {
"model": "qwen-max"
}
},
"models": {
"providers": {
"aliyun": {
"apiKey": "your-api-key",
"baseUrl": "https://dashscope.aliyuncs.com/api/v1"
}
}
}
}
