Article Author: Programmer Wan Feng | AI Programming Evangelist | Focused on AI Tool Reviews and Teaching
400k+ followers across platforms, 6 years Python development experience, author of open source project python-office
💡 Technology is not high-cold, AI is very easy to use 👉 Click to experience Tongyi Qianwen
Hello everyone, this is programmer Wan Feng.
Today brings you Alibaba Cloud Bailian Coding Plan hand-hold getting started tutorial, 29 yuan/month to experience Tongyi Qianwen large model's AI programming capabilities.
1. Preparation
Register Alibaba Cloud Account
- Visit Alibaba Cloud official website
- Click "Register Free"
- Register with phone number or email
- Complete real-name authentication (required)
Tools Needed
- Computer (Windows/Mac/Linux any works)
- Stable network
2. Activate Bailian Coding Plan
Step 1: Visit Activation Page
👉 Click to access Alibaba Cloud Bailian Coding Plan activation page
Step 2: Choose a Package
Alibaba Cloud offers three packages:
| Package | Price | Tokens/month |
|---|---|---|
| Basic | 29 yuan | 800k |
| Advanced | 59 yuan | 3 million |
| Enterprise | 199 yuan | Unlimited |
Choose the package that suits your needs.
Step 3: Complete Payment
Supports Alipay, bank cards and other payment methods.
3. Get API Keys
Step 1: Enter Console
After successful activation, enter Alibaba Cloud Bailian console.
Step 2: Create Keys
- Find "API-KEY" entrance
- Click "Create API-KEY"
- Save API-KEY
⚠️ Note: API-KEY should be properly kept, don't share with others.
4. Integrate with Development Tools
Supported IDEs
- VS Code (recommended)
- JetBrains suite
- Alibaba Cloud IDE plugin
VS Code Integration Tutorial
- Install Alibaba Cloud AI programming plugin
- Enter API-KEY
- Start using
5. Usage Examples
Code Generation
Enter natural language description, AI automatically generates code.
Examples:
- "Help me write Python quicksort"
- "Implement singleton pattern with Java"
Code Optimization
Select code, one-click optimization:
- Add comments