← All models
// video model

AI Video Lip Sync

Re-sync an existing video's lips to new target audio.

video Budget New
from40credits

// Real output from Video Lip Sync — generated through the API

// capabilities

What AI Video Lip Sync can do

// best for

Where AI Video Lip Sync fits

Dubbing and localization of talking-head footageUpdating a presenter video with new audio
// api

The Video Lip Sync API — in one request

Call the Video Lip Sync API through your SamAutomation key — submit a job with the model_id, then poll until it's done. One key for every model, no per-vendor onboarding or separate billing.

# 1. submit a generation job
POST /api/ai/jobs
{
  "model_id": "video-lip-sync",
  "prompt": "a slow dolly across a neon-lit street at night",
  "options": { "aspect_ratio": "16:9", "duration": 5 }
}
# → { "id": "job_a1b2", "status": "queued" }

# 2. poll until the video is ready
GET /api/ai/jobs/{id}
# → { "status": "succeeded", "output": { "url": "…" } }
// questions

AI Video Lip Sync: the questions people ask

Does AI Video Lip Sync have an API?

Yes. On SamAutomation AI Video Lip Sync runs through one endpoint - POST /api/ai/jobs with model_id "video-lip-sync" - so you do not need a separate account or key with the model maker. You submit a job and poll it until the video is ready.

How much does AI Video Lip Sync cost?

AI Video Lip Sync starts at 40 credits per job at its cheapest settings. Longer clips, higher resolution and extra options cost more. Credits come with a plan, and the same key also covers JSON-to-video rendering and every other model.

Is AI Video Lip Sync free?

No. Generation burns real GPU time, so every render costs credits - 40 at the floor for AI Video Lip Sync. Anything advertising unlimited free generation is either putting you behind a long queue or watermarking the result. Plans bundle monthly credits instead.

Is AI Video Lip Sync restricted or region-locked?

You reach AI Video Lip Sync through this API with your SamAutomation key, not through the model maker's own app, so that app's sign-up and regional availability are not what gates you. The model's own content rules still apply to what you generate.

Where is the official AI Video Lip Sync site?

the model maker publishes the model itself; this page is about calling it as an API alongside every other model on one key, which is a different job from their consumer app.

Where is the AI Video Lip Sync API documentation, and is there a download?

There is nothing to download. The AI Video Lip Sync API documentation you need here is our own reference: one endpoint, one key, and the model_id above. the model maker publishes its own docs for the model, but those describe their platform, not this one.

Is AI Video Lip Sync available right now?

If it is listed on this page it is active on the platform and you can call it today. Model availability moves — makers retire versions and add tiers — so the list here is the current state rather than a promise about next quarter.

Is there a AI Video Lip Sync SDK, GitHub repo or Python example?

You do not need a vendor SDK here. AI Video Lip Sync is an HTTP call: POST /api/ai/jobs with your key and model_id "video-lip-sync", then poll the job. Any language that can send JSON can drive it, and the request shape is the same for every model on this platform.

Is AI Video Lip Sync safe to use, and what happens to my input?

The practical questions are the same for every generation service: what the provider may do with what you upload, how long it is kept, and whether it can be used for training. Read that clause before you send client material through any model, ours included. the model maker publishes its own terms for the model itself.

Are the AI Video Lip Sync weights open source or on Hugging Face?

That is up to the model maker, not to us, and it differs per model and per release. If open weights matter to you, check the maker's own licence. Running it here is renting inference, not getting the weights.

Do I need the AI Video Lip Sync app to use it?

No. The consumer app and the API are separate products with separate limits. Here you call AI Video Lip Sync through this platform, so there is no app to install and no second subscription.

What is AI Video Lip Sync good at?

Re-sync an existing video's lips to new target audio. Pick it when that is the job; a cheaper model wins when it is not.

Generate with AI Video Lip Sync today

One key for JSON-to-video and every AI model — AI Video Lip Sync starts at 40 credits. Documented and ready for your pipeline.