Video Generation Models
Available models for generating videos.
Video Generation Models
Kling Video
High-quality video generation from text or images.
bash
curl -X POST \
-H "Authorization: Bearer bnn_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "A banana dancing in a disco",
"duration": 5
}
}' \
"https://banan0.com/api/v1/models/fal-ai/kling-video/run"Cost: ~50-100 tokens per video
Minimax Video
Fast video generation.
Cost: ~30 tokens per video
Common Parameters
| Parameter | Type | Description |
|---|---|---|
prompt | string | Text description |
image_url | string | Starting image (optional) |
duration | number | Video length in seconds |
aspect_ratio | string | Output aspect ratio |