2026-03-09 10:11:05

OpenClaw怎么接入阿⾥云百炼?

阿⾥云百炼是国内使⽤最⼴泛的模型平台之⼀,配置步骤如下:

获取 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"

}

}

}

}

免费下载
免费下载
小程序
小程序
小程序
交流群
交流群
交流群
回顶部