Video generation is where the action is in 2026. The image models have largely converged, they are all latent MM-DiTs trained on similar data with similar techniques, and the quality differences between FLUX, Nano Banana Pro, Ideogram 3, and Recraft V3 are real but increasingly marginal. Video is different. The architectural problems are harder, the compute costs are an order of magnitude higher, the field is younger, and the labs have made meaningfully different choices. Watching the major video models compete is the most interesting story in generative AI right now.
As we walk through these models, keep two things in mind from the foundations. First: video is fundamentally about adding the temporal dimension to a model that already understands space, and the approaches differ in how seriously they take that dimension. The labs that built their models from scratch with full spatiotemporal attention (Sora, Veo, Kling) are producing dramatically more coherent results than the labs that bolted temporal layers onto existing image models. Second: the 3D Variational Autoencoder (VAE), the autoencoder that compresses video into a manageable latent, is the foundation. Every major lab guards their VAE implementation as a competitive advantage.
The same framing applies here as in the image part. These video chapters go deep on the frontier models, which are genuinely where the hardest engineering lives. But the finished work almost never comes from a model alone; it comes from a pipeline that adds consistency, audio, editing, and distribution on top. Hold the stack in mind as you read.
A note before we start. Sora was the moment generative video went from research curiosity to international news, and it was treated as the defining model in the field for most of 2024 and 2025. On March 24, 2026, OpenAI announced that Sora is being discontinued, with web and app access ending April 26 and API access ending September 24. The most-hyped video model in the history of generative AI is now either shutting down or already gone. The rest of this section tells the story chronologically anyway, because (a) everything the Sora team built is still worth understanding, (b) the architectural ideas they pioneered live on in Veo, Kling, Seedance, and Wan, and (c) the shutdown itself is one of the most strategically revealing events in the history of the field. The company no longer exists as a flagship video product, but the technical legacy does, and so does the lesson about what killed it.
February 15, 2024, the moment everything changed
On February 15, 2024, OpenAI published a blog post and a small set of demonstration videos for a new model called Sora. The videos were stunning. Photorealistic, sixty seconds long, with coherent motion, plausible physics, and complex scenes that no previous model had come close to producing. There were tracking shots through Tokyo streets that looked like they had been filmed by a Steadicam operator. There was a woman walking in front of a neon-lit storefront with reflections in puddles. There was a paper airplane gliding through a forest. The internet exploded. Within hours, people who had been confidently saying that AI video was years away from being usable were having to rewrite their predictions.
Sora was led by a team that included two researchers named Tim Brooks and William Peebles. Peebles, as we discussed in the transformer chapter, was the same Berkeley graduate student whose Diffusion Transformer paper had been rejected from CVPR 2023 for 'lack of novelty.' He had joined OpenAI shortly after publishing the paper, and within fifteen months he was leading the team that built the world's most discussed video model on top of his own architecture. The technical report OpenAI released alongside Sora was titled 'Video generation models as world simulators,' and it described Sora as 'a diffusion model that operates on spacetime patches of video and image latent codes', which is to say, exactly the architecture from the Peebles paper, extended to handle video by treating time as a third dimension to be patched and attended over.
Sora's first version was technically a research preview. OpenAI did not release it publicly for nearly a year. There was a long period of restricted access for safety testing, red-teaming, content moderation development, and the various other concerns OpenAI takes seriously. The first wide public release came in December 2024 for ChatGPT Plus and Pro subscribers in the US and Canada. The model people actually got to use was meaningfully smaller than the demo version that had been previewed in February, apparently for cost and latency reasons, and the quality, while still impressive, did not match the cherry-picked demo clips. This is a recurring theme in generative video: the demos are always better than the production model because the demos are selected, and the production model has to balance quality against the cost of serving millions of users.
Sora 2 (September 2025)
Sora 2 launched on September 30, 2025). This was a major upgrade. Audio was the headline feature, Sora 2 generates synchronized audio along with the video, in the same diffusion process, including dialogue with proper lip sync, sound effects timed to actions, and ambient noise that matches the scene. The visual quality also improved significantly. The model generates clips from 10 to 25 seconds long at resolutions up to 1792x1024 in the Pro tier.
Architecturally, Sora 2 is described as a Multimodal Diffusion Transformer that processes text, images, and audio inputs in parallel streams, with separate transformer paths for each modality joined by attention layers. This is essentially the Multimodal Diffusion Transformer (MM-Diffusion Transformer (DiT)) pattern from the image side, extended to include audio as a third modality. The training data presumably includes massive volumes of video with paired audio tracks (YouTube, presumably, and similar sources). The fact that OpenAI got this working at scale is technically impressive, joint audio-video generation requires that the model learn the implicit physics of how things sound, which is a much harder problem than learning how they look.
Sora 2 is offered through three channels: a standalone iOS app called the Sora app (which also has social features, you can share your generations and remix others'), the web interface at sora.com, and the OpenAI Application Programming Interface (API). Pricing tiers are: ChatGPT Plus at $20/month for limited access, ChatGPT Pro at $200/month for full Sora 2 Pro access with the longest durations and highest resolutions, and per-generation API access for developers.
The shutdown announcement
Here is a piece of news that surprised the field. On March 24, 2026, OpenAI announced that the Sora app and API would be shutting down. The app is scheduled to shut down on April 26, 2026, and the API on September 24, 2026. The official messaging has been somewhat opaque, but the implication is that OpenAI is restructuring how it offers video generation, possibly folding it into a broader multimodal product within ChatGPT, possibly stepping back from competing in standalone video generation entirely. By mid-2026 the Sora app has gone dark, with the API set to follow in September.
This is a remarkable turn for what was, eighteen months ago, the most-hyped product in generative AI. The most likely interpretation is that OpenAI looked at the unit economics of running a video generation service against well-funded competitors (Google's Veo, Kuaishou's Kling, MiniMax's Hailuo) and decided the strategic position was not strong enough. Generating video is expensive, the competition is intense, and OpenAI's strategic priority appears to be its language model business. Whatever the reason, by the time this document is being read, Sora may already be unavailable, and the Sora team's ideas will have to live on through the architectures they pioneered rather than through the product itself.
Lesson for understanding the field: even the labs that pioneered an entire architectural approach can be unable to sustain a product business in it. Video generation is brutal economically. The compute costs are enormous, the user expectations are high, and the competition is fierce. Expect more shakeouts in the next year as labs decide whether they can afford to keep running these services.
The team, and where Sora came from
Sora came out of a small research group at OpenAI led by Tim Brooks and Bill Peebles, both freshly minted PhDs who had done their doctoral work at Berkeley. The important detail is Peebles. Before OpenAI, he and Saining Xie wrote the 2022 paper that introduced the Diffusion Transformer, or DiT, which replaced the convolutional U-Net at the heart of a diffusion model with a plain transformer operating over patches. That paper is the architectural seed Sora grew from, and, as it turned out, the seed almost every serious video model grew from. Sora was not a lucky product built on borrowed research. It was the same people shipping the thing their own paper predicted.
The name is a small tell about the ambition. Sora is the Japanese word for sky, chosen to evoke open, limitless creative potential. OpenAI revealed it on February 15, 2024 with no waitlist you could join and no product you could touch, just a technical report and a reel of clips that were dramatically more coherent and longer than anything the public had seen. It functioned less like a launch and more like a flag planted: this is where video is going, and we got here first.
The world-simulator thesis, honestly read
The Sora technical report was not titled after a product. It was titled Video generation models as world simulators, and that framing is the whole thesis. The mechanism is worth understanding because the entire field copied it. Sora chops a video into spacetime patches, small blocks that span a little area of the frame across a little slice of time, and treats those patches the way a language model treats tokens. A transformer is then trained to denoise them. Because patches are a uniform currency, the same model can absorb clips of different resolutions, aspect ratios, and durations, and OpenAI's bet was that if you simply scaled this recipe with enough data and compute, an implicit model of how the physical world behaves would emerge as a side effect of learning to predict pixels.
Part of that bet paid off and part of it was a fundraising narrative wearing a lab coat. What genuinely emerged with scale was striking: a rough sense of object permanence, of three-dimensional consistency as the camera moved, of one action leaving a plausible consequence in the next moment. What did not reliably emerge was physics. Objects still morphed, limbs multiplied, liquids and rigid bodies violated conservation, and cause and effect broke under any real stress. Sora was a spectacular renderer of how the world tends to look and a shaky predictor of how it actually works, and the gap between those two things is exactly where the honest reading of the world-simulator claim lives.
What it was good and bad at
At the two moments Sora mattered, it was genuinely ahead. In February 2024 nothing else came close on coherence and clip length, and the reveal reset everyone's sense of what was possible. In September 2025, Sora 2 landed a real technical jump: natively generated, synchronized audio rather than dubbed sound, noticeably better physical plausibility, and Cameos, a consent-based feature that let you drop a verified likeness of yourself or a friend into a scene. It shipped alongside a standalone, invite-driven social app that briefly became the most talked-about thing in consumer AI.
The weaknesses are the reason the story ends the way it does. Sora was never the cheapest or the most controllable, and by the time competitors caught the recipe it was rarely the best on independent leaderboards, trailing Google's Veo line and the strongest Chinese models on quality and prompt adherence through late 2025 and 2026. It carried the highest compute burden in the category, it drew sharp objections over mimicking living artists and studio styles, and the social app that was supposed to be its moat never converted novelty into retention. People came to see the trick, made a few clips of themselves, and left.
Why it really ended, and what it leaves behind
The shutdown is best understood as an economics decision, not a technology failure. Running a free-to-cheap consumer video app on frontier models is brutally expensive, with reported compute on the order of a million dollars a day, and the usage curve went the wrong way: an early peak around a million users that then drifted below half that as the novelty wore off. Set a burn like that against a user base that is shrinking, inside a company whose actual mission is artificial general intelligence, and the internal argument writes itself. OpenAI chose to pull the researchers and the compute back toward world models as a research program rather than keep subsidizing a social feed of talking cameos.
So the app went dark and the API was put on a clock, but the ideas did not die, they relocated. The world-simulator thesis is now being pursued as serious research inside the big labs, including by the very people who started it, and the DiT plus patches architecture is the water every video model swims in. Sora's other legacy is cultural. It was the moment Hollywood stopped treating generative video as a toy: a major studio expansion was reportedly paused after leadership saw what was coming, artists and studios pushed back hard on style imitation, and the fragility of provenance was exposed when third-party tools stripped Sora's visible watermark within about a week of release. Sora is the rare product that failed as a business and still moved the entire field, set the technical template, and forced the culture to take the medium seriously.