Access Large Models
CloudBase provides three ways to access large models:
| Method | Description | Applicable Plan/Scenario |
|---|---|---|
| Token Resource Pack | Purchase a resource pack to use models such as DeepSeek, MiniMax, Hunyuan, Kimi, GLM, etc. | All available plans |
| Trial Model | Use the built-in Hunyuan model for free | Mini Program Growth Plan |
| Custom Model | Configure any model compatible with the OpenAI protocol | Standard plan and above |
Token Resource Pack
Resource Pack Details
- Validity: 1 year
- Supported Models: DeepSeek, MiniMax, Hunyuan, Kimi, GLM and other latest models. See supported model list
- Usage: Purchased independently; cannot be offset by subscription plans or pay-as-you-go billing
Purchase Requirements
You must have a CloudBase environment. Resource packs are available for all available plans.
Purchase URL
Console → AI → Text Generation Models, click "Purchase Now" to proceed.

Trial Model
The trial model is exclusively for the Mini Program Growth Plan. Currently only Hunyuan is supported. To use DeepSeek or other models, please purchase a Token resource pack.
The following Hunyuan models are currently available:
| Model | Description |
|---|---|
hy3-preview | Hunyuan instruction model |
Custom Model
CloudBase Standard plan and above supports configuring third-party models. Once configured, you can call them directly via the CloudBase JS SDK and Mini Program SDK.
Custom models only support large model interfaces compatible with the OpenAI protocol.
Required Parameters
| Parameter | Description |
|---|---|
| BaseURL | The API request URL of the large model (must be compatible with the OpenAI protocol) |
| APIKey | The key for accessing the large model API |
| Model Name | The specific model identifier, e.g., deepseek-v4-flash, deepseek-v3, etc. |
Configuration Steps
-
Obtain BaseURL and API Key
The following provides integration references for Hunyuan and DeepSeek. For other models, refer to the corresponding provider's documentation:
Model Provider BaseURL Model Name Billing hunyuan Tencent Hunyuan https://api.hunyuan.cloud.tencent.com/v1See Hunyuan Model List See Billing Docs DeepSeek DeepSeek Official https://api.deepseek.com/v1See DeepSeek Model List See DeepSeek Docs -
Configure in the platform
Go to the CloudBase AI+ console. There are two ways to configure:
-
Supported platforms: Select the corresponding platform and fill in the API Key directly

-
Other models: Click the "Add Model Provider" button and fill in the BaseURL, API Key, and model name

-
Frequently Asked Questions
How do I determine if a large model is compatible with the OpenAI protocol?
Large models compatible with the OpenAI protocol typically state this explicitly in their API documentation, or their API structure aligns with OpenAI's interface specification (e.g., similar endpoints and parameter structure).
What should I do if the large model doesn't work properly after configuration?
Please check the following:
- Is the API Key correct and not expired?
- Is the BaseURL accurate?
- Does the model name match the one in the provider's documentation?
- Have you enabled billing or topped up your account on the third-party platform?
How much concurrency does the large model support?
- When using the trial model, one environment supports 5 concurrent requests.
- After configuring a custom model, the platform no longer limits concurrency. The actual concurrency limit depends on the third-party model provider's restrictions.