Video models
Volcengine Video-to-Video Lip Sync
On this page
Volcengine Video-to-Video Lip Sync — high-quality AI video generation.
| modelId | volcengine-video-to-video-lip-sync |
| Modality | video |
| Pricing | See this model on the Pricing page for the current per-call price (with your markup). |
Operations
| Operation | Endpoint | Description |
|---|---|---|
| Text to video | POST /api/v1/generate | Base generation from a text prompt. |
| Image to video | POST /api/v1/generate | Condition on a reference image — upload it via /api/v1/files/upload and pass the URL. |
| Poll task | GET /api/v1/task/{id}?model=volcengine-video-to-video-lip-sync | Retrieve state and result URLs. |
Input parameters
| Field | Type | Required | Values / example |
|---|---|---|---|
| video_url | image | required | Drag and drop or click to upload your image |
| audio_url | image | required | Drag and drop or click to upload your image |
| mode | select | required | lite, basic |
| separate_vocal | select | optional | false, true |
| open_scenedet | select | optional | false, true |
| align_audio | select | optional | false, true |
| align_audio_reverse | select | optional | false, true |
| templ_start_seconds | number | optional | Enter 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}}'