The video generation API for developers. Create videos, images, voices, and avatars, or run end-to-end workflows via API or SDK.
Pinapatakbo ng VideoGen ang iyong buong generative media stack, upang makapagpokus ka sa paggawa ng isang bagay na gustong-gusto ng tao.
Bawat kahilingan ay tumatakbo sa pinakamahusay na modelo ng AI para sa trabaho. Sinusuri namin ang mga nangungunang modelo sa mga totoong workload mula sa higit sa 50k+ mga customer. Ipinaglilingkod mula sa isang pandaigdigang network ng compute ng AI.
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 sa npm at videogen sa PyPI. Ganap na naka-type, auto-generated mula sa aming OpenAPI spec.
Webhooks at polling para sa mga production pipeline. Ikonekta ang VideoGen sa iyong CRM, CMS, o mga nakaiskedyul na trabaho.
Demo in 5 minutes, production-ready in 15: use the REST API, prebuilt SDKs, or our mga halimbawa ng proyekto.
CombinatorI-install ang SDK at simulan ang pagbuo ng mga video kaagad.
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“Nilulutas ng VideoGen ang pinakamalalaking suliranin sa paggawa ng video—kahirapan, gastos, at oras.”
Garry Tan — CEO ng Y Combinator