mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 14:51:08 +00:00
1.2 KiB
1.2 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| Use Qwen models via Alibaba Cloud Model Studio |
|
Qwen |
Qwen
Qwen OAuth has been removed. The free-tier OAuth integration
(qwen-portal) that used portal.qwen.ai endpoints is no longer available.
See Issue #49557 for
background.
Recommended: Model Studio (Alibaba Cloud)
Use Model Studio for officially supported access to Qwen models (Qwen 3.6 Plus, Qwen 3.5 Plus, GLM-5, Kimi K2.5, and more).
If you want qwen3.6-plus directly from Alibaba Cloud, prefer the Standard
(pay-as-you-go) Model Studio endpoint. Coding Plan support can lag behind the
public Model Studio catalog.
# Global Coding Plan endpoint
openclaw onboard --auth-choice modelstudio-api-key
# China Coding Plan endpoint
openclaw onboard --auth-choice modelstudio-api-key-cn
# Global Standard (pay-as-you-go) endpoint
openclaw onboard --auth-choice modelstudio-standard-api-key
# China Standard (pay-as-you-go) endpoint
openclaw onboard --auth-choice modelstudio-standard-api-key-cn
See Model Studio for full setup details.