VBVR-InferKit provides unified access to 34 video generation models across 12 provider families.
API Key: LUMA_API_KEY
luma-ray-2- Ray 3.2 video generation (via agents.lumalabs.ai/v1)
API Key: GEMINI_API_KEY
veo-2- GA model for text+image→videoveo-2.0-generate- GA model for text+image→videoveo-3.0-generate- Advanced video generation modelveo-3.0-fast-generate- Faster generation modelveo-3.1-generate- Latest model with native 1080p and audio (preview)veo-3.1-fast- Faster variant of Veo 3.1 (preview)
API Key: KLING_API_KEY
kling-v2-6- Latest Kling model with best qualitykling-v2-5-turbo- Fast generation modelkling-v2-1-master- High quality modelkling-v2-master- Balanced quality and speedkling-v1-6- Improved original model
API Key: RUNWAYML_API_SECRET
runway-gen45- World's top-rated video model (5s or 10s)runway-gen4-turbo- Fast high-quality generation (5s or 10s)runway-aleph-v2v- Video-to-video (text + video → video); consumesfirst_video.mp4
Video-to-video (TV2V): models tagged
"modality": "v2v"in the catalog take a video input (first_video.mp4) instead of a stillfirst_frame.png. The example runner discoversfirst_video.mp4per task and passes it through asvideo_path; see ADDING_MODELS.md for how to add more v2v models.
API Key: OPENAI_API_KEY
openai-sora-2- High-quality video generation (4s/8s/12s)openai-sora-2-pro- Enhanced model with more resolution options
API Key: FAL_KEY
seedance-v1-pro- Text/image → video, up to 1080pseedance-v1-lite- Faster text/image → video, up to 720p
Routes text-to-video vs image-to-video automatically by whether an input image is present. fal exposes no Seedance video-to-video endpoint, so these are T2V/I2V only.
API Key: WAVESPEED_API_KEY
sora-2-wavespeed- OpenAI Sora-2 served by WaveSpeed (720p)sora-2-pro-wavespeed- OpenAI Sora-2 Pro served by WaveSpeed (up to 1080p)
Same Sora-2 models as
openai-sora-2*but served through WaveSpeed — use these when you have a WaveSpeed key instead of direct OpenAI access. Routes t2v/i2v by whether an input image is present.
VRAM: 16-40GB | Setup: bash setup/install_model.sh ltx-video
ltx-video- High-quality image-to-video generation (704x480, 24fps)ltx-video-13b-distilled- Distilled version with 13B parametersLTX-2- 19B FP8 text/image-to-video with audio generation (~40GB VRAM)
VRAM: 24GB+ | Setup: bash setup/install_model.sh hunyuan-video-i2v
hunyuan-video-i2v- High-quality image-to-video up to 720p
VRAM: 20GB+ | Setup: bash setup/install_model.sh morphic-frames-to-video
morphic-frames-to-video- High-quality interpolation using Wan2.2
VRAM: 20GB | Setup: bash setup/install_model.sh svd
svd- High-quality image-to-video generation
VRAM: 48GB+ | Setup: bash setup/install_model.sh wan-2.2-ti2v-5b
wan-2.1-i2v-480p- Image to Video generation at 480p resolutionwan-2.1-i2v-720p- Image to Video generation at 720p resolutionwan-2.2-i2v-a14b- Image to Video generation with 14B parameterswan-2.2-ti2v-5b- Text + Image to Video generation with 5B parameters
VRAM: 20GB+ | Setup: bash setup/install_model.sh cogvideox-5b-i2v
cogvideox-5b-i2v- 6s image+text to video (720x480)cogvideox1.5-5b-i2v- 10s image+text to video (1360x768)
VRAM: 16GB+ | Setup: bash setup/install_model.sh sana-video-2b-480p
sana-video-2b-480p- Efficient text+image to video (480x832)
python examples/generate_videos.py --list-models# Luma Dream Machine - Best quality
python examples/generate_videos.py --questions-dir ./questions --model luma-ray-2
# Google Veo 3.1 - Latest with 1080p + audio
python examples/generate_videos.py --questions-dir ./questions --model veo-3.1-generate
# Kling AI 2.6 - Latest Kling with best quality
python examples/generate_videos.py --questions-dir ./questions --model kling-v2-6
# Runway Gen-4.5 - World's top-rated video model
python examples/generate_videos.py --questions-dir ./questions --model runway-gen45
# OpenAI Sora 2 - High-quality generation
python examples/generate_videos.py --questions-dir ./questions --model openai-sora-2# LTX-Video - Lightweight, good quality
bash setup/install_model.sh ltx-video
python examples/generate_videos.py --questions-dir ./questions --model ltx-video
# Stable Video Diffusion - Proven model
bash setup/install_model.sh svd
python examples/generate_videos.py --questions-dir ./questions --model svd
# HunyuanVideo - High-quality up to 720p
bash setup/install_model.sh hunyuan-video-i2v
python examples/generate_videos.py --questions-dir ./questions --model hunyuan-video-i2v
# CogVideoX - Long-form generation
bash setup/install_model.sh cogvideox-5b-i2v
python examples/generate_videos.py --questions-dir ./questions --model cogvideox-5b-i2v