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

# Обзор

Создавайте AI-видео на GPU CLORE.AI.

## Доступные руководства

| Инструмент                                                                                | Тип                                         | Требуемая VRAM                     |
| ----------------------------------------------------------------------------------------- | ------------------------------------------- | ---------------------------------- |
| [Обзор AI-видео](/guides/guides_v2-ru/generaciya-video/ai-video-generation.md)            | Общее руководство                           | -                                  |
| [Hunyuan Video](/guides/guides_v2-ru/generaciya-video/hunyuan-video.md)                   | Текст в видео                               | 40 ГБ+                             |
| [Stable Video Diffusion](/guides/guides_v2-ru/generaciya-video/stable-video-diffusion.md) | Изображение в видео                         | 16GB                               |
| [LTX-Video](/guides/guides_v2-ru/generaciya-video/ltx-video.md)                           | Генерация видео в реальном времени          | 12GB                               |
| [LTX-2](/guides/guides_v2-ru/generaciya-video/ltx-video-2.md)                             | Видео с нативным аудио                      | 12GB                               |
| [LTX-2.5](/guides/guides_v2-ru/generaciya-video/ltx-video-2-5.md)                         | 22B видео + синхронизированное аудио, до 4K | 32 ГБ (16–24 ГБ после квантизации) |
| [Mochi-1](/guides/guides_v2-ru/generaciya-video/mochi-1.md)                               | Генерация видео высокого качества           | 24 ГБ                              |
| [CogVideoX](/guides/guides_v2-ru/generaciya-video/cogvideox.md)                           | Текст и изображение в видео                 | 20 ГБ                              |
| [Wan2.1 Video](/guides/guides_v2-ru/generaciya-video/wan-video.md)                        | Продвинутая генерация видео                 | 24 ГБ                              |
| [AnimateDiff](/guides/guides_v2-ru/generaciya-video/animatediff.md)                       | Расширение анимации SD                      | 12GB                               |
| [OpenSora](/guides/guides_v2-ru/generaciya-video/opensora.md)                             | Генерация видео с открытым исходным кодом   | 16GB                               |
| [SkyReels-V3](/guides/guides_v2-ru/generaciya-video/skyreels.md)                          | Видео с высокой частотой кадров             | 16GB                               |
| [FramePack](/guides/guides_v2-ru/generaciya-video/framepack.md)                           | Генерация видео с низким потреблением VRAM  | 6 ГБ                               |

## Требования к GPU

| Качество | Минимум            | Рекомендуется      | Стоимость Clore.ai |
| -------- | ------------------ | ------------------ | ------------------ |
| 480p     | RTX 3090           | RTX 4090           | $0.07–0.42/ч       |
| 720p     | RTX 4090           | RTX 5090           | $0.14–0.77/ч       |
| 1080p    | RTX 5090           | RTX PRO 6000 96 ГБ | $0.25–1.38/ч       |
| 4K       | RTX PRO 6000 96 ГБ | 2× RTX 5090        | $0.50–1.54/ч       |

## Советы

* Используйте **Spot** Заказы — генерация занимает время
* Для теста начните с более низкого разрешения
* Отслеживайте VRAM с помощью `nvidia-smi`

## Связанные руководства

* [Обработка видео](/guides/guides_v2-ru/obrabotka-video/video-processing.md) - Апскейл, интерполяция
* [Говорящие головы](/guides/guides_v2-ru/govoryashie-golovy/talking-heads.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/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.
