Activate PAI and explore AI workflows for training and deploying machine learning models.
Prerequisites
Before activating PAI, verify the following requirements:
-
Account permissions: Use an Alibaba Cloud account or RAM user with
AliyunPAIFullAccesspolicy attached. -
Account balance: Ensure account balance is positive (≥0).
-
Region availability: PAI is available in the following regions:
Region
Region ID
China (Beijing)
cn-beijing
China (Hangzhou)
cn-hangzhou
China (Shanghai)
cn-shanghai
China (Shenzhen)
cn-shenzhen
Singapore
ap-southeast-1
US (Silicon Valley)
us-west-1
Germany (Frankfurt)
eu-central-1
Activate PAI
-
Log on to the PAI console.
-
Select a region from the dropdown list.
-
Click Activate Now.
A default workspace is created automatically upon activation.
Note: RAM users without AliyunPAIFullAccess permissions will encounter activation failures. Attach the policy before retrying.
Explore functional modules
-
Select a module based on your development needs.
-
Follow the quick start guide to learn basics through hands-on examples.
-
Explore the user guide for advanced features and best practices.
Note: Click the module name to access the complete user guide.
|
Module |
Description |
Quick start |
|
Cloud-based IDE for AI development. Developers familiar with Jupyter Notebook or VSCode can start model development immediately. |
||
|
140+ algorithm components for low-code visual modeling through drag-and-drop interface. |
||
|
Runs distributed or standalone training tasks without manual machine provisioning or environment configuration. |
||
|
Deploys trained models as online inference services. |
||
|
Trains and deploys open-source large language models with zero code. |
Troubleshooting
Error 100900010: Service activation failed
Symptom: Activation fails with error code 100900010, particularly in Germany (Frankfurt) region.
Possible causes:
-
RAM user lacks required permissions.
-
Account balance is negative.
-
Region quota exceeded or service temporarily unavailable.
Solutions:
-
Verify RAM user has
AliyunPAIFullAccesspolicy attached. See Grant permissions to a RAM user. -
Check account balance at User Center. Pay outstanding fees if balance is negative.
-
Try activating in a different region from the supported regions list.
-
If error persists, submit a ticket with the following information:
-
Alibaba Cloud account ID
-
Region where activation failed
-
Timestamp of activation attempt
-
Complete error message and code
-
Account balance error during activation
Symptom: Error message Create order error: message is Your account balance is less than 0. Please top up your account and try to purchase again. productRequestId is *** appears.
Solution: Visit the User Center to view bills and pay outstanding fees, then retry activation.
Get help
FAQ documents contain common questions and solutions from developers. If you encounter issues with modules like DSW or EAS, refer to the corresponding FAQ document:
Typical AI development workflows
PAI covers the complete AI development lifecycle from data preparation and model training to deployment. The following sections describe two typical workflows.
Cloud-native AI development
|
Step |
Description |
References |
|
① |
Dataset management centrally manages local, cloud, and public datasets as data sources for model training. |
|
|
② |
DSW provides a cloud-based IDE for AI development. Developers familiar with Jupyter Notebook or VSCode can start model development immediately. |
|
|
③ |
Image management centrally manages official images and custom images, providing runtime environments for your code. |
|
|
④ |
After developing and testing model code in DSW, use DLC to run training tasks. |
|
|
⑤ |
PAI supports mounting file systems (NAS and OSS) and Git repositories to simplify data and code specification when submitting tasks. |
|
|
⑥ |
Model management centrally manages trained models for deployment using EAS. |
|
|
⑦ |
Deploy the trained model as an online inference service using EAS. |
AI and big data development
|
Step |
Description |
References |
|
① |
For data stored in MaxCompute, use DataWorks for data preprocessing, then reference the MaxCompute table as training data source in PAI. |
|
|
② |
Designer offers 140+ algorithm components for low-code visual modeling through drag-and-drop interface. |
|
|
③ |
Configure and run scheduled tasks using DataWorks. |
|
|
④ |
Task management records execution details for experiments and custom tasks, simplifying task comparison and analysis. |
|
|
⑤ |
Model management centrally manages trained models for deployment using EAS. |
|
|
⑥ |
Deploy the trained model as an online inference service using EAS. |
Next steps
-
Develop models interactively: DSW Quick Start
-
Train models at scale: DLC Quick Start
-
Deploy inference services: EAS Quick Start