Longcat Multi Avatar
/v1/runLongcat Multi Avatar Image Audio To Video by meituan - advanced AI model for audio-to-video. Delivers high-quality results with fast inference, suitable for both creative and production workflows.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to meituan/longcat-multi-avatar/image-audio-to-video.
Default: meituan/longcat-multi-avatar/image-audio-to-video
The prompt to guide the video generation.
Default: Two people are having a conversation with natural expressions and movements.
The URL of the image containing two speakers.
Resolution of the generated video (480p or 720p). Billing is per video-second (16 frames): 480p is 1 unit per second and 720p is 4 units per second.
Allowed values: 480p, 720p
Default: 480p
The number of inference steps to use.
Range: 10 to 100
Default: 30
The URL of the audio file for person 2 (right side).
Default: https://raw.githubusercontent.com/meituan-longcat/LongCat-Video/refs/heads/main/assets/avatar/multi/sing_woman.WAV
Number of video segments to generate. Each segment adds ~5 seconds of video. First segment is ~5.8s, additional segments are 5s each.
Range: 1 to 10
Default: 1
The URL of the audio file for person 1 (left side).
Default: https://raw.githubusercontent.com/meituan-longcat/LongCat-Video/refs/heads/main/assets/avatar/multi/sing_man.WAV
How to combine the two audio tracks. 'para' (parallel) plays both simultaneously, 'add' (sequential) plays person 1 first then person 2.
Allowed values: para, add
Default: para
Bounding box for person 2. If not provided, defaults to right half of image.
The audio guidance scale. Higher values may lead to exaggerated mouth movements.
Range: 1 to 10
Default: 4
Bounding box for person 1. If not provided, defaults to left half of image.
The text guidance scale for classifier-free guidance.
Range: 1 to 10
Default: 4
The seed for the random number generator.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: audio-to-video
Execution mode declared by the model registry.
Default: async

