Open Source AI
Nvidia's av-flamingo solves the one thing every other video AI gets wrong: time
Nvidia releases AV-Flamingo, an open audio-visual large language model designed for long, complex video understanding. It uses a three-stage curriculum and a timestamped chain-of-thought framework to handle temporal and cross-modal reasoning that trips up most models.
Emmanuel Fabrice Omgbwa Yasse AI-assisted
2026-07-28 · 5 min read

Video understanding is a solved problem only if by video you mean a five-second clip of a cat on a skateboard. The moment you ask a model to track a conversation across a ten-minute meeting recording or piece together what happened in a surveillance feed spanning several minutes, most current systems stop being useful. As Gemma 4's efficiency gains show, even efficient open models struggle past short clips.
Nvidia, in collaboration with researchers from multiple institutions, has released AV-Flamingo, a fully open audio-visual large language model that takes a different bet. Instead of optimizing for the short clips that dominate most benchmarks, the model is trained from the ground up for long, complex, real-world videos that combine audio, visuals, and temporal structure. This mirrors the approach in Alibaba's open world model for agents, which also prioritizes real-world simulators over curated data.
What makes long video hard
The core problem with long video is that it compounds every weakness of LLMs. Visual information arrives at high frame rates. Audio tracks contain overlapping speech, environmental noise, and silences. And the thing a question cares about, a specific action, a change in someone's tone, an object appearing in the background, might happen at second 3 and not get resolved until second 47. Models that work well on short clips tend to lose the thread past thirty seconds because their attention mechanisms weren't trained to span that much time. Just as Jet-Long's bifocal attention rethinks context scaling, AV-Flamingo tackles temporal compression head-on.
AV-Flamingo addresses this through three main contributions, documented in the research paper published on arXiv and linked from the project's Hugging Face page.
A dataset built for reasoning, not recognition

First is Audio-Visual-Skills, a large-scale dataset of roughly 7 million caption and question-answer training instances drawn from real-world videos. The dataset is designed to force temporal, compositional, and cross-modal reasoning, the kinds of tasks where a model has to connect something heard at one point with something seen at another. It's a deliberate break from the many video datasets that treat every frame as roughly independent and test mostly object recognition. The dataset's emphasis on reasoning over raw perception parallels how Nvidia's Nemotron data atlas highlights synthetic data as the real bottleneck for agents.
Three-stage curriculum training
The second contribution is a three-stage curriculum that gradually increases the complexity of what the model handles. Stage one focuses on short-range perception, aligning audio and visual signals over brief spans. Stage two moves to medium-length clips with simple event boundaries. Stage three pushes into long-horizon multi-event reasoning, where the model must track an entire narrative thread across minutes of footage.
This staged approach matters because jumping straight into long videos with random initialization is a recipe for incoherent outputs. The model learns to walk before it runs, and the research paper shows that each stage measurably improves performance on the next.
Chain of thought with timestamps
The third piece is Temporal Audio-Visual Interleaved Chain-of-Thought, a reasoning framework that forces the model to ground its intermediate reasoning steps to specific timestamps. Instead of producing a final answer based on a fuzzy blend of everything it saw and heard, the model has to say, in effect: at second 12 I heard this, at second 14 I saw that, therefore the answer is this.
This makes the model's outputs more interpretable and, according to the paper, improves temporal alignment, the model is less likely to conflate events that happened at different times when it has to commit to timestamps along the way. Grounding reasoning steps in time is conceptually similar to how agents in creative experiments try to keep track of chain-of-thought across long sequences.
Benchmark results against open and closed models
| Benchmark type | AV-Flamingo (open, comparable size) | Best comparable open model | Larger open/closed models |
|---|---|---|---|
| Audio-visual understanding (long video) | Leads or competitive | Trailed by clear margins | Competitive, sometimes surpasses |
| Omni-modal benchmarks | Strong | Similar | Competitive |
| Audio-only tasks | Strong | Similar | Competitive |
| Vision-only tasks | Solid | Comparable | Behind on some |
Across more than 15 benchmarks covering audio-visual, omni-modal, audio, and vision tasks, AV-Flamingo outperforms similarly sized open models by clear margins. It holds its own against much larger models, including closed ones, particularly on the long and complex video understanding tasks it was built for. The paper does not present it as the best model on every single benchmark, some specialized systems still lead on narrow vision-only tests, but on the combination of audio-visual understanding and temporal reasoning over long videos, it sets a new bar among open-weight models.
The real-world utility gap
Benchmark scores only tell part of the story. The paper emphasizes that AV-Flamingo transfers well to unseen tasks and exhibits strong real-world utility. That is a harder claim to quantify but a crucial one: many models that ace constrained benchmarks fall apart when pointed at messy, unscripted video with variable audio quality, unexpected cuts, and background noise. AV-Flamingo's training on real-world footage rather than curated clips is the key difference here. This echoes the findings in Mistral's OCR audit, where benchmark numbers didn't predict real-world robustness.
Open weight, open dataset, open future
Nvidia released the model weights, the Audio-Visual-Skills dataset, and the code on Hugging Face under the project namespace nvidia/av-skills. Researchers can reproduce the results, fine-tune on their own data, or build on the three-stage curriculum for related problems.
The release is part of a broader pattern at Nvidia of publishing capable open models alongside its closed product lines, and it puts pressure on labs that have kept their best video-understanding models behind APIs or paywalls. For practitioners who need to analyze long video with audio, meeting recordings, lecture archives, security footage, documentary collections, AV-Flamingo is now the most viable fully open option available.
Get the tech essentials in 3 minutes every morning
One email, every weekday, with what actually matters in AI and tech.