Files
mattzh72--articraft/docs/qwen_dashscope_quickstart.md
wehub-resource-sync 2c632336aa
CI / Viewer CI (push) Successful in 13m37s
CI / Core CI (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:32:38 +08:00

741 B

Qwen (DashScope) Quickstart

1) Configure Environment

Create or update the repo-local .env:

uv run articraft env bootstrap

Then set these values in .env:

DASHSCOPE_API_KEY=
DASHSCOPE_MODEL=qwen3.6-flash
DASHSCOPE_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1

Do not commit .env or real API keys.

2) Verify the API Connection

just dashscope-test

Expected output:

ok

3) Run Generation with Qwen

just dashscope-generate "Create a compact articulated desk fan."

Or directly:

uv run articraft generate --provider dashscope --model qwen3.6-flash "Create a compact articulated desk fan."

4) View Results

just viewer