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 Tencent Hunyuan
Hello everyone, this is programmer Wan Feng.
Today brings you Tencent Cloud Coding Plan hand-hold getting started tutorial, 49 yuan/month to experience Hunyuan large model's AI programming capabilities.
1. Preparation
Register Tencent Cloud Account
- Visit Tencent Cloud official website
- Click "Register Free"
- Register with phone number
- Complete real-name authentication (required)
Tools Needed
- Computer (Windows/Mac/Linux any works)
- Stable network
2. Activate Tencent Cloud Coding Plan
Step 1: Visit Activation Page
👉 Click to access Tencent Cloud Coding Plan activation page
Step 2: Choose a Package
Tencent Cloud offers three packages:
| Package | Price | Tokens/month |
|---|---|---|
| Personal | 49 yuan | 1 million |
| Professional | 99 yuan | 5 million |
| Enterprise | 299 yuan | Unlimited |
Choose the package that suits your needs.
Step 3: Complete Payment
Supports WeChat Pay, QQ Wallet, bank cards and other payment methods.
3. Get API Keys
Step 1: Enter Console
After successful activation, enter Tencent Cloud console.
Step 2: Create Keys
- Find "Cloud API Keys" entrance
- Click "Create New Keys"
- Save SecretId and SecretKey
⚠️ Note: Keep keys properly, don't share with others.
4. Integrate with Development Tools
Supported IDEs
- VS Code (recommended)
- JetBrains suite
- WeChat Developer Tools
VS Code Integration Tutorial
- Install Tencent Cloud AI programming plugin
- Enter API keys
- Start using
WeChat Developer Tools Integration
- Open WeChat Developer Tools
- Go to "Settings" - "Extensions"
- Enable Tencent Cloud AI programming
5. Usage Examples
Code Generation
Enter natural language description, AI automatically generates code.
Examples:
- "Help me write a Python quicksort"
- "Implement a debounce function with JavaScript"