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

# Aperçu

Générez des vidéos IA sur les GPU CLORE.AI.

## Guides disponibles

| Outil                                                                                     | Type                                       | VRAM requise               |
| ----------------------------------------------------------------------------------------- | ------------------------------------------ | -------------------------- |
| [Aperçu des vidéos IA](/guides/guides_v2-fr/generation-video/ai-video-generation.md)      | Guide général                              | -                          |
| [Hunyuan Video](/guides/guides_v2-fr/generation-video/hunyuan-video.md)                   | Texte vers vidéo                           | 40 Go+                     |
| [Stable Video Diffusion](/guides/guides_v2-fr/generation-video/stable-video-diffusion.md) | Image vers vidéo                           | 16 Go                      |
| [LTX-Video](/guides/guides_v2-fr/generation-video/ltx-video.md)                           | Génération vidéo en temps réel             | 12 Go                      |
| [LTX-2](/guides/guides_v2-fr/generation-video/ltx-video-2.md)                             | Vidéo avec audio natif                     | 12 Go                      |
| [LTX-2.5](/guides/guides_v2-fr/generation-video/ltx-video-2-5.md)                         | Vidéo 22B + audio synchronisé, jusqu’en 4K | 32 Go (quantifié 16–24 Go) |
| [Mochi-1](/guides/guides_v2-fr/generation-video/mochi-1.md)                               | Génération vidéo de haute qualité          | 24GB                       |
| [CogVideoX](/guides/guides_v2-fr/generation-video/cogvideox.md)                           | Texte et image vers vidéo                  | 20 Go                      |
| [Vidéo Wan2.1](/guides/guides_v2-fr/generation-video/wan-video.md)                        | Génération vidéo avancée                   | 24GB                       |
| [AnimateDiff](/guides/guides_v2-fr/generation-video/animatediff.md)                       | Extension d’animation SD                   | 12 Go                      |
| [OpenSora](/guides/guides_v2-fr/generation-video/opensora.md)                             | Génération vidéo open source               | 16 Go                      |
| [SkyReels-V3](/guides/guides_v2-fr/generation-video/skyreels.md)                          | Vidéo à haute fréquence d’images           | 16 Go                      |
| [FramePack](/guides/guides_v2-fr/generation-video/framepack.md)                           | Génération vidéo à faible VRAM             | 6 Go                       |

## Exigences GPU

| Qualité | Minimum            | Recommandé         | Coût Clore.ai |
| ------- | ------------------ | ------------------ | ------------- |
| 480p    | RTX 3090           | RTX 4090           | 0,07–0,42 $/h |
| 720p    | RTX 4090           | RTX 5090           | 0,14–0,77 $/h |
| 1080p   | RTX 5090           | RTX PRO 6000 96 Go | 0,25–1,38 $/h |
| 4K      | RTX PRO 6000 96 Go | 2× RTX 5090        | 0,50–1,54 $/h |

## Conseils

* Utilisez **Spot** commandes - la génération prend du temps
* Commencez par une résolution plus faible pour tester
* Surveillez la VRAM avec `nvidia-smi`

## Guides associés

* [Traitement vidéo](/guides/guides_v2-fr/traitement-video/video-processing.md) - Mise à l’échelle, interpolation
* [Visages parlants](/guides/guides_v2-fr/tetes-parlantes/talking-heads.md) - Animer des portraits


---

# 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-fr/generation-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.
