> 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-zh/shi-pin-sheng-cheng.md).

# 视频生成

- [概览](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/video-generation.md)
- [Hunyuan Video](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/hunyuan-video.md): 在 Clore.ai 上使用腾讯的 Hunyuan Video 生成高质量视频
- [CogVideoX 视频生成](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/cogvideox.md): 在 Clore.ai GPU 上使用智谱 AI 的 CogVideoX 扩散变换器，从文本或图像生成 6 秒视频。
- [LTX-Video 实时生成](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/ltx-video.md): 在 Clore.ai GPU 上使用 Lightricks 的 LTX-Video 以快于实时的速度生成 5 秒视频。
- [Stable Video Diffusion](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/stable-video-diffusion.md): 在 Clore.ai 上使用 Stable Video Diffusion 从图像生成视频
- [AI 视频生成](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/ai-video-generation.md): 在 Clore.ai 上使用 SVD、AnimateDiff 等生成视频
- [Wan2.1 视频](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/wan-video.md): 在 Clore.ai GPU 上使用阿里巴巴的 Wan2.1 模型生成视频
- [Wan 2.2 VBVR（运动控制）](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/wan22-vbvr.md)
- [OpenSora](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/opensora.md): 使用 OpenSora 生成视频，开源的 Sora 替代方案
- [FramePack 视频生成](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/framepack.md): 使用 FramePack 在 Clore.ai 上仅用 6GB VRAM 生成 AI 视频
- [LTX-2（音频 + 视频）](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/ltx-video-2.md): 在 Clore.ai GPU 上使用 LTX-2 生成带原生音频的视频——拟音、环境声和口型同步。
- [LTX-2.5（22B，视频 + 音频）](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/ltx-video-2-5.md): 在 Clore.ai 的 RTX 5090 上使用 LTX-2.5 生成带同步音频的视频——22B 开源权重 DiT，首日即支持 ComfyUI
- [SkyReels-V3](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/skyreels.md): 在 Clore.ai GPU 上使用 SkyReels-V3 生成 24fps 视频，它是昆仑基于 Wan2.1 的开源视频模型。
- [AnimateDiff](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/animatediff.md)
- [Mochi-1 视频](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/mochi-1.md)
- [CubeComposer 4K 360° 视频](https://docs.clore.ai/guides/guides_v2-zh/shi-pin-sheng-cheng/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-zh/shi-pin-sheng-cheng.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.
