(1/6) How do you build a video LLM that decouples vision from language โ instead of jamming it all into one context window?
Our team at OpenMOSS open-sources MOSS-VL, a cross-attention multimodal model with strong video understanding results.
Architecture and benchmarks in thread.
Open-source video should be easy to run, adapt, and build into products.
Thatโs what MOVA is designed for.
MOVA-360p has reached 142K total downloads on Hugging Face, with 88,362 downloads in the last month.
Developers get open weights, inference code, training pipelines, LoRA fine-tuning scripts, Apache-2.0 licensing, Diffusers support, and Safetensors.
Now, with DiffSynth Studio support for MOVA-360p and MOVA-720p, teams can use MOVA across both inference and training workflows.
Hugging Face: https://t.co/xDnEJ8g0eY
GitHub :https://t.co/CFNm2aUHxN
DiffSynth Studio: https://t.co/HxQ2kTKS5J
Say hello to MOSS-TTS-Nano ๐ 0.1B multilingual TTS from https://t.co/YrVk7WDgvQ and OpenMOSS.
Designed for realtime speech generation without a GPU. Runs directly on CPU, keeping the deployment stack simple enough for local demos, web serving, and lightweight product integration.
Part of the MOSS-TTS family alongside the 1.7B and 8B flagship models.
๐ค https://t.co/LewRE4AxEq
๐ https://t.co/75I7Qmazn0
๐ป https://t.co/QF9qwihFT7
(1/6) How do you build a video LLM that decouples vision from language โ instead of jamming it all into one context window?
Our team at OpenMOSS open-sources MOSS-VL, a cross-attention multimodal model with strong video understanding results.
Architecture and benchmarks in thread.
(5/6) We propose XRoPE โ Cross-attention RoPE โ mapping text tokens and visual patches into a unified 3D space: time (t), height (h), width (w).
1. Injected into vision Key + text Query for cross-modal alignment
2. Value left untouched to preserve feature fidelity
(4/6) The biggest mistake video LLMs make: they treat frames as a sequence of images, not a sequence in time.
MOSS-VL wraps every frame with special tokens โ <|time_start|>1.2 seconds<|time_end|> โ anchoring it in absolute time.
Grounded in absolute time, not frame indices.
(3/6) We benchmarked MOSS-VL across 30+ multimodal tasks vs Qwen2.5-VL and Qwen3-VL:
1. ๐น Video Understanding: 65.8 (+2 vs Qwen3-VL)
2. ๐ OCR: 83.9
3. ๐ฏ VSI-bench: +8.3 over Qwen3-VL-8B-Instruct
Consistently first or second across the board.
(2/6) Hot take: most video LLMs are wired backwards.
They jam visual tokens straight into the LLM context, forcing one model to do both perception and reasoning at once.
But here's the fix: MOSS-VL uses cross-attention to keep the two in separate spaces, talking only when needed.
๐จAI can learn scientific taste. ๐ฌ๐ค
Great scientists have strong judgement and foresight, closely tied to what we call scientific taste. Here, we use the term to refer to the capacity to judge and propose research ideas with high potential impact.
However, most relative research focuses on improving an AI scientist's executive capability, while enhancing an AI's scientific taste remains underexplored. In this work, we propose Reinforcement Learning from Community Feedback (RLCF), a training paradigm that uses large-scale community signals as supervision, and formulate scientific taste learning as a preference modeling and alignment problem.
For preference modeling, we train Scientific Judge on 700K field- and time-matched pairs of high- vs. low-citation papers to judge ideas.
For preference alignment, using Scientific Judge as a reward model, we train a policy model, Scientific Thinker, to propose research ideas with high potential impact.
Experiments show Scientific Judge outperforms SOTA LLMs (e.g., GPT-5.2, Gemini 3 Pro) and generalizes to future-year test, unseen fields, and peer-review preference. Furthermore, Scientific Thinker proposes research ideas with higher potential impact than baselines. Our findings show that AI can learn scientific taste, marking a key step toward reaching human-level AI scientists.
We are no longer just building AI that automates the execution of science. We are building AI that can automate the direction of science. Scientific taste is no longer a human monopoly. We have open-sourced everything. Come build the future of AI scientists with us!
#AutoResearch #AI #Agent #VibeResearch
๐ The MOSS-TTS Family is here.
From zero-shot cloning to real-time VoiceAgents, we have released our most powerful suite of audio models yet.
The Lineup:
MOSS-TTS Flagship: The industry's best zero-shot voice cloning. Features precise control over duration & Pinyin, capable of generating 1 hour of speech.
MOSS-TTSD-v1.0: A new standard for dialogue generation. Comprehensive optimization for conversational scenes and small languages. Best-in-class performance in all evaluations.
MOSS-VoiceGenerator: One-shot timbre generation. Create voices with a single sentence and complex instruction handling.
MOSS-TTS-Realtime: Built for the next era of VoiceAgents. Synthesis starts in just 2 characters for instant response.
MOSS-SoundEffect: Text-to-Audio sound effects to expand your creative toolkit.
๐ฅ Try it now: https://t.co/sUS7vDjdJk
๐ป Deploy (GitHub): https://t.co/h4pAco5nwk
๐ API Docs: https://t.co/bcWWY31LAO
Welcome to our demo. The era of 'childhood' for TTS is over.
#MOSS #AI #TextToSpeech #TTS #OpenClaw #Agent #OpenMOSS #Opensource #VoiceAgent
Our bench can also test image edit models! It's a truly unified multimodal generative reasoning benchmark testing video models, image edit models and VLMs.
Results on mini test set:
(6/6)
CVPR2026 ๐ Thinking with Video: Video Generation as a Promising Multimodal Reasoning Paradigm
๐We use video frames as a unified medium for text and vision reasoning. ๐คฏ
๐ฅVideo model (Sora-2) beats GPT-5 by 10% on Eyeballing Puzzles!
๐งตhttps://t.co/3ChEUJsW6K
(1/6)
#CVPR2026 #seedance2 #Multimodal #VideoGeneration #Sora2 #Reasoning #LLM #AI
What about text-heavy logic?
Sora-2 takes a prompt + image, and generates a video "writing" the step-by-step solution. It even reads the answer via audio! ๐
Staggering results:
๐ฏ MATH: 92%
๐ฏ MMMU: 69.2%
(5/6)
We introduce VideoThinkBench to test this.
On "Eyeballing Puzzles", Sora-2 reasons by simulating light reflection and manipulating geometry.
Result? It outperforms SOTA VLMs and scores 10% higher than GPT-5! ๐๐งฉ
All code and data are open-sourced: https://t.co/nJYEcVqxAP
(3/6)
Current LLM/VLM paradigms ("Thinking with Text/Images") have limits: static images lack dynamics, and split modalities hinder understanding.
Our fix: Thinking with Video. Video frames as a unified medium to draw/write reasoning steps! โ๏ธ๐ฅ
Project: https://t.co/LGZgDIpxVW
(2/6)