> 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/guides_v2-es/generacion-de-video.md).

# Generación de video

- [Descripción general](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/video-generation.md)
- [Hunyuan Video](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/hunyuan-video.md): Genera videos de alta calidad con Hunyuan Video de Tencent en Clore.ai
- [Generación de video CogVideoX](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/cogvideox.md): Genera videos de 6 segundos a partir de texto o imágenes con el transformador de difusión CogVideoX de Zhipu AI en las GPU de Clore.ai.
- [Generación en tiempo real con LTX-Video](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/ltx-video.md): Genera videos de 5 segundos más rápido que en tiempo real con LTX-Video de Lightricks en las GPU de Clore.ai.
- [Stable Video Diffusion](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/stable-video-diffusion.md): Genera videos a partir de imágenes con Stable Video Diffusion en Clore.ai
- [Generación de video con IA](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/ai-video-generation.md): Genera videos con SVD, AnimateDiff y más en Clore.ai
- [Video Wan2.1](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/wan-video.md): Genera videos con el modelo Wan2.1 de Alibaba en las GPU de Clore.ai
- [Wan 2.2 VBVR (control de movimiento)](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/wan22-vbvr.md)
- [OpenSora](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/opensora.md): Genera videos con OpenSora, la alternativa de código abierto a Sora
- [Generación de video FramePack](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/framepack.md): Genera videos de IA con solo 6 GB de VRAM usando FramePack en Clore.ai
- [LTX-2 (audio + video)](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/ltx-video-2.md): Genera videos con audio nativo — foley, ambiente y sincronización labial — usando LTX-2 en las GPU de Clore.ai.
- [SkyReels-V3](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/skyreels.md): Genera video a 24 fps con SkyReels-V3, el modelo de video abierto basado en Wan2.1 de Kunlun, en las GPU de Clore.ai.
- [AnimateDiff](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/animatediff.md)
- [Video Mochi-1](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/mochi-1.md)
- [Video 360° CubeComposer 4K](https://docs.clore.ai/guides/guides_v2-es/generacion-de-video/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/guides_v2-es/generacion-de-video.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.
