Get started with Token Plan Personal Edition in three steps: choose a plan, obtain an API Key, and configure your AI tools.
Step 1: Subscribe to Token Plan Personal Edition
Visit the Token Plan Personal Edition purchase page, select a plan tier and subscription period, and complete the subscription.
Purchase notes:
-
RAM user authorization: Before a RAM user can use Token Plan, the primary account must complete the following authorization:
- In the RAM console, grant the RAM user the
AliyunTokenPlanReadOnlyAccess(read-only) orAliyunTokenPlanFullAccess(full access) system policy, and also grant theAliyunBSSReadOnlyAccesssystem policy. - In the Model Studio console Account Management page, assign the Administrator or Subscribe Plan role to the RAM user.
- In the RAM console, grant the RAM user the
Step 2: Obtain your API Key and Base URL
- API Key: After subscribing, generate an API Key on the My Subscription page in the Token Plan console. The API Key is displayed in full only once when generated — copy and securely store it immediately.
- Base URL: Select the Base URL that corresponds to the protocol supported by your AI tool.
Protocol | Base URL |
|---|---|
OpenAI-compatible |
|
Anthropic-compatible |
|
Step 3: Configure your AI tools
Enter the API Key and Base URL into your AI tool to start using the service.
| More ToolsOther coding tools |
Optional: Integrate multimodal generation models
Token Plan Personal Edition supports multimodal generation models (wan2.7-image, happyhorse-1.1-t2v, etc.). Multimodal generation models are not compatible with the standard text generation endpoint (/api/v1/services/aigc/text-generation/generation) or the OpenAI-compatible endpoint (/compatible-mode/v1/chat/completions). You must call them through their dedicated endpoints. For example, video generation models such as happyhorse-1.1-t2v use the /api/v1/services/aigc/video-generation/video-synthesis endpoint. Integrate them through the Skill or extension mechanism of your AI tool. For details, see Integrate multimodal generation models.
FAQ
What should I do if calling a multimodal generation model returns a url error or a model_not_supported error?
Multimodal generation models do not support the standard text generation endpoint or the OpenAI-compatible endpoint. Calling them through the wrong endpoint returns an InvalidParameter error with the message "url error", or a model_not_supported error. Switch to the dedicated endpoint: video generation models use /api/v1/services/aigc/video-generation/video-synthesis, and image generation models use /api/v1/services/aigc/image-generation/generation.