---
title: RealVideo
canonical_url: "https://www.modelscope.cn/models/ZhipuAI/RealVideo"
md_url: "https://www.modelscope.cn/models/ZhipuAI/RealVideo.md"
repository: ZhipuAI/RealVideo
chinese_name: RealVideo
last_updated: 2025-12-12
license: mit
pipeline_tag: any-to-any
tasks:
  - any-to-any
base_model:
  - Wan-AI/Wan2.2-S2V-14B
base_model_relation: finetune
library_name:
  - pytorch
frameworks:
  - Pytorch
language:
  - en
  - zh
downloads: 278
stars: 1
---

# RealVideo

> RealVideo - ZhipuAI 在 ModelScope 开源的模型。RealVideo is a WebSocket-based video calling system that supports text input. It leverages GLM-4.5-AirX and GLM-TTS models to generate audio responses and utilizes autoregressive diffusion to generate corresponding…

ZhipuAI/RealVideo 是 ModelScope 魔搭社区上的any-to-any模型，采用 mit 许可，基于 Wan-AI/Wan2.2-S2V-14B 构建。

- **Repository**: ZhipuAI/RealVideo
- **License**: mit
- **Tasks**: any-to-any
- **Base model**: Wan-AI/Wan2.2-S2V-14B
- **Downloads**: 278
- **Stars**: 1
- **Last updated**: 2025-12-12

Source: https://www.modelscope.cn/models/ZhipuAI/RealVideo

---

# RealVideo

RealVideo is a WebSocket-based video calling system that supports text input. It leverages **GLM-4.5-AirX** and 
**GLM-TTS** models to generate audio responses and utilizes autoregressive diffusion to generate corresponding video frames. The
system features a modular design with full functionality and a clean code structure.
Visit [blog](https://z.ai/blog/realvideo) here!

## Features

- **Text Input**: Supports text message input.
- **AI Voice Response**: Integrates GLM-4.5-AirX and GLM-TTS models to generate voice responses.
- **Lip Sync**: Generates real-time conversational video based on any input image and audio.
- **Real-time Communication**: WebSocket-based real-time bidirectional communication.

## Quick Start

you can check in our [GitHub](https://github.com/zai-org/RealVideo).

## Technical Highlights

- **Model Integration**: Allows for convenient and quick voice cloning, taking text input to generate audio output.
- **Modular Design**: Clear code structure, easy to maintain and extend.
- **Real-time Performance**: Optimized audio processing and real-time video generation algorithms.

## Acknowledgements

This project utilizes the following open-source libraries:

- [self forcing](https://github.com/guandeh17/Self-Forcing)
