الجيل القوالب

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فيروساصورةسينمائيالفيديوسينمائيالفيديوالحركةالفيديوسينمائيالفيديوتحويلالفيديوتحويلالفيديومعاينة قالب الفانتازيا المظلمةفيروساصورةمعاينة قالب دريمكورفيروساصورةمعاينة قالب لايت فانتازيافيروساصورةمعاينة قالب برينروتفيروساصورةمعاينة قالب بولارويدصورةصورةمعاينة قالب شخصية تشيبيصورةصورةمعاينة قالب Y2Kصورةصورةمعاينة قالب ألبوم القصاصاتصورةصورةمعاينة قالب ملصق الفيلمسينمائيصورةمعاينة قالب البورتريه التحريريصورةصورةمعاينة قالب Studio Product Shotالمنتجصورةمعاينة قالب تبديل الخلفيةتعديلصورةمعاينة نموذج إبداعي للإعلانات الاجتماعيةاجتماعيصورة

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.

قوالب الجيل: الأسئلة الشائعة

ما هي قوالب الجيل؟

وصفات منسقة لتأثيرات الفيديو والصور الرائجة في الذكاء الاصطناعي. كل قالب يحمل إعدادا مضبوطا لمظهر أو تنسيق معين، لذا نقرة واحدة (أو حقل 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".

أي نموذج يستخدم القالب؟

كل قالب له نموذج موصى به تم ضبطه عليه، والعديد منها يدعم عدة نماذج. يقوم الملعب باختيار النموذج الموصى به مسبقا عند اختيار قالب؛ في واجهة برمجة التطبيقات تختار معرف النموذج بنفسك.

كيف أجرب واحدة؟

افتح ال متصفح القوالب في الملعب، اختر قالبا، وأنشئ. الفوترة هي معدل pay-as-you-go الطبيعي للنموذج الذي تستخدمه.

هل أنت مستعد لاستخدام نقاط نهاية أفضل؟

تحقق من تسعيرنا أو تواصل إذا كنت ترغب في نشر نموذجك الخاص على مجموعتنا.