Longcat Single Avatar
/v1/runLongcat Single Avatar 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-single-avatar/audio-to-video.
Default: meituan/longcat-single-avatar/audio-to-video
The prompt to guide the video generation.
Default: A person is talking naturally with natural expressions and movements.
The URL of the audio file to drive the avatar.
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: 50
The seed for the random number generator.
The audio guidance scale. Higher values may lead to exaggerated mouth movements.
Range: 1 to 10
Default: 4
The text guidance scale for classifier-free guidance.
Range: 1 to 10
Default: 4
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
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

