mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-06 23:55:12 +00:00
Fixed: the Getting Started step pointed users at `--auth-choice qwen-standard-api-key`, which is the Qwen plugin's onboarding choice, not Alibaba's. The bundled Alibaba plugin's manifest declares `alibaba-model-studio-api-key` as its onboarding choiceId and `--alibaba-model-studio-api-key <key>` as its direct CLI flag (extensions/alibaba/openclaw.plugin.json). Restate against that source of truth. Added: provider properties summary table; explicit baseUrl override for the China-region DashScope endpoint with the trailing-slash handling documented; per-mode capability table (text-to-video / image-to-video / reference-to-video) sourced from DASHSCOPE_WAN_VIDEO_CAPABILITIES in src/video-generation/dashscope-compatible.ts; default-duration note sourced from DEFAULT_VIDEO_GENERATION_DURATION_SECONDS = 5; Models FAQ cross-link for auth profile mechanics; clarified the overlap with the Qwen plugin (one MODELSTUDIO_API_KEY authenticates both). Verified Wan model list, default model id, default base URL, and auth env precedence against extensions/alibaba/video-generation-provider.ts and extensions/alibaba/openclaw.plugin.json.