Description
n8n-nodes-aliyun-bailian
This is an n8n community node that allows you to integrate Alibaba Cloud Aliyun Bailian AI capabilities and OSS functionality in your n8n workflows with dedicated credentials.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the n8n community node installation guide for installation instructions.
Operations
Aliyun Bailian Node
#### Video Operations
- Text to Video – Generate video based on text prompts (wan2.5-t2v-preview, wan2.2-t2v-plus, wanx2.1-t2v-turbo, wanx2.1-t2v-plus)
- Image to Video (First Frame) – Generate coherent video from a single keyframe image
- Image to Video (First & Last Frames) – Generate complete video by interpolating between first and last keyframes
- Video Animate Mix – Tongyi Wanxiang Animate Mix model, allowing target portrait replacement in background videos (wan2.2-animate-mix)
- Video Animate Move – Tongyi Wanxiang Animate Move model, making static portraits move using driving videos (wan2.2-animate-move)
- Emoji Video Generation – Generate animated emoji videos based on portrait images and templates (emoji-v1)
- Video Editing & Effects – Apply Tongyi Wanxiang’s editing capabilities to existing footage
- VideoRetalk Lip Sync – Use VideoRetalk to synchronize audio lip movements to target videos (videoretalk)
- Text to Speech (Qwen TTS) – Convert text content into synthesized speech audio, supporting multiple voices and languages
- Fun-ASR Recorded Speech Recognition – Speech to text transcription
- Task Status Query – Query the current status of a specified task ID, with support for polling until task completion
- Create Bucket
- Delete Bucket
- List all Buckets
- Create Folder
- Delete Folder
- List Folders
- Upload File
- Download File
- Delete File
- Copy File
- List Files
- Aliyun Bailian API: Provide the Bearer Token generated from the Bailian console. Register an Alibaba Cloud account, enable the Bailian service, and then select this credential type in n8n.
- Aliyun OSS API: Provide OSS AccessKeyId, AccessKeySecret (optional STS token), Endpoint or Region, default Bucket, and optional custom domain for OSS nodes.
- Minimum compatible n8n version: 1.20.0
- Recommended to use the latest version of n8n for testing and development
- Manually tested on n8n versions 1.20.x ~ 1.24.x
- n8n community nodes documentation
- Alibaba Cloud official documentation
- v0.1.0 Initial release: supports text/image to video, video editing, and task polling.
- v0.2.0 Added Aliyun OSS node with Bucket, folder, and file management features.
- v0.3.0 Added Fun-ASR recorded speech recognition capability and preserved input binary data in OSS operations.
#### Audio Operations
#### Task Operations
Aliyun OSS Node
#### Bucket Management
#### Folder Management
#### File Management
Credentials
To use nodes in this package, configure the following credential types in n8n:
Compatibility
Usage
1. Add the “AliBailian Video” node to your n8n workflow.
2. Configure the required API credentials separately.
3. Select resource type (Task or Video) and operation.
4. Fill in necessary parameters; request body can be extended via advanced options.
5. Enable task polling if asynchronous task results are needed.
For more n8n getting started information, please refer to the Try it out documentation.