Skip to content
Docs menu

Video models

Volcengine Video-to-Video Lip Sync

On this page

Volcengine Video-to-Video Lip Sync — high-quality AI video generation.

modelIdvolcengine-video-to-video-lip-sync
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=volcengine-video-to-video-lip-syncRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
video_urlimagerequiredDrag and drop or click to upload your image
audio_urlimagerequiredDrag and drop or click to upload your image
modeselectrequiredlite, basic
separate_vocalselectoptionalfalse, true
open_scenedetselectoptionalfalse, true
align_audioselectoptionalfalse, true
align_audio_reverseselectoptionalfalse, true
templ_start_secondsnumberoptionalEnter number...

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"volcengine-video-to-video-lip-sync","input":{"mode":"lite","separate_vocal":"false","open_scenedet":"false","align_audio":"true","align_audio_reverse":"false","templ_start_seconds":0}}'