Model reference · open weights

SoulX-FlashTalk

Available as managed deployment Video Soul-AILab Image→video 1 variants 1k dl/mo

SoulX-FlashTalk is an open-weight video model from Soul-AILab. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bySoul-AILab
TypeVideo models
TaskImage→video
Parameters (lead)18.9B
Runs withdiffusers
Released2026-01-08
Popularity1k downloads / month
LicenceOpen weights

About

What SoulX-FlashTalk is

Read the full model card

🔥 News

🤫 Coming soon

A 4-GPU version of SoulX-FlashTalk and a new open-source real-time streaming digital human model designed specifically for consumer-grade GPUs like 4090 etc.

📑 Todo List

  • [x] Technical report
  • [x] Project Page
  • [x] Inference code
  • [x] Checkpoint release
  • [ ] Online demo

🌰 Examples

📖 Quickstart

🔧 Installation

1. Create a Conda environment
conda create -n flashtalk python=3.10
conda activate flashtalk
2. Install PyTorch on CUDA
pip install torch==2.7.1 torchvision==0.22.1 --index-url https://download.pytorch.org/whl/cu128
3. Install other dependencies
pip install -r requirements.txt
4. Flash-attention installation:
pip install ninja
pip install flash_attn==2.8.0.post2 --no-build-isolation
5. FFmpeg installation
# Ubuntu / Debian
apt-get install ffmpeg
# CentOS / RHEL
yum install ffmpeg ffmpeg-devel

or

# Conda (no root required)
conda install -c conda-forge ffmpeg==7

🤗 Model download

Model ComponentDescriptionLink
SoulX-FlashTalk-14BOur 14b model🤗 Huggingface
chinese-wav2vec2-basechinese-wav2vec2-base🤗 Huggingface
# If you are in china mainland, run this first: export HF_ENDPOINT=https://hf-mirror.com
pip install "huggingface_hub[cli]"
huggingface-cli download Soul-AILab/SoulX-FlashTalk-14B --local-dir ./models/SoulX-FlashTalk-14B
huggingface-cli download TencentGameMate/chinese-wav2vec2-base --local-dir ./models/chinese-wav2vec2-base

🚀 Inference

# Infer on single GPU
# Requires more than 64G of VRAM
bash inference_script_single_gpu.sh

# Infer on multy GPUs
# Real-time inference speed can only be supported on 8xH800 or higher graphics cards
bash inference_script_multi_gpu.sh

👋 Online Demo

Coming Soon!

📧 Contact Us

If you are interested in leaving a message to our work, feel free to email le.shen@mail.dhu.edu.cn or qiaoqian@soulapp.cn or yutan@soulapp.cn or zhouke@soulapp.cn or liusiyuan@soulapp.cn

You’re welcome to join our WeChat group for technical discussions, updates.

📚 Citation

If you find our work useful in your research, please consider citing:

@misc{shen2025soulxflashtalktechnicalreport,
      title={SoulX-FlashTalk: Real-Time Infinite Streaming of Audio-Driven Avatars via Self-Correcting Bidirectional Distillation},
      author={Le Shen and Qian Qiao and Tan Yu and Ke Zhou and Tianhang Yu and Yu Zhan and Zhenjie Wang and Ming Tao and Shunshun Yin and Siyuan Liu},
      year={2025},
      eprint={2512.23379},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2512.23379},
}

🙇 Acknowledgement

[!TIP] If you find our work useful, please also consider starring the original repositories of these foundational methods.

💡 Star History

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys soulx-flashtalk for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (soulx-flashtalk below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/videos/generations \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"soulx-flashtalk","prompt":"a drone shot over a forest"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms