Qwen provides a free-tier OAuth flow for Qwen Coder and Qwen Vision models (2,000 requests/day, subject to Qwen rate limits).
coderclaw plugins enable qwen-portal-auth
Restart the Gateway after enabling.
coderclaw models auth login --provider qwen-portal --set-default
This runs the Qwen device-code OAuth flow and writes a provider entry to your
models.json (plus a qwen alias for quick switching).
qwen-portal/coder-modelqwen-portal/vision-modelSwitch models with:
coderclaw models set qwen-portal/coder-model
If you already logged in with the Qwen Code CLI, CoderClaw will sync credentials
from ~/.qwen/oauth_creds.json when it loads the auth store. You still need a
models.providers.qwen-portal entry (use the login command above to create one).
https://portal.qwen.ai/v1 (override with
models.providers.qwen-portal.baseUrl if Qwen provides a different endpoint).