ビデオ生成 APIs

Video generation models that work from text, images, and more, through one async API.

17 models

About ビデオ生成 on EmpirioLabs

Video generation models on EmpirioLabs create video from a text prompt and, depending on the model, from a source image, an existing clip, reference frames, or driving audio. Each request returns a job id you poll until the video is ready, so one integration pattern works across every video model.

ビデオ生成 models (17)

How to call ビデオ生成 models

Kling 3.0 Turbo runs through POST /v1/videos/generations. The request returns a job_id right away; poll GET /v1/jobs/{job_id} until the job completes and read the output URLs from the result. Swap the model id for any model above. Get an API key from the EmpirioLabs dashboard.

cURL: submit the job
curl https://api.empiriolabs.ai/v1/videos/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-3-0-turbo",
    "prompt": "Describe what you want Kling 3.0 Turbo to generate."
  }'

ビデオ生成 APIs: common questions

How many ビデオ生成 model APIs does EmpirioLabs offer?

EmpirioLabs lists 17 ビデオ生成 models, including Kling 3.0 Turbo, Hunyuan Video 1.5, Seedance 2.0 Fast. Each model has its own dedicated API page with live pricing, parameters, and a quickstart.

How are ビデオ生成 APIs priced on EmpirioLabs?

Every ビデオ生成 model is billed pay as you go, with no monthly minimum. The exact rate card lives on each model's page and always matches what the API charges.

Do I need to be a developer to use ビデオ生成 models?

No. Every model here runs in the EmpirioLabs playground, a friendly in-browser interface where you can set the options and see results without writing any code. When you are ready to automate, the same model is available through the API.

Other model categories

モデルカタログ全体を見る

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.