It looks like you may prefer a different language. Switch anytime.

Video MeiGen-AI

InfiniteTalk API

Gebruik de InfiniteTalk API via RunAPI met een modelskill, uniforme auth en pay-as-you-go prijzen.

runapi.ai
curl -X POST https://runapi.ai/api/v1/infinitetalk/audio_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "infinitetalk-from-audio",
  "image_url": "https://cdn.runapi.ai/public/samples/portrait.jpg",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}'
import { InfinitetalkClient } from "@runapi.ai/infinitetalk";

const client = new InfinitetalkClient();
const result = await client.audioToVideo.run({
    model: "infinitetalk-from-audio",
    image_url: "https://cdn.runapi.ai/public/samples/portrait.jpg",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Infinitetalk\InfinitetalkClient;

$client = new InfinitetalkClient();
$result = $client->audioToVideo->run([
        'model' => 'infinitetalk-from-audio',
        'image_url' => 'https://cdn.runapi.ai/public/samples/portrait.jpg',
        'audio_url' => 'https://cdn.runapi.ai/public/samples/voice.mp3',
]);
require "runapi/infinitetalk"

client = RunApi::Infinitetalk::Client.new
result = client.audio_to_video.run(
    model: "infinitetalk-from-audio",
    image_url: "https://cdn.runapi.ai/public/samples/portrait.jpg",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3"
)
npx skills add runapi-ai/infinitetalk -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/infinitetalk v1
OVERVIEW

Over InfiniteTalk

InfiniteTalk is MeiGen-AI's audio-driven talking head animation model that generates lip-synced facial animations from an audio input and a reference image. It produces natural head movements and expressions synchronized to speech.

Provider
MeiGen-AI
Modaliteit
Video
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Audio to video
$0.03-$0.12 / second
Output resolution: 480p $0.03
Output resolution: 720p $0.12
SPECIFICATIEBLAD

Technische details

Model-ID infinitetalk-from-audio
Provider MeiGen-AI
Modaliteit video
Taaktype asynchronous
Facturatie-eenheid second
API endpoint /api/v1/infinitetalk/audio_to_video
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
Agentintegratie

Gebruik InfiniteTalk vanuit een agent

HOE HET WERKT

Aan de slag met InfiniteTalk

  1. Kies het model

    Kies het model en de variant die passen bij je outputtype, kwaliteitslat en latencydoel.

  2. Configureren

    Stel je RunAPI-key in en installeer de modelskill in je codeworkspace.

  3. Bouwen

    Gebruik de skill-instructies om de modelfeature in je applicatie toe te voegen.

  4. Ontvangen

    Poll op task-ID, stream wanneer ondersteund of verwerk de webhook-callback.

CONTEXT

Wat is de InfiniteTalk API?

InfiniteTalk is MeiGen-AI's audio-driven avatar model, generating lip-synced animation from a portrait and audio input. Through RunAPI, it shares unified API access and billing.

Provider
MeiGen-AI
Alles bekijken →
Modaliteit
Video
Modellen bekijken →

Waarom de InfiniteTalk API via RunAPI gebruiken

Eén auth, elke provider

Met één RunAPI-sleutel ontgrendel je de hele catalogus. Geen aparte accounts, geen sleutelrotatie per integratie.

Uniforme prijzen & billing

Prijs per call in USD, maandelijks gefactureerd. Mislukte generaties worden niet in rekening gebracht.

Skill met schema's

Getypeerde schema's en setupnotities zitten in de modelskill, zodat implementatie start vanuit het juiste contract.

Vragen over InfiniteTalk

What inputs does InfiniteTalk require?

A portrait image (face clearly visible) and an audio file. The model generates a video of the portrait speaking the audio with lip sync.

How accurate is the lip sync?

InfiniteTalk produces frame-accurate lip sync matched to the input audio, with natural mouth shapes for speech sounds.

Does it animate more than just the mouth?

Yes — the model generates natural head movement, eyebrow expressions, and subtle facial micro-expressions synchronized with speech patterns.

What audio formats are supported?

MP3, WAV, AAC, MP4, and OGG are supported formats. The audio drives both lip sync timing and expression intensity.

Is there a maximum video length?

InfiniteTalk supports generating long-form talking head video — the output length matches the input audio duration.

Met welke variant moet ik beginnen?

Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.

VERGELIJKBARE MODELLEN

Als je de InfiniteTalk API goed vindt, probeer deze dan eens

Begin met bouwen met de InfiniteTalk API.

Endpoints

  • audio_to_video

Zelfde categorie

Van deze provider

Documentatie