# Overview

Generate AI videos on CLORE.AI GPUs.

## Available Guides

| Tool                                                                                           | Type                          | VRAM Required |
| ---------------------------------------------------------------------------------------------- | ----------------------------- | ------------- |
| [AI Video Overview](https://docs.clore.ai/guides/video-generation/ai-video-generation)         | General guide                 | -             |
| [Hunyuan Video](https://docs.clore.ai/guides/video-generation/hunyuan-video)                   | Text-to-video                 | 40GB+         |
| [Stable Video Diffusion](https://docs.clore.ai/guides/video-generation/stable-video-diffusion) | Image-to-video                | 16GB          |
| [LTX-Video](https://docs.clore.ai/guides/video-generation/ltx-video)                           | Real-time video generation    | 12GB          |
| [LTX-2](https://docs.clore.ai/guides/video-generation/ltx-video-2)                             | Video with native audio       | 12GB          |
| [Mochi-1](https://docs.clore.ai/guides/video-generation/mochi-1)                               | High-quality video generation | 24GB          |
| [CogVideoX](https://docs.clore.ai/guides/video-generation/cogvideox)                           | Text & image-to-video         | 20GB          |
| [Wan2.1 Video](https://docs.clore.ai/guides/video-generation/wan-video)                        | Advanced video generation     | 24GB          |
| [AnimateDiff](https://docs.clore.ai/guides/video-generation/animatediff)                       | SD animation extension        | 12GB          |
| [OpenSora](https://docs.clore.ai/guides/video-generation/opensora)                             | Open-source video generation  | 16GB          |
| [SkyReels-V3](https://docs.clore.ai/guides/video-generation/skyreels)                          | High-framerate video          | 16GB          |
| [FramePack](https://docs.clore.ai/guides/video-generation/framepack)                           | Low VRAM video generation     | 6GB           |

## GPU Requirements

| Quality | Minimum   | Recommended |
| ------- | --------- | ----------- |
| 480p    | RTX 3090  | RTX 4090    |
| 720p    | RTX 4090  | A100 40GB   |
| 1080p   | A100 40GB | A100 80GB   |

## Tips

* Use **Spot** orders - generation takes time
* Start with lower resolution to test
* Monitor VRAM with `nvidia-smi`

## Related Guides

* [Video Processing](https://docs.clore.ai/guides/video-processing/video-processing) - Upscale, interpolate
* [Talking Heads](https://docs.clore.ai/guides/talking-heads/talking-heads) - Animate portraits


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/video-generation/video-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
