Chinese AI labs dominate text-to-video: 9 of top 10 models are Chinese

Outside of Alphabet's Google, nine of the world's top ten text-to-video models are now Chinese, according to the Artificial Analysis leaderboard. The ranking, based on blind human evaluation of generated clips, places Google's Gemini Omni Flash at number one. Every slot from two through ten belongs to a Chinese lab. The Chinese contingent includes: MiniMax — H3 ByteDance — Seedance 2.0 Alibaba — Wan (two builds), HappyHorse (two builds, ~15B parameters, open weight) Kuaishou — Kling (two bu

2 min
Chinese AI labs dominate text-to-video: 9 of top 10 models are Chinese

Outside of Alphabet's Google, nine of the world's top ten text-to-video models are now Chinese, according to the Artificial Analysis leaderboard. The ranking, based on blind human evaluation of generated clips, places Google's Gemini Omni Flash at number one. Every slot from two through ten belongs to a Chinese lab.

Artificial Analysis text-to-video leaderboard showing Google #1 and nine Chinese models in top 10

The Chinese contingent includes:

MiniMax — H3

ByteDance — Seedance 2.0

Alibaba — Wan (two builds), HappyHorse (two builds, ~15B parameters, open weight)

Kuaishou — Kling (two builds)

Skywork — SkyReels

Shengshu Technologies — Vidu

The US gap

OpenAI shut down Sora in March 2026. Anthropic never entered the video generation race. Google, with Gemini and Veo, remains the sole American lab holding a top-tier position. China has filled the vacuum.

Why video matters beyond entertainment

Generating convincing video requires more than visual flair. A model must learn motion, causality, object permanence, and rough physics — the building blocks of a world model. World models aim to grasp how the physical world works, not just how language reads. Researchers increasingly see them as a more direct path to human-level AI than scaling chatbots alone.

The payoff: machines that act. Humanoid robots and self-driving cars need to simulate actions in software before executing them in reality. Runway already sells its video-based simulator to robotics and autonomous-driving firms. Cris Valenzuela (Runway CEO) confirmed this progression to Thorbecke.

China's structural advantage

China manufactures the majority of the world's humanoid robot bodies. It now also leads in the video models that could serve as their "brains." The connection is strategic: if video generation is the training ground for world models, China's dominance in both hardware and video AI creates a compounding edge.

Caveats

The jump from video to true world model is early. OpenAI's own Sora research found scaled video models pick up 3D consistency but still fail basic physics (e.g., glass shattering).

Copyright exposure is higher for video models. The Information reported ByteDance paused a launch over Hollywood copyright disputes.

Artificial Analysis rankings reflect human preference on short clips, not comprehensive capability benchmarks.

Sources

Bloomberg Opinion: Chinese AI Video Is Coming for More than Hollywood (Catherine Thorbecke, Aug 9, 2026): https://www.bloomberg.com/opinion/articles/2026-08-09/chinese-ai-video-is-coming-for-more-than-hollywood

The Next Web: China quietly won AI video. The bigger prize is teaching machines how the world works: https://thenextweb.com/news/china-ai-video-dominance-world-models

Techmeme: Chinese AI labs account for nine of Artificial Analysis' top 10 text-to-video models (Aug 10, 2026): https://www.techmeme.com/260810/p1

Artificial Analysis leaderboard: https://artificialanalysis.ai/video/leaderboard/text-to-video

Written by

More to read

  • Zero-Downtime Model Updates in Production LLM Serving: In-Place Weight Transfer, CUDA IPC vs. NCCL Syncing, and Traffic Draining Architectures

    Zero-Downtime Model Updates in Production LLM Serving: In-Place Weight Transfer, CUDA IPC vs. NCCL Syncing, and Traffic Draining Architectures In high-throughput LLM serving infrastructure, updating model checkpoints presents a severe operational dilemma. Traditional microservice deployment patterns such as blue-green deployments or rolling pod restarts fail to scale economically when applied to multi-GPU LLM clusters. Tearing down a serving instance to load a newly fine-tuned checkpoint or pol

    1 min
  • The Curse of Multilinguality in Large Language Models: Capacity Dilution, Tokenizer Fertility, and Representation Interference

    The Curse of Multilinguality in Large Language Models: Capacity Dilution, Tokenizer Fertility, and Representation Interference Training a single transformer foundation model to process dozens or hundreds of languages is one of the central goals of modern natural language processing. In theory, massive multilingual pre-training unlocks positive cross-lingual transfer: low-resource languages gain syntactic, factual, and reasoning capabilities from the rich supervision available in high-resource l

    1 min
  • LLM Load Shedding and Overload Control in Production: Adaptive Admission, Preemption Economics, and Graceful Degradation

    LLM Load Shedding and Overload Control in Production: Adaptive Admission, Preemption Economics, and Graceful Degradation Standard web services rely on well-established overload protection patterns: reverse proxies monitor CPU utilization, memory thresholds, or static queue depths and reject excess HTTP requests with 429 Too Many Requests or 503 Service Unavailable status codes. When applied naively to Large Language Model (LLM) serving infrastructure, these conventional heuristics fail catastro

    1 min