> 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-ru/generaciya-video.md).

# Генерация видео

- [Обзор](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/video-generation.md)
- [Hunyuan Video](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/hunyuan-video.md): Создавайте высококачественные видео с Hunyuan Video от Tencent на Clore.ai
- [Генерация видео CogVideoX](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/cogvideox.md): Создавайте 6-секундные видео из текста или изображений с помощью diffusion transformer CogVideoX от Zhipu AI на GPU Clore.ai.
- [Генерация LTX-Video в реальном времени](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/ltx-video.md): Создавайте 5-секундные видео быстрее реального времени с LTX-Video от Lightricks на GPU Clore.ai.
- [Stable Video Diffusion](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/stable-video-diffusion.md): Создавайте видео из изображений с Stable Video Diffusion на Clore.ai
- [Генерация видео с помощью ИИ](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/ai-video-generation.md): Создавайте видео с SVD, AnimateDiff и многим другим на Clore.ai
- [Wan2.1 Video](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/wan-video.md): Создавайте видео с помощью модели Wan2.1 от Alibaba на GPU Clore.ai
- [Wan 2.2 VBVR (контроль движения)](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/wan22-vbvr.md)
- [OpenSora](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/opensora.md): Создавайте видео с OpenSora, open-source альтернативой Sora
- [Генерация видео FramePack](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/framepack.md): Создавайте AI-видео всего с 6GB VRAM с помощью FramePack на Clore.ai
- [LTX-2 (аудио + видео)](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/ltx-video-2.md): Создавайте видео с нативным аудио — фоли, атмосферой и синхронизацией губ — с помощью LTX-2 на GPU Clore.ai.
- [LTX-2.5 (22B, видео + аудио)](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/ltx-video-2-5.md): Генерируйте видео с синхронизированным аудио с помощью LTX-2.5 на RTX 5090 от Clore.ai — открытая DiT-модель на 22B с поддержкой ComfyUI с первого дня
- [SkyReels-V3](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/skyreels.md): Создавайте видео 24fps с SkyReels-V3, open video model Kunlun на базе Wan2.1, на GPU Clore.ai.
- [AnimateDiff](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/animatediff.md)
- [Видео Mochi-1](https://docs.clore.ai/guides/guides_v2-ru/generaciya-video/mochi-1.md)
- [CubeComposer 4K 360°-видео](https://docs.clore.ai/guides/guides_v2-ru/generaciya-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-ru/generaciya-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.
