VEED Lipsync

Model Information

Display Name: VEED Lipsync

API Model ID: veed/lipsync

Category: Video To Video

Description: VEED Lipsync is a professional-grade lip synchronization model that takes an existing video and replaces the lip movements to match a new audio track. Unlike portrait-to-video models, VEED Lipsync works directly on real video footage, preserving the original scene, lighting, clothing, and background while only modifying the mouth region for seamless audio sync. ## Key Features - **Video-to-video lipsync** — works on real footage, not just portraits, preserving the full original scene - **High-fidelity mouth replacement** — realistic lip movements that blend naturally with the original video - **Format flexibility** — accepts MP4, MOV, WebM, M4V, and GIF as input video; MP3, OGG, WAV, M4A, AAC as audio - **Simple API** — just two inputs required, no complex parameter tuning needed - **Commercial license** — approved for commercial use ## Best Use Cases - **Dubbing and localization** — replace dialogue in videos with translated audio while keeping the original actor - **Content repurposing** — update narration or voiceover in existing video content - **AI voiceover sync** — sync TTS-generated speech to existing video presenters - **Advertising** — adapt the same commercial for different languages or messages - **Film and media post-production** — fix dialogue or ADR (Automated Dialogue Replacement) - **Social media** — create viral content with lip-synced audio on existing clips ## Parameters | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | video | URL | Yes | Source video file (MP4, MOV, WebM, M4V, GIF) | | audio | URL | Yes | Audio track to sync lips to (MP3, OGG, WAV, M4A, AAC) | ## Pricing Charged per minute of output video at /bin/bash.56/min. A 30-second video costs approximately /bin/bash.28.

How to Use This Model

To use VEED Lipsync via the HInow.ai API, use the model ID: veed/lipsync

API Request Example


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "veed/lipsync",
  "messages": [
    {"role": "user", "content": "Your input here"}
  ]
}
              

Pricing

  • total: $0.56

Available Parameters

  • video: Input video URL with face to animate
  • audio: Audio URL to sync lips with

Quick Reference

To use this model, set: "model": "veed/lipsync"

Featured: No

Documentation: https://hinow.ai/models/veed/lipsync

API Endpoint: https://api.hinow.ai/v1

Back to Models

VEED Lipsync

veed/lipsync

$0.560
per_minute

About

VEED Lipsync is a professional-grade lip synchronization model that takes an existing video and replaces the lip movements to match a new audio track. Unlike portrait-to-video models, VEED Lipsync works directly on real video footage, preserving the original scene, lighting, clothing, and background while only modifying the mouth region for seamless audio sync.

Key Features

  • Video-to-video lipsync — works on real footage, not just portraits, preserving the full original scene
  • High-fidelity mouth replacement — realistic lip movements that blend naturally with the original video
  • Format flexibility — accepts MP4, MOV, WebM, M4V, and GIF as input video; MP3, OGG, WAV, M4A, AAC as audio
  • Simple API — just two inputs required, no complex parameter tuning needed
  • Commercial license — approved for commercial use

Best Use Cases

  • Dubbing and localization — replace dialogue in videos with translated audio while keeping the original actor
  • Content repurposing — update narration or voiceover in existing video content
  • AI voiceover sync — sync TTS-generated speech to existing video presenters
  • Advertising — adapt the same commercial for different languages or messages
  • Film and media post-production — fix dialogue or ADR (Automated Dialogue Replacement)
  • Social media — create viral content with lip-synced audio on existing clips

Parameters

ParameterTypeRequiredDescription
videoURLYesSource video file (MP4, MOV, WebM, M4V, GIF)
audioURLYesAudio track to sync lips to (MP3, OGG, WAV, M4A, AAC)

Pricing

Charged per minute of output video at /bin/bash.56/min. A 30-second video costs approximately /bin/bash.28.

Capabilities

Video To Video

Parameters

video

Input video URL with face to animate

audio

Audio URL to sync lips with

Code Examples

curl -X POST https://api.hinow.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "veed/lipsync",
    "prompt": "Enhance and upscale this video",
    "video_url": "https://example.com/video.mp4",
    "parameters": {
      "video": "",
      "audio": ""
    }
  }'