> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensorslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Generation

> Create professional AI-generated videos with TensorAI

## Overview

TensorAI offers state-of-the-art video generation using advanced AI models. Generate high-quality videos from text prompts or animate static images.

## Generation Modes

<CardGroup cols={2}>
  <Card title="Text to Video" icon="pen">
    Create videos directly from text descriptions.
  </Card>

  <Card title="Image to Video" icon="image">
    Animate static images into dynamic videos.
  </Card>
</CardGroup>

## Available Models

| Model             | Provider | Features                                                           |
| ----------------- | -------- | ------------------------------------------------------------------ |
| SeeDance 1.0 Lite | BytePlus | Fast and efficient video generation                                |
| SeeDance 1.5 Pro  | BytePlus | Multi-style, professional quality, text/image to video support     |
| SeeDance 2.0      | BytePlus | Latest cinematic video generation, top-tier video generation model |
| SeeDance 2.0 Fast | BytePlus | Fast cinematic video generation                                    |

*Note: The actual point consumption displayed during generation shall prevail.*

## Video Settings

### Duration

* **5 seconds**: Standard clip duration for most models
* **4-12 seconds**: Custom duration range supported by SeeDance 1.5 Pro
* **5-15 seconds**: Custom duration range supported by SeeDance 2.0

### Aspect Ratios

* **16:9**: Widescreen, ideal for YouTube
* **9:16**: Portrait, perfect for TikTok/Reels
* **1:1**: Square, great for social media posts

### Resolution

* **720p**: Standard definition, faster generation
* **1080p**: High definition, premium quality
* **1440p**: 2K Ultra HD (SeeDance-2.0)

## Quick Start

1. **Navigate to Video section** in the TensorAI app
2. **Choose your mode**: Text to Video or Image to Video
3. **Enter your prompt**: Describe the video content
4. **Configure settings**: Duration, aspect ratio, resolution
5. **Select a model**: Choose based on your requirements
6. **Click Generate**: AI creates your video

<Note>
  Video generation typically takes 15-60 seconds depending on duration and resolution.
</Note>

## API Integration

For programmatic access, see the [Video API documentation](/api-reference/introduction).
