Skip to main content

Mini Program Growth Initiative

Overview

Users who have successfully registered for the "Mini Program Growth Initiative" can receive the following benefits based on their CloudBase environment status at the time of registration:

  • If you have no CloudBase environment at the time of registration, you can receive a free 6-month valid Personal Edition environment and an "AI Resource Pack".
  • If you select a CloudBase environment in the free trial development phase at the time of registration, that environment will be automatically upgraded to a 6-month valid Personal Edition environment and you will receive an "AI Resource Pack".
  • If you select a CloudBase environment that is not in the free trial development phase at the time of registration, you can claim a CloudBase promo voucher worth CNY 120 and receive an "AI Resource Pack".

Sign-up Portal: WeChat Official Account Platform -> Industry Capabilities -> Mini Program Growth Initiative

AI Resource Pack

The AI Resource Pack includes the Hunyuan Token Resource Pack and the Hunyuan Image Generation Resource Pack. It is valid for 6 months from the date of successful application and can only be used in WeChat Mini Programs and the CloudBase console. View the usage guide

Phase 1 (2026-01-01 ~ 2026-06-30)Phase 2 (2026-07-01 ~ 2026-12-31)
Token Quota100 million1 billion
Image Generation Quota10,000100,000
Text Modelshunyuan-turbos-latest
hunyuan-t1-latest
hunyuan-2.0-thinking-20251109
hunyuan-2.0-instruct-20251111
hy3-preview
Image Modelshunyuan-image
hunyuan-image-v3.0-v1.0.4
HY-Image-3.0-Plus-4090-Tob-v1.0

Top-up for Existing Phase 1 Users

Existing users who participated in Phase 1 of the Mini Program Growth Initiative will automatically receive the following Phase 2 top-up:

  • A top-up of 900 million Tokens and 90,000 image generations
  • Valid for 6 months from the top-up date
  • Distributed automatically by the system, expected to arrive in batches starting July 1
note

If the environment has been deleted, the top-up cannot be applied. Developers will need to register a new mini program to claim it.

CloudBase Personal Edition Resources

Both phases offer a 6-month Personal Edition environment at a limited-time discount, but with different plan types:

Phase 1 (2026-01-01 ~ 2026-06-30)Phase 2 (2026-07-01 ~ 2026-12-31)
Plan TypeQuota-based planResource-Point plan
Resource AllocationEach resource has a fixed quota with a clear usage capUnified Resource-Point pool, with each resource flexibly allocated on demand and no per-item cap
Key FeatureCan be upgraded to a Resource-Point plan; after upgrade, plan usage can offset large model Token usagePlan usage can offset large model Token usage
Quota DetailsView quota detailsView quota details

For FAQs about the new plan, see the CloudBase Plan Upgrade Notes.

Event Rules

  • A mini program account can only participate in the AI incentive activity once
  • The AI Resource Pack can only be used in mini programs and cloud functions; usage from other sources is not supported
  • Promo vouchers are valid for 6 months from the date of issuance and can only be used for CloudBase products
  • Promo voucher issuance is subject to Tencent Cloud account rules; vouchers cannot be issued if the requirements are not met
  • Any adjustments will be updated in the announcement 15 days in advance

FAQ

  1. Where can I check the usage of the AI Resource Pack?

    You can log in via Mini Program QR code scanning to check usage in the CloudBase web console, or enter the AI module by clicking on Cloud Development in the latest version of the WeChat Developer Tools to view usage. When the usage of the Token Resource Pack and Image Generation Resource Pack reaches 80%, 90%, and 100%, you will receive a message notification from the WeChat official account.

  2. What happens after the AI Resource Pack is exhausted?

    You can switch to a Resource-Point plan — plan usage can offset large model Token usage. For details, see AI Model Access - Resource-Point Plan.

    After switching, change the model provider in your code from hunyuan-v3 to cloudbase:

    // Before
    const model = ai.createModel("hunyuan-v3");

    // After
    const model = ai.createModel("cloudbase");
  3. How to handle concurrency exceeding the limit?

    When encountering the error code EXCEED_CONCURRENT_REQUEST_LIMIT, it indicates a high number of concurrent users. You can advise users to retry later. If your business truly needs higher concurrency, contact customer service or use another large model included in the plan.

  4. How can I develop mini programs using natural language?

    You can use the CloudBase MCP/Skill to quickly develop mini programs by describing requirements in natural language. Click to view the usage guide