The video generation API for developers. Create videos, images, voices, and avatars, or run end-to-end workflows via API or SDK.
VideoGen vận hành toàn bộ quy trình truyền thông sáng tạo của bạn, vì vậy bạn có thể tập trung vào việc xây dựng những gì mọi người muốn.
Mỗi yêu cầu đều chạy trên mô hình AI tốt nhất cho công việc. Chúng tôi đánh giá hiệu suất của các mô hình hàng đầu dựa trên khối lượng công việc thực tế từ hơn 50.000 khách hàng. Được phục vụ từ một mạng lưới tính toán AI toàn cầu.
Outputs are ready to embed, stream, or download with no extra setup. Built-in storage, transcoding, and global delivery are included.
One API for video, images, speech, and avatars. Call individual tools or run workflows like script-to-video or voiceover-to-video.
@videogen/sdk trên npm và videogen trên PyPI. Đã được định kiểu hoàn toàn, tự động tạo từ mở rộng OpenAPI của chúng tôi.
Webhook và polling cho các pipeline sản xuất. Kết nối VideoGen vào CRM, CMS hoặc các công việc theo lịch của bạn.
Demo in 5 minutes, production-ready in 15: use the REST API, prebuilt SDKs, or our dự án ví dụ.
CombinatorCài đặt SDK và bắt đầu tạo video ngay lập tức.
import { VideoGen, pollWorkflowRun } from "@videogen/sdk";
const vg = new VideoGen({ apiKey: "sk_videogen_live_..." });
const started = await vg.workflows.scriptToVideo({
script:
"Staying hydrated keeps your body and mind running at their best. Drinking enough water boosts your energy, focus, and mood. Keep a water bottle nearby and sip throughout the day.",
visualStyle: {
type: "AI_IMAGE",
aiStyle: "loose watercolor illustration with visible brushstrokes and soft color bleeds",
},
visualPacing: "MEDIUM",
quality: "HIGH",
remixActions: [
{ type: "ENABLE_CAPTIONS" },
{
type: "CONVERT_IMAGES_TO_VIDEOS",
motionPrompt: "slow cinematic push-in",
muteOutputVideos: true,
quality: "HIGH",
},
],
});
const workflowRunId = started?.workflowRunId;
if (typeof workflowRunId !== "string") {
throw new Error("Missing workflowRunId");
}
const run = await pollWorkflowRun({ client: vg, workflowRunId });
console.log(run.status, started?.projectUrl);npm install @videogen/sdk“VideoGen giải quyết những điểm đau lớn nhất của sản xuất video—sự phức tạp, chi phí và thời gian.”
Garry Tan — Giám đốc điều hành của Y Combinator