video-generation
Installation
SKILL.md
AI Video Generation
Quick Reference
| Model | Provider | Duration | Best For |
|---|---|---|---|
| Veo 3.1 | 4-8s | Simple scenes, products | |
| Sora 2 | OpenAI | 4-12s | Complex scenes |
| Kling Pro | fal.ai | 5-10s | Industrial, IoT |
Model Selection
# Auto-select based on complexity
from app.sora_helper import generate_video_smart
result = await generate_video_smart(prompt, topic, duration=8)
# Returns: {success, video_path, model_used}