docs/providers/alibaba.md
OpenClaw ships a bundled alibaba video-generation provider for Wan models on
Alibaba Model Studio / DashScope.
alibabaMODELSTUDIO_API_KEYDASHSCOPE_API_KEY, QWEN_API_KEYThe bundled alibaba provider currently registers:
| Model ref | Mode |
|---|---|
alibaba/wan2.6-t2v | Text-to-video |
alibaba/wan2.6-i2v | Image-to-video |
alibaba/wan2.6-r2v | Reference-to-video |
alibaba/wan2.6-r2v-flash | Reference-to-video (fast) |
alibaba/wan2.7-r2v | Reference-to-video |
| Parameter | Limit |
|---|---|
| Output videos | Up to 1 per request |
| Input images | Up to 1 |
| Input videos | Up to 4 |
| Duration | Up to 10 seconds |
| Supported controls | size, aspectRatio, resolution, audio, watermark |
| Reference image/video | Remote http(s) URLs only |
- `qwen/...` when you want the canonical Qwen provider surface
- `alibaba/...` when you want the direct vendor-owned Wan video surface
See the [Qwen provider docs](/providers/qwen) for more detail.
1. `MODELSTUDIO_API_KEY` (preferred)
2. `DASHSCOPE_API_KEY`
3. `QWEN_API_KEY`
Any of these will authenticate the `alibaba` provider.