生成 模板

One-click effects and full Compose recipes for AI video. Pick an effect, open a production recipe, or pass the right slug to the API.

Effect templates

Every effect below opens in the playground template browser. Featured effects come first.

病毒式传播视频病毒式传播视频病毒式传播视频病毒式传播视频病毒式传播视频病毒式传播视频世界杯卡片模板预览病毒式传播图像病毒式传播视频病毒式传播视频病毒式传播视频商业视频肖像视频病毒式传播视频病毒式传播视频病毒式传播视频视频视频延伸视频视频视频视频视频视频视频视频视频病毒式传播视频病毒式传播视频Frutiger Aero 模板预览病毒式传播图像电影视频电影视频运动视频电影视频变换视频变换视频黑暗奇幻模板预览病毒式传播图像Dreamcore 模板预览病毒式传播图像光明奇幻模板预览病毒式传播图像Brainrot模板预览病毒式传播图像宝丽来模板预览肖像图像Chibi角色模板预览肖像图像Y2K模板预览肖像图像剪贴簿模板预览肖像图像电影海报模板预览电影图像编辑肖像模板预览肖像图像Studio 产品镜头模板预览产品图像背景交换模板预览编辑图像社交广告创意模板预览社会图像

Compose recipes

Compose turns a topic, script, or product idea into a planned, voiced, captioned short-form video. The cards below come from the same live recipe catalog used by the playground and API.

CustomautoBest model: seedance-2-0-fastTalking Head视频Best model: wan-2-7Marketing视频Best model: seedance-2-0-fastStory视频Best model: seedance-2-0-proEntertainment视频Best model: seedance-2-0-pro脑腐视频Best model: wan-2-7脑腐图像Best model: seedance-2-0-fastCaptions视频Best model: deepgram-nova-3FacelessautoBest model: seedance-2-0-fastFacelessautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastStoryautoBest model: seedance-2-0-fastListicleautoBest model: seedance-2-0-fastTalking Head视频Best model: wan-2-7FacelessautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-proEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastEducationalautoBest model: seedance-2-0-fastStoryautoBest model: seedance-2-0-proStoryautoBest model: seedance-2-0-proStoryautoBest model: seedance-2-0-proAestheticautoBest model: seedance-2-0-proAestheticautoBest model: seedance-2-0-proListicleautoBest model: seedance-2-0-fastNewsautoBest model: seedance-2-0-fastNewsautoBest model: seedance-2-0-fastEntertainmentautoBest model: seedance-2-0-proMarketingautoBest model: seedance-2-0-fast

Use templates and Compose with the API

Templates work on the generation endpoints by adding a single template field to the request body:

cURL
curl https://api.empiriolabs.ai/v1/videos/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kling-o3",
    "template": "<template-slug>",
    "prompt": "Describe your subject."
  }'

Compose is a full production workflow. List recipes, plan the storyboard, then render the final video:

Compose plan
curl https://api.empiriolabs.ai/v1/videos/compose \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "recipe": "custom",
    "mode": "plan",
    "brief": "Explain why cold plunge clips went viral.",
    "aspect_ratio": "9:16",
    "scene_count": 5
  }'
Open the Generation Templates API docs

Compose controls

Compose currently exposes 20 caption styles and 8 custom visual style presets from the live catalog, so playground output and API output stay aligned.

生成模板:常见问题

什么是生成模板?

精选的热门AI视频和图像特效食谱。每个模板都针对特定的外观或格式进行了调整,因此只需点击(或一个API字段)即可产生效果,无需提示工程。

What is Compose?

Compose recipes are full-production workflows. They plan scenes, create or select visuals, add voiceover, captions, optional music, and return a finished short-form video.

我可以通过API使用生成模板吗?

Yes. Pass "template": "<slug>" on POST /v1/videos/generations or POST /v1/images/generations along with your prompt, and the template is applied to the request.

Can I use Compose through the API?

Yes. Use GET /v1/videos/compose/recipes to list public recipe metadata, then call POST /v1/videos/compose with mode: "plan" or mode: "render".

模板使用哪个模型?

每个模板都有其调校时推荐的型号,且许多模板支持多个型号。游乐场在你选择模板时会预先选择推荐的模型;在 API 上,你自己选择模型 ID。

我该怎么尝试?

打开 Playground 中的模板浏览器选择一个模板,然后生成。计费是你运行的模型的正常pay-as-you-go费率。

准备好使用更好的终端了吗?

查看我们的定价,或者如果你想将自己的模型部署到我们的堆栈中,请联系我们。