We develop
LongCat-Next
, a native multimodal model that processes text, vision, and audio under a single autoregressive objective with minimal inductive bias beyond the language paradigm. As an industrial-strength foundation model with A3B model size, it excels at seeing, creating, and talking, achieving strong performance across a wide range of multimodal benchmarks. In particular, leveraging semantically complete discrete representations, it surpasses the long-standing performance ceiling of discrete vision modeling on understanding tasks, and provides a unified solution for visual understanding and generation. This success demonstrates that discrete tokens can universally represent multimodal signals and be deeply internalized within a single discrete embedding space. We further provide extensive experiments to analyze this unified discrete training paradigm and uncover several interesting findings.
As a meaningful attempt toward native multimodality, we open-source the
LongCat-Next
and its tokenizers, hoping to foster further research and development in the community.
Key Features
This work primarily addresses the fundamental barrier to native multimodality through a design philosophy that prioritizes simplicity, treating vision and audio as intrinsic extensions of language. As a step toward this goal, we present LongCat-Next, a discrete native multimodal model that achieves industrial-strength performance within discrete frameworks while remaining highly competitive across a wide range of specialized domains. Built upon the LongCat-Flash-Lite MoE backbone (A3B) as a
multi-task
learner, the model unifies language, vision, and audio within a single discrete framework. In this paper, we make the following principal contributions:
🌟 Discrete Native Autoregression Paradigm (DiNA).
We introduce DiNA, a unified paradigm that extends next-token prediction from language to native multimodality, which internalizes diverse modalities into a shared token space. It simplifies multimodal modeling by creating modality-aware tokenizer-detokenizer pairs and leveraging the established training infrastructure of large language models.
🌟 Semantic Completeness for Discrete Visual Representation.
We improve discrete visual modeling by combining Semantic-and-Aligned Encoders (SAE) with Residual Vector Quantization (RVQ). This integration creates hierarchical discrete tokens that preserve both semantic abstraction and fine-grained visual details, surpassing traditional representation limitations.
Analogous to linguistic tokenizers, we propose dNaViT as a highly flexible, unified discrete interface for vision that extracts semantic features as "visual words", constructing a hierarchical representation space supporting dynamic tokenization and detokenization. dNaViT integrates seamlessly with large language models, ensuring high performance without degradation.
🌟 Exceling in Seeing, Creating, and Talking in a Unified Model.
Within the framework of DiNA, visual understanding and generation are elegantly reformulated as two manifestations of the same predictive process without performance compromise. This formulation bridges the long-standing architectural divide while introducing minimal interference between these traditionally competing objectives and preserving core language capabilities. Remarkably, LongCat-Next achieves competitive performance with specialized understanding models, while maintaining strong generative quality even under a 28× compression ratio, particularly in text rendering, while also excelling in advanced speech comprehension, low-latency voice conversation, and customizable voice cloning.
# Simply replace the messages in the main example with the messages below.
messages = [
{"role": "user", "content": "What book is this?<longcat_img_start>./assets/book.png<longcat_img_end>"}
]
Image - Generation Example
# Simply replace the messages in the main example with the messages below.# Suffix user content with '<longcat_img_start>' to force image generation.
messages = [
{"role": "system", "content": ""},
{"role": "user", "content": "A small kitten sitting naturally on a moss-covered forest floor, centered in the frame, holding a rectangular wooden sign gently with its front paws resting over the top edge. The kitten has soft, fluffy fur, a natural relaxed posture, and a calm, curious expression with a slightly open mouth (not exaggerated), looking directly at the camera.\n\nThe sign is positioned firmly in front of the kitten\'s chest, supported by its paws, with realistic contact and no floating effect. The board reads \"LongCat-Next: Lexicalizing Modalities as Discrete Tokens\" in clean, sharp black text, perfectly legible.\n\nThe environment is a lush forest with tall trees, ferns, and soft green foliage. The ground is covered with moss and small plants. Background softly blurred with natural depth of field. Lighting is soft, diffused sunlight filtering through the trees, creating gentle highlights and shadows. Realistic photography style, natural colors, high detail, no cartoonish exaggeration.<longcat_img_start>"}
]
Audio - Audio-to-Text Example
# Simply replace the messages in the main example with the messages below.
messages = [
{"role": "user", "content": "<longcat_audio_start>./assets/math1.wav<longcat_audio_end>"}
]
Audio - Audio-to-Audio Example
# Simply replace the messages in the main example with the messages below.# Suffix user content with '<longcat_audiogen_start>' to force audio generation.
messages = [
{"role": "system", "content": "Replicate the voice in the audio clip to formulate an answer:<longcat_audio_start>./assets/system_audio.wav<longcat_audio_end>"},
{"role": "user", "content": "<longcat_audio_start>./assets/math1.wav<longcat_audio_end><longcat_audiogen_start>"}
]
Audio - Speech Synthesis Example
# Simply replace the messages in the main example with the messages below.# Suffix user content with '<longcat_audiogen_start>' to force audio generation.
messages = [
{"role": "system", "content": "Replicate the voice in the audio clip to formulate an answer:<longcat_audio_start>./assets/vc_zh3.wav<longcat_audio_end>"},
{"role": "user", "content": "用这个声音合成以下内容:明天的meeting在三楼的Conference Room举行。<longcat_audiogen_start>"}
]
We recommend using the following set of sampling parameters for generation:
Please note that the support for sampling parameters varies according to inference frameworks(For transformers, the inference parameter configuration is located in
./generation_config.json
).
Deployment
We have implemented basic adaptations in SGLang to support the deployment of LongCat-Next. Please refer to this repository for more information:
meituan-longcat/LongCat-Next-inference
License Agreement
This repository, including both the model weights and the source code, is released under the
MIT License
.
Any contributions to this repository are licensed under the MIT License, unless otherwise stated. This license does not grant any rights to use Meituan trademarks or patents.
This model has not been specifically designed or comprehensively evaluated for every possible downstream application.
Developers should take into account the known limitations of large language models, including performance variations across different languages, and carefully assess accuracy, safety, and fairness before deploying the model in sensitive or high-risk scenarios.
It is the responsibility of developers and downstream users to understand and comply with all applicable laws and regulations relevant to their use case, including but not limited to data protection, privacy, and content safety requirements.
Nothing in this Model Card should be interpreted as altering or restricting the terms of the MIT License under which the model is released.
Contact
Please contact us at
[email protected]
or open an issue if you have any questions.
Runs of meituan-longcat LongCat-Next on huggingface.co
12.6K
Total runs
0
24-hour runs
0
3-day runs
-3.7K
7-day runs
-3.5K
30-day runs
More Information About LongCat-Next huggingface.co Model
LongCat-Next huggingface.co is an AI model on huggingface.co that provides LongCat-Next's model effect (), which can be used instantly with this meituan-longcat LongCat-Next model. huggingface.co supports a free trial of the LongCat-Next model, and also provides paid use of the LongCat-Next. Support call LongCat-Next model through api, including Node.js, Python, http.
LongCat-Next huggingface.co is an online trial and call api platform, which integrates LongCat-Next's modeling effects, including api services, and provides a free online trial of LongCat-Next, you can try LongCat-Next online for free by clicking the link below.
meituan-longcat LongCat-Next online free url in huggingface.co:
LongCat-Next is an open source model from GitHub that offers a free installation service, and any user can find LongCat-Next on GitHub to install. At the same time, huggingface.co provides the effect of LongCat-Next install, users can directly use LongCat-Next installed effect in huggingface.co for debugging and trial. It also supports api for free installation.