Video Generation

Sync Labs

premium

Sync Labs is an enterprise-grade video generation provider offering Video Lip-Sync, Talking Head Video through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Sync LabsOfficial docs

Specifications

CategoryVideo Generation
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierpremium
Reliabilitypremium
Qualitypremium
Base URLhttps://api.sync.so/v2
SDK Package

Capabilities (2)

Video Lip-Syncvideo.lipsync
Score: 98DEFAULT
Talking Head Videovideo.talking-head
Score: 95DEFAULT

Quick start

Use Sync Labs through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "synclabs",
    "capability": "video.lipsync",
    "input": { "prompt": "Hello from Sync Labs!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'synclabs',
  capability: 'video.lipsync',
  input: { prompt: 'Hello from Sync Labs!' },
});

console.log(result.output);

Related Video Generation providers

Runway ML

premium tier

Mux

standard tier

Twelve Labs

standard tier

Luma AI

standard tier

Creatomate

standard tier

Getting started →API reference →All capabilities →All providers →