VEED Fabric 1.0The Image to Video AI That Makes Any Image Talk
Turn any image into a lifelike talking video. Pair a photo, portrait, illustration, or character with an audio track and Fabric generates natural, audio-driven lip sync at 480p or 720p, available via the fal API and playground.
Start building with the Fabric 1.0 API
One endpoint for image-to-video. Pass an image and an audio track, and Fabric returns a finished talking video at 480p or 720p.
What Makes Fabric 1.0 Different?
Turn Any Image Into a Talking Video
Fabric works from a single image. Start with a headshot, a portrait, or a full-body photo, and Fabric animates the face and mouth to match your audio. No rigging, no reference video, and no preset avatar library required.
Natural Lip Sync From Your Own Audio
Bring your own voiceover, narration, dialogue, or song. Fabric reads the audio and drives accurate mouth movement with natural timing and expression, so the delivery stays in sync from the first word to the last.
Choose the Resolution That Fits Your Workflow
Render at 480p for fast, cost-efficient drafts and high-volume social clips, or step up to 720p for polished, share-ready video. Both run through the same endpoint and bill per second, so you only pay for the length you generate.
Fabric 1.0 in Action
Every example below was generated from a single image and one audio track. The quoted text is the script from the audio, so you can copy any line and try it with your own voiceover.
One selfie to a full talking video
"What's up everyone. Quick one today, I found a tool that turns a single selfie into a full talking video."
A mic setup, minus the recording
"On today's episode, one image plus your voice, and you've got a talking video. Let me walk you through it."
Content on the days you don't film
"Okay, so everyone keeps asking how I make these, and honestly it's just one photo and a voiceover."
Talk to camera without a camera
"Real talk, you don't need a studio anymore. Watch, this whole video started as a single picture."
Shoot anywhere from a single photo
"Coming to you from my favorite cafe. Fun fact, I'm not actually filming this, it's made from a single photo."
A talking intro for any recipe
"Before we cook, quick tip, you can turn any food photo into a talking intro just like this one."
How to access the Fabric 1.0 API
The client API handles the request submit protocol. It will handle the request status updates and return the result when the request is completed.
import { fal } from "@fal-ai/client";
const result = await fal.subscribe("veed/fabric-1.0", {
input: {
image_url: "https://v3.fal.media/files/koala/NLVPfOI4XL1cWT2PmmqT3_Hope.png",
audio_url: "https://v3.fal.media/files/elephant/Oz_g4AwQvXtXpUHL3Pa7u_Hope.mp3",
resolution: "720p",
},
logs: true,
onQueueUpdate: (update) => {
if (update.status === "IN_PROGRESS") {
update.logs.map((log) => log.message).forEach(console.log);
}
},
});
console.log(result.data);
console.log(result.requestId);Two resolutions, one simple API
Fabric 1.0 renders at 480p or 720p through a single endpoint. Pick the resolution that fits your quality and budget, and pay only for the seconds you generate.
Who Builds With Fabric 1.0
From content creators to marketing and education teams, people across industries are building with Fabric 1.0 on fal.
Publish More Without Filming
Turn a headshot and a voiceover into talking videos for YouTube, TikTok, and shorts. Publish on a writing schedule instead of a filming schedule, and keep a consistent on-screen presence across every post.
Spokesperson Videos at Scale
Produce product explainers, announcements, and ad variations from a single brand image. Swap the audio to test new messaging or launch in a new market without booking a reshoot.
One Image, Every Language
Generate the same talking video in multiple languages by pairing your image with localized voiceovers. Reach global audiences without new footage or on-camera talent.
Talking Lessons From Any Image
Give courses a friendly on-screen presenter. Turn an instructor photo, slide, or illustration into narrated lessons, then update a module by swapping the audio rather than reshooting.
Bring Characters and Mascots to Life
Animate illustrated characters, brand mascots, and avatars so they speak directly to your audience. Give a recognizable face a voice across every social channel.
Personable Help and Onboarding
Add a talking guide to onboarding flows, help centers, and in-app tips. Refresh the message any time by generating a new video from the same image and updated audio.
Common questions about Fabric 1.0
What is VEED Fabric 1.0?
VEED Fabric 1.0 is an image-to-video AI model that turns any image into a talking video. You provide an image and an audio track, and Fabric generates a video where the subject speaks in sync with the audio, with natural lip movement and facial expression. It is available on fal through the API and the playground.
How does image to video work with Fabric 1.0?
Fabric takes two inputs: an image and an audio file. It reads the face in the image, then drives the mouth and facial motion frame by frame to match the sound of your audio. The result is a talking video of your subject delivering exactly what is in the audio track.
What images work best with Fabric 1.0?
Fabric works with photos, portraits, illustrations, character art, and product images that contain a clear, front-facing face. A well-lit image with the face visible and unobstructed produces the most natural lip sync.
What audio can I use?
You can use any spoken audio, including recorded voiceovers, text-to-speech output, dialogue, and narration. Fabric syncs mouth movement to whatever audio you pass in through the audio_url parameter, so you control both the voice and the script.
What resolutions and pricing does Fabric 1.0 support?
Fabric 1.0 outputs 480p at $0.08 per second and 720p at $0.15 per second. Both run through the same endpoint and bill per second of generated video with no minimums, so you pick the balance of quality and cost that fits each project.
How do I get started with the Fabric 1.0 API?
Fabric 1.0 is available now on fal. Try it instantly in the playground with no setup required. To integrate via API, sign up and grab an API key from your dashboard, then use the Python or JavaScript SDK.
Get in Touch About Fabric 1.0
Want to bring Fabric 1.0 into your product or workflow? Leave your details and our team will reach out.
