Qwen Code: Terms of Service and Privacy Notice
Qwen Code is an open-source AI coding assistant tool maintained by the Qwen Code team. This document outlines the terms of service and privacy policies that apply when using Qwen Code’s authentication methods and AI model services.
How to determine your authentication method
Qwen Code supports three authentication methods to access AI models. Your authentication method determines which terms of service and privacy policies apply to your usage:
- Qwen OAuth — Log in with your qwen.ai account (free daily quota)
- Alibaba Cloud Coding Plan — Use an API key from Alibaba Cloud
- API Key — Bring your own API key
For each authentication method, different Terms of Service and Privacy Notices may apply depending on the underlying service provider.
| Authentication Method | Provider | Terms of Service | Privacy Notice |
|---|---|---|---|
| Qwen OAuth | Qwen AI | Qwen Terms of Service | Qwen Privacy Policy |
| Alibaba Cloud Coding Plan | Alibaba Cloud | See details below | See details below |
| API Key | Various Providers | Depends on your chosen API provider (OpenAI, Anthropic, etc.) | Depends on your chosen API provider |
1. If you are using Qwen OAuth Authentication
When you authenticate using your qwen.ai account, these Terms of Service and Privacy Notice documents apply:
- Terms of Service: Your use is governed by the Qwen Terms of Service .
- Privacy Notice: The collection and use of your data is described in the Qwen Privacy Policy .
For details about authentication setup, quotas, and supported features, see Authentication Setup.
2. If you are using Alibaba Cloud Coding Plan
When you authenticate using an API key from Alibaba Cloud, the applicable Terms of Service and Privacy Notice from Alibaba Cloud apply.
Alibaba Cloud Coding Plan is available in two regions:
- 阿里云百炼 (aliyun.com) — bailian.console.aliyun.com
- Alibaba Cloud (alibabacloud.com) — bailian.console.alibabacloud.com
When using Alibaba Cloud Coding Plan, you are subject to Alibaba Cloud’s terms and privacy policies. Please review their documentation for specific details about data usage, retention, and privacy practices.
3. If you are using your own API Key
When you authenticate using API keys from other providers, the applicable Terms of Service and Privacy Notice depend on your chosen provider.
When using your own API key, you are subject to the terms and privacy policies of your chosen API provider, not Qwen Code’s terms. Please review your provider’s documentation for specific details about data usage, retention, and privacy practices.
Qwen Code supports various OpenAI-compatible providers. Please refer to your specific provider’s terms of service and privacy policy for detailed information.
Usage Statistics and Telemetry
Qwen Code may collect anonymous usage statistics and telemetry data to improve the user experience and product quality. This data collection is optional and can be controlled through configuration settings.
What Data is Collected
When enabled, Qwen Code may collect:
- Anonymous usage statistics (commands run, performance metrics)
- Error reports and crash data
- Feature usage patterns
Data Collection by Authentication Method
- Qwen OAuth: Usage statistics are governed by Qwen’s privacy policy. You can opt-out through Qwen Code’s configuration settings.
- Alibaba Cloud Coding Plan: Usage statistics are governed by Alibaba Cloud’s privacy policy. You can opt-out through Qwen Code’s configuration settings.
- API Key: No additional data is collected by Qwen Code beyond what your chosen API provider collects.
Frequently Asked Questions (FAQ)
1. Is my code, including prompts and answers, used to train AI models?
Whether your code, including prompts and answers, is used to train AI models depends on your authentication method and the specific AI service provider you use:
-
Qwen OAuth: Data usage is governed by Qwen’s Privacy Policy . Please refer to their policy for specific details about data collection and model training practices.
-
Alibaba Cloud Coding Plan: Data usage is governed by Alibaba Cloud’s privacy policy. Please refer to their policy for specific details about data collection and model training practices.
-
API Key: Data usage depends entirely on your chosen API provider. Each provider has their own data usage policies. Please review the privacy policy and terms of service of your specific provider.
Important: Qwen Code itself does not use your prompts, code, or responses for model training. Any data usage for training purposes would be governed by the policies of the AI service provider you authenticate with.
2. What are Usage Statistics and what does the opt-out control?
The Usage Statistics setting controls optional data collection by Qwen Code for improving the user experience and product quality.
When enabled, Qwen Code may collect:
- Anonymous telemetry (commands run, performance metrics, feature usage)
- Error reports and crash data
- General usage patterns
What is NOT collected by Qwen Code:
- Your code content
- Prompts sent to AI models
- Responses from AI models
- Personal information
The Usage Statistics setting only controls data collection by Qwen Code itself. It does not affect what data your chosen AI service provider (Qwen, OpenAI, etc.) may collect according to their own privacy policies.
3. How do I switch between authentication methods?
You can switch between Qwen OAuth, Alibaba Cloud Coding Plan, and your own API key at any time:
- During startup: Choose your preferred authentication method when prompted
- Within the CLI: Use the
/authcommand to reconfigure your authentication method - Environment variables: Set up
.envfiles for automatic API key authentication
For detailed instructions, see the Authentication Setup documentation.