> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/video-generation.md).

# Video Generation

- [Overview](https://docs.clore.ai/guides/video-generation/video-generation.md)
- [Hunyuan Video](https://docs.clore.ai/guides/video-generation/hunyuan-video.md): Generate high-quality videos with Tencent's Hunyuan Video on Clore.ai
- [CogVideoX Video Generation](https://docs.clore.ai/guides/video-generation/cogvideox.md): Generate 6-second videos from text or images with Zhipu AI's CogVideoX diffusion transformer on Clore.ai GPUs.
- [LTX-Video Real-Time Generation](https://docs.clore.ai/guides/video-generation/ltx-video.md): Generate 5-second videos faster than real-time with Lightricks' LTX-Video on Clore.ai GPUs.
- [Stable Video Diffusion](https://docs.clore.ai/guides/video-generation/stable-video-diffusion.md): Generate videos from images with Stable Video Diffusion on Clore.ai
- [AI Video Generation](https://docs.clore.ai/guides/video-generation/ai-video-generation.md): Generate videos with SVD, AnimateDiff, and more on Clore.ai
- [Wan2.1 Video](https://docs.clore.ai/guides/video-generation/wan-video.md): Generate videos with Alibaba's Wan2.1 model on Clore.ai GPUs
- [Wan 2.2 VBVR (Motion Control)](https://docs.clore.ai/guides/video-generation/wan22-vbvr.md)
- [OpenSora](https://docs.clore.ai/guides/video-generation/opensora.md): Generate videos with OpenSora, the open-source Sora alternative
- [FramePack Video Generation](https://docs.clore.ai/guides/video-generation/framepack.md): Generate AI videos with just 6GB VRAM using FramePack on Clore.ai
- [LTX-2 (Audio + Video)](https://docs.clore.ai/guides/video-generation/ltx-video-2.md): Generate videos with native audio — foley, ambience, and lip-sync — using LTX-2 on Clore.ai GPUs.
- [SkyReels-V3](https://docs.clore.ai/guides/video-generation/skyreels.md): Generate 24fps video with SkyReels-V3, Kunlun's Wan2.1-based open video model, on Clore.ai GPUs.
- [AnimateDiff](https://docs.clore.ai/guides/video-generation/animatediff.md)
- [Mochi-1 Video](https://docs.clore.ai/guides/video-generation/mochi-1.md)
- [CubeComposer 4K 360° Video](https://docs.clore.ai/guides/video-generation/cubecomposer-360-video.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
