EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. LongCat-Video
    LongCat-Video icon

    LongCat-Video

    Video
    Featured

    A 13.6B parameter open-source foundational video generation model by Meituan supporting Text-to-Video, Image-to-Video, Video-Continuation, and audio-driven avatar animation.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under MIT License. Self-host model weights from Hugging Face or ModelScope.

    Engagement

    Available On

    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    VideoContent GenerationAudio

    Alternatives

    Story.comPlexigen AIPalmier Pro
    Developer
    Meituan LongCat TeamThe Meituan LongCat Team builds AI research tools and benchm…

    Listed Aug 2026

    About LongCat-Video

    LongCat-Video is a foundational video generation model developed by the Meituan LongCat Team, released under the MIT License. With 13.6 billion parameters, it unifies multiple video generation tasks in a single dense-architecture model and is available on GitHub and Hugging Face for self-hosted inference.

    What It Is

    LongCat-Video is an open-source video generation framework that handles Text-to-Video, Image-to-Video, Video-Continuation, and audio-driven character animation (Avatar) within a single model family. It is positioned as Meituan's first step toward world models, with a technical report published on arXiv (2510.22200). The project also includes LongCat-Video-Avatar and LongCat-Video-Avatar-1.5, specialized extensions for expressive, audio-driven human video generation.

    Architecture and Technical Design

    The base model uses a dense transformer architecture (DiT) with 13.6B total and activated parameters — contrasting with mixture-of-experts alternatives that activate only a fraction of their larger parameter counts. Key architectural choices include:

    • Coarse-to-fine generation along both temporal and spatial axes for efficient 720p, 30fps output
    • Block Sparse Attention to improve efficiency at high resolutions
    • Multi-reward GRPO (Group Relative Policy Optimization) for RLHF-based quality alignment
    • FlashAttention-2 enabled by default, with optional FlashAttention-3 or xformers support
    • Context parallelism for multi-GPU inference via torchrun

    The Avatar extensions add audio-driven lip synchronization: v1.0 uses Wav2Vec2, while v1.5 upgrades to Whisper-Large-v3 for improved accuracy, adds step distillation for 8-step fast inference, INT8 quantization for reduced VRAM, and extends to stylized domains including anime and animals.

    Supported Tasks and Workflow

    Users clone the repository, set up a conda environment with PyTorch and FlashAttention, and download model weights from Hugging Face or ModelScope. Inference scripts cover:

    • run_demo_text_to_video.py — text prompt to video
    • run_demo_image_to_video.py — image + text to video
    • run_demo_video_continuation.py — extend existing video clips
    • run_demo_long_video.py — minutes-long video generation
    • run_demo_interactive_video.py — interactive generation
    • run_demo_avatar_single_audio_to_video.py / run_demo_avatar_multi_audio_to_video.py — single- and multi-character audio-driven animation
    • run_streamlit.py — a Streamlit web UI for local use

    Multi-GPU inference is supported via context parallelism (--context_parallel_size).

    Update: LongCat-Video-Avatar 1.5 (May 2026)

    The most recent release, LongCat-Video-Avatar 1.5 (May 21, 2026), is an upgraded open-source framework for audio-driven human video generation. Notable changes from v1.0 include:

    • Whisper-Large-v3 replaces Wav2Vec2 for more accurate lip synchronization
    • Production-ready physical rationality and temporal stability for long videos
    • Generalization to stylized domains (anime, animals, complex real-world conditions)
    • Support for both single-stream and multi-stream audio inputs
    • 8-step distillation inference for faster generation
    • INT8 quantized DiT model option for reduced VRAM

    The base LongCat-Video model was first released October 25, 2025, with LongCat-Video-Avatar following December 16, 2025. Weights are available on Hugging Face and ModelScope.

    Evaluation and Benchmarks

    According to the project's internal MOS (Mean Opinion Score) benchmarks published in the README, LongCat-Video's Text-to-Video overall quality (3.38) is reported as comparable to Wan 2.2-T2V-A14B (3.35) and PixVerse-V5 (3.36), while being an open-source dense model at 13.6B parameters. For Image-to-Video, the model achieves a visual quality score of 3.27, slightly above Wan 2.2-I2V-A14B (3.23) on the same internal benchmark. These figures are vendor-published and based on Meituan's internal evaluation methodology.

    LongCat-Video - 1

    Community Discussions

    Be the first to start a conversation about LongCat-Video

    Share your experience with LongCat-Video, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under MIT License. Self-host model weights from Hugging Face or ModelScope.

    • Text-to-Video generation
    • Image-to-Video generation
    • Video-Continuation
    • Long video generation
    • Audio-driven avatar animation

    Capabilities

    Key Features

    • Text-to-Video generation
    • Image-to-Video generation
    • Video-Continuation generation
    • Long video generation (minutes-long)
    • Audio-driven avatar animation (single and multi-character)
    • Unified multi-task architecture in a single model
    • Coarse-to-fine temporal and spatial generation strategy
    • Block Sparse Attention for high-resolution efficiency
    • Multi-reward GRPO RLHF alignment
    • FlashAttention-2/3 and xformers support
    • Multi-GPU inference via context parallelism
    • INT8 quantization for reduced VRAM (Avatar 1.5)
    • Step distillation for fast 8-step inference (Avatar 1.5)
    • Whisper-Large-v3 audio encoder for lip sync (Avatar 1.5)
    • Streamlit web UI for local inference
    • 720p 30fps video output

    Integrations

    Hugging Face
    ModelScope
    FlashAttention-2
    FlashAttention-3
    xformers
    PyTorch
    Diffusers
    Streamlit
    Whisper-Large-v3
    Wav2Vec2
    ffmpeg
    librosa
    CacheDiT
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate LongCat-Video and help others make informed decisions.

    Developer

    Meituan LongCat Team

    The Meituan LongCat Team builds AI research tools and benchmarks focused on real-world life-serving applications. Operating out of Meituan, one of China's largest on-demand service platforms, the team develops evaluation frameworks and language models grounded in practical daily-service scenarios. Their work spans agent benchmarking, LLM development, and open-source contributions to the AI research community.

    Read more about Meituan LongCat Team
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Story.com icon

    Story.com

    An AI-powered storytelling platform that generates videos, images, audio, and character-driven narratives using a credit-based pay-per-use model and a web timeline editor.

    Plexigen AI icon

    Plexigen AI

    AI video generator that transforms text and images into professional videos with synchronized sound effects and audio using Google Veo 3.1.

    Palmier Pro icon

    Palmier Pro

    An open-source macOS video editor built for AI that lets you generate images, video, and audio directly in the timeline and connect AI agents via MCP.

    Browse all tools

    Related Topics

    Video

    AI tools that generate or edit video — from text-to-video and animation to avatars, dubbing, and short-form clips.

    78 tools

    Content Generation

    Advanced LLM-based tools that create high-quality, engaging marketing content, articles, and copy tailored to specific audiences, tones, and campaign objectives with minimal human input.

    267 tools

    Audio

    AI tools that generate or edit audio — music, sound effects, voice and speech, and podcast production.

    30 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions