Back to Nodes

Aliyun Bailian | u963fu91ccu4e91u767eu70bc

Last updated Apr 8, 2026

This is an n8n community node that allows you to integrate Alibaba Cloud Aliyun Bailian AI capabilities, Bailian file APIs, and OSS functionality in your n8n workflows with dedicated credentials.

51 Weekly Downloads
181 Monthly Downloads

Included Nodes

Aliyun Bailian | u963fu91ccu4e91u767eu70bc
Aliyun OSS | u963fu91ccu4e91u5bf9u8c61u5b58u50a8

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)
  • #### Audio Operations

  • 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 Operations

  • Task Status Query – Query the current status of a specified task ID, with support for polling until task completion
  • Aliyun OSS Node

    #### Bucket Management

  • Create Bucket
  • Delete Bucket
  • List all Buckets
  • #### Folder Management

  • Create Folder
  • Delete Folder
  • List Folders
  • #### File Management

  • Upload File
  • Download File
  • Delete File
  • Copy File
  • List Files
  • Credentials

    To use nodes in this package, configure the following credential types in n8n:

  • 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.
  • Compatibility

  • 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
  • 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.

    Resources

  • n8n community nodes documentation
  • Alibaba Cloud official documentation
  • Version History

  • 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.