Video · MeiGen-AI

InfiniteTalk API

Audio-driven talking-head animation — lip-sync and animate a portrait from any audio input.

جاهز للتشغيل · 1 endpoints · ابتداءً من $0.120
runapi.ai
curl -X POST https://runapi.ai/api/v1/infinitetalk/audio_to_video \
  -H "Authorization: Bearer $RUNAPI_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

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.

  • عدة إصدارات لمستويات مختلفة من السرعة / الجودة
  • يتضمن model skill التوثيق والـschemas وملاحظات الإعداد
  • يعمل مع workflows موجهة لتطوير التطبيقات
  • لا يتم احتساب رسوم على عمليات التوليد الفاشلة
PRICING

التسعير

العمليات الفاشلة لا تُحتسب
Audio to video
$0.03-$0.12 / second
Output resolution: 480p $0.03
Output resolution: 720p $0.12
ورقة المواصفات

التفاصيل الفنية

معرّف النموذج infinitetalk-from-audio
المزوّد MeiGen-AI
الوسيط video
نوع المهمة asynchronous
وحدة الفوترة second
API endpoint /api/v1/infinitetalk/audio_to_video
ترخيص تجاري نعم — مشمول عبر API
حالة الكتالوج جاهز للتشغيل
SKILLS

ثبّت skill InfiniteTalk لتطوير التطبيقات

حمّل توثيق النموذج والـschemas وملاحظات الأسعار وخطوات الإعداد إلى مساحة عمل الكود.

# Install the model skill for app development workflows
npx skills add runapi-ai/infinitetalk -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the InfiniteTalk skill for this app:

1. Add runapi-ai/infinitetalk with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
كيف يعمل

من model skill إلى أول نتيجة في أربع خطوات

01

اختر النموذج

اختر النموذج والإصدار المناسبين لنوع المخرجات ومستوى الجودة وزمن الاستجابة المستهدف.

02

الإعداد

اضبط مفتاح RunAPI وثبّت model skill في مساحة عمل الكود.

03

التنفيذ

استخدم تعليمات المهارة لإضافة ميزة النموذج داخل تطبيقك.

04

الاستلام

استعلم عبر task ID أو استخدم البث عند دعمه أو عالج webhook callback.

CONTEXT

ما هي 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
Modality
Video
لماذا RunAPI

لماذا تستخدم InfiniteTalk API عبر RunAPI

مصادقة واحدة لكل مزود

مفتاح RunAPI واحد يفتح الوصول إلى الكتالوج بالكامل. لا حسابات منفصلة، ولا تدوير مفاتيح لكل تكامل.

تسعير وفوترة موحّدان

تسعير لكل استدعاء بالدولار الأمريكي، ويُفوتر شهريًا. لا تُحتسب التوليدات الفاشلة.

Skill مع schemas

تأتي الـschemas المعرّفة وملاحظات الإعداد داخل model skill حتى يبدأ التنفيذ من العقد الصحيح.

FAQ

أسئلة شائعة

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.

أي نسخة ينبغي أن أبدأ بها؟

اختر أرخص نسخة تفي بمعيار الجودة لديك. يبدأ معظم الفرق بالنسخة السريعة ثم ينتقلون إلى pro للإنتاج.

هل توجد خطة مجانية؟

تحصل الحسابات الجديدة على أول طلبات مجانية على كل نموذج. بعد ذلك، الدفع حسب كل طلب.

هل تدعمون البث المباشر للنتائج؟

حيث يتوفر البث المباشر، يوفّر RunAPI البث من البداية إلى النهاية.

كيف يتم احتساب الرسوم عند الفشل؟

لا يتم تحصيل رسوم على عمليات التوليد الفاشلة.

هل يتم تخزين المخرجات مؤقتًا؟

يتم حفظ المخرجات المولدة ويمكن استرجاعها بواسطة task ID. لا يتم تخزين المدخلات مؤقتًا.

هل يمكنني الاستخدام تجاريًا؟

نعم — يشمل كل إصدار الاستخدام التجاري ما لم يقيّده ترخيص النموذج صراحةً، ويُشار إلى ذلك في صفحة الإصدار.

ماذا عن حدود المعدل؟

تتدرج حدود المعدل لكل مفتاح وفق فئة الاستخدام. راجع صفحة الأسعار للاطلاع على الحدود الحالية.

أين يمكنني الإبلاغ عن المشاكل؟

افتح issue في مستودع GitHub العام أو راسل الدعم عبر البريد الإلكتروني.

ابدأ الآن

ابدأ البناء باستخدام InfiniteTalk API.

Endpoints
  • audio_to_video
الفئة نفسها
من هذا المزود
التوثيق