Home › Blog › Multimodality & The Great Consolidation
🧬

Multimodality & The Great Consolidation:
How AI Models Are Merging Into One

Why text, image, video, audio, and action are converging into single any-to-any foundation models — the architectures, the players, and the research race to build one model that does everything.

📝
🖼️
🎬
🎙️
🕹️
✨
FL
FrontierAGI Team
Multimodal AI Architecture Research

For a decade, AI was built modality-by-modality: a language model here, an image classifier there, a separate speech recognizer, a bolted-on captioning module stitched together with glue code. That era is ending. The frontier labs — OpenAI, Google DeepMind, Meta, and a widening circle of Chinese labs — are converging on a single bet: one model, trained jointly across text, image, audio, video, and increasingly physical action, will out-perform any collection of specialist models stitched together. This is "the Great Consolidation" — and it's rewriting how AI products get built, priced, and researched. This article explains why it's happening, how it actually works under the hood, who's ahead, and where the unresolved research problems still are.

🕰️ From Bolted-On to Born-Multimodal

The path from "caption this image with a separate model" to "one model natively perceives and generates everything" took just over a decade. Here's every landmark moment, in order:

Adapter / Bridge Era
Architecture / Research
Native Multimodal Release
Any-to-Any / Omni
🔗 Era 1 — Bridging Separate Models (2015–2020)
2015
Adapter Era 2015
Show and Tell / Neural Image Captioning
Google · CNN encoder + LSTM decoder pipeline
ApproachA CNN (trained separately for classification) feeds fixed features into an LSTM language model. Two independently-trained networks bridged at inference time.
LimitationNo joint understanding — the language model never "sees" the image directly, only a compressed feature vector. Errors compound across the bridge.
Adapter EraCaptioning
2019
Architecture Aug 2019
ViLBERT / LXMERT
Georgia Tech / UNC · Dual-stream vision-language Transformers
ApproachSeparate Transformer streams for vision and language, fused via co-attention layers. First real attempt at joint pretraining objectives across modalities.
LimitationStill architecturally "two towers." Genuinely joint reasoning across modalities remained shallow.
ArchitectureDual-Stream
🌉 Era 2 — Shared Embedding Spaces (2021)
2021
Architecture Jan 2021
CLIP ⭐
OpenAI · Contrastive image-text embedding alignment
ApproachTrains an image encoder and text encoder jointly via contrastive loss on 400M pairs — pulls matching image-text pairs together in a shared embedding space, pushes mismatches apart.
ImpactFirst model where image and text truly lived in the same mathematical space. Became the connective tissue for nearly every subsequent multimodal system — the "Rosetta Stone" that made cross-modal retrieval and grounding tractable.
ArchitectureMilestoneShared Embedding
Adapter Era Dec 2021
GLIDE
OpenAI · CLIP-guided diffusion — using the bridge for generation
ApproachUses frozen CLIP embeddings to guide a separately-trained diffusion model toward text-aligned images.
LimitationStill two separately-trained systems chained together — the generator has no deep semantic understanding, only a steering signal.
Adapter EraGeneration
🧠 Era 3 — Unified Understanding Models (2022–2023)
2022
Architecture Apr 2022
Flamingo
DeepMind · Vision encoder interleaved into a frozen language model
ApproachPerceiver Resampler compresses visual features into tokens injected via cross-attention layers inserted throughout a frozen LLM. Handles interleaved image-text sequences.
ImpactFirst model to handle arbitrary interleaved sequences of images and text with strong few-shot performance — a template for GPT-4V and beyond.
ArchitectureDeepMindCross-Attention
2023
Adapter Era Apr 2023
LLaVA
UW-Madison / Microsoft · Visual instruction tuning via a linear adapter
ApproachA frozen CLIP vision encoder projects into a frozen (then fine-tuned) LLM's embedding space through a small trainable linear/MLP adapter — remarkably effective given how little is retrained.
ImpactDemocratized multimodal LLMs — anyone could bolt vision onto an open LLM cheaply. Became the template for hundreds of open-source VLMs. But fundamentally still an adapter-bridged, not natively joint, architecture.
Adapter EraOpen SourceInfluential
Native Multimodal Sep 2023
GPT-4V(ision) ⭐
OpenAI · First frontier LLM with production-grade vision understanding
ApproachVision capability integrated into GPT-4 via joint training rather than a bolted-on adapter — image tokens participate directly in the same attention computation as text tokens.
ImpactFirst mainstream demonstration that a single frontier model could reason fluently across text and images without a visible "seam." Set the expectation that all future frontier models must be natively multimodal.
Native MultimodalOpenAIMilestone
🌐 Era 4 — Natively Multimodal Foundation Models (2023–2024)
Native Multimodal Dec 2023
Gemini 1.0 ⭐
Google DeepMind · First model "natively multimodal from the ground up"
ApproachPretrained jointly on interleaved text, image, audio, and video from the start of training — not text-first with modalities added later. A single Transformer backbone processes all modality tokens together.
ImpactExplicitly marketed as "natively multimodal" — reframed the entire industry's design target. Google's clearest architectural statement that consolidation, not composition, was the future.
Native MultimodalGoogleMilestone
2024
Architecture May 2024
Chameleon
Meta AI · Early-fusion token-based any-to-any architecture (research)
ApproachRepresents images as discrete tokens in the exact same vocabulary as text tokens — a single unified Transformer with no modality-specific towers, from tokenization all the way through the decoder.
ImpactThe cleanest published demonstration of "true" early fusion at scale — heavily influenced how the field talks about unified tokenization as the ultimate consolidation architecture.
ArchitectureMetaEarly Fusion
Any-to-Any May 2024
GPT-4o ⭐
OpenAI · "Omni" — one model natively processes and generates text, audio, and image
ApproachSingle end-to-end network trained across text, vision, and audio — no separate ASR→LLM→TTS pipeline for voice, no separate diffusion call for images. Audio-in-to-audio-out in ~320ms.
ImpactThe "o" stands for omni — the clearest branding statement yet that consolidation was the strategic bet, not a side feature. Forced every competing lab to publish a consolidation roadmap.
Any-to-AnyOpenAIMilestone
Open Source Sep 2024
Llama 3.2 (Vision)
Meta AI · Open-weight vision-language models with cross-attention adapters
ApproachAdds a vision adapter with cross-attention layers to the pretrained Llama 3 text backbone — an efficient middle ground between full early fusion and lightweight LLaVA-style adapters.
ImpactBrought credible open-weight multimodal capability to the Llama ecosystem, narrowing the open vs. closed multimodal gap.
Open SourceMetaVision
🚀 Era 5 — Omni-Modal Race (2025–2026)
2025
Any-to-Any 2025
Gemini 2.5 ⭐
Google DeepMind · Natively multimodal reasoning + native image/audio generation
ApproachExtends native multimodal pretraining with deep "thinking" reasoning traces that span modalities — the same backbone reasons about a video, generates an image, and writes code within one continuous context.
ImpactClosed much of the capability gap with GPT-4o/5 on omni-modal tasks; deep Google product integration (Search, Workspace, Android) gives it the widest real-world surface area of any omni model.
Any-to-AnyGoogleReasoning
Open Source 2025
Qwen2.5-Omni
Alibaba · Open-weight any-to-any model — text, image, audio, video in and out
ApproachUses a "Thinker-Talker" architecture — one component reasons across all input modalities, a second streams natural speech output in real time, sharing a unified backbone.
ImpactFirst fully open-weight omni model credibly competing with closed frontier labs on any-to-any tasks — gave the open-source community a genuine consolidation reference architecture.
Open SourceAlibabaOmni
Architecture 2025
Gemini Diffusion (research)
Google DeepMind · Diffusion-based language generation folded into the multimodal stack
ApproachExperimental diffusion text generation shares infrastructure with image/video diffusion components — exploring whether text and visual generation can eventually share one generative paradigm, not just one backbone.
ImpactSignals the next consolidation frontier: not just shared understanding, but a shared *generative mechanism* across all modalities.
ArchitectureResearchDiffusion
2026
Any-to-Any Early 2026
GPT-5 Unified Omni Stack
OpenAI · Consolidated reasoning + omni generation into a single served model
ApproachMerges the separated "reasoning" and "fast/omni" model lines from the GPT-4 era into one routed system that internally allocates compute per modality and task complexity.
ImpactEnds the practice of forcing developers to choose between a reasoning model and a multimodal model — a major simplification of the API surface that competitors are racing to match.
Any-to-AnyOpenAIUnification
Architecture Mid 2026
Embodied / Action Tokens Enter the Stack
Industry-wide · Robotics action sequences treated as just another modality
ApproachFrontier labs (Google DeepMind's Gemini Robotics, Physical Intelligence, others) begin tokenizing robot actions and joint-torque sequences into the same unified vocabulary as text/image/audio tokens.
ImpactMarks the beginning of consolidation extending beyond digital media into physical action — the next modality boundary to dissolve.
ArchitectureRobotics2026

📊 Why Consolidation, Why Now

70%
Reduction in inference stack complexity when replacing a 4-model pipeline with 1 omni model
~320ms
GPT-4o audio round-trip latency vs. 2–3 sec for cascaded ASR→LLM→TTS pipelines
5–8
Separate API calls a 2023 multimodal app needed vs. 1 today
3–4×
Compute efficiency gain from shared representations vs. training modality-specific models from scratch

Four forces are pulling the industry toward consolidation simultaneously:

⚙️ Engineering Pressure
Cascaded pipelines compound latency and error at every hop
Each modality-specific model needs its own serving infrastructure, monitoring, and versioning
Cross-modal context is lost at every hand-off between separate models
One model means one set of weights to align, red-team, and safety-tune
💡 Capability Pressure
Joint training lets modalities teach each other — visual grounding improves language reasoning and vice versa
A model that "hears" tone of voice while "seeing" a face reasons about emotion better than either signal alone
Users expect ChatGPT-style single interfaces, not modality-specific apps
Agentic tasks require fluid movement across modalities mid-task, not discrete API calls

🧩 A Taxonomy of Multimodality

"Multimodal" gets used loosely to describe wildly different architectures. Understanding the taxonomy is the key to reading model announcements critically — a model that can merely "look at an image" and a model that was jointly pretrained on image-audio-video-text from token one are fundamentally different engineering achievements, even if both check the "multimodal" marketing box.

By Capability Direction

👁️ Understanding-Only
🖼️
→
🤖
→
📝
Model accepts multiple input modalities but only outputs text (e.g., "describe this image," "transcribe this audio"). Most 2023-era VLMs. Simplest to build, still dominant for enterprise document/vision tasks.
🎨 Generation-Only
📝
→
🤖
→
🖼️
Text-in, single-modality-out (DALL-E, Midjourney, Sora, ElevenLabs). Deeply specialized generation quality, but not compositionally multimodal — can't reason across modalities in the same forward pass.
✨ Any-to-Any / Omni
🖼️
🎙️
→
🤖
→
🎬
📝
Arbitrary modalities in, arbitrary modalities out, all through one model (GPT-4o, Gemini 2.5, Qwen2.5-Omni). The true consolidation target — understanding and generation are the same capability, not separate systems.

By Fusion Architecture

🔗 Late Fusion (Adapter-Bridged)
🖼️
→
🔌
→
🤖
A separately pretrained encoder (e.g., frozen CLIP) is bridged into a separately pretrained LLM via a small trainable adapter (LLaVA-style). Cheap and fast to build; caps out on deep cross-modal reasoning since the backbone never learned the modality jointly.
🌉 Mid Fusion (Cross-Attention)
🖼️
⇄
🤖
Modality-specific encoders feed into a shared backbone via cross-attention layers inserted throughout the network (Flamingo, Llama 3.2 Vision). Deeper integration than adapters, but still architecturally asymmetric — text remains the "primary" modality.
🧬 Early Fusion (Unified Tokens)
🔤
All modalities are tokenized into one shared vocabulary at the input layer and processed by a single symmetric Transformer (Chameleon, Gemini's core design). No modality is privileged; the model learns cross-modal structure from the very first layer. The architectural end-state of consolidation.

How Unified Tokenization Actually Works

The hardest engineering problem in early fusion is representing fundamentally different signal types — discrete word pieces, continuous pixel grids, continuous audio waveforms — in one shared vocabulary a single Transformer can process uniformly.

📝
Text
BPE tokenizer
↘
🖼️
Image
VQ-VAE / codebook
↘
🔢
Shared Discrete
Token Vocabulary
↗
🎙️
Audio
Neural codec (Mimi)
↗
🎬
Video
Spatio-temporal patches

Each modality gets its own tokenizer (a VQ-VAE codebook for images, a neural audio codec for speech, spatio-temporal patch embeddings for video) — but critically, all of them map into one shared discrete or continuous vocabulary that the same Transformer layers process identically, regardless of what modality a given token originally came from. This is what "early fusion" means in practice: the model doesn't have an "image brain" and a "text brain" — it has one brain that has learned to read many alphabets.

🗂️ The Model Landscape

Here's how the frontier models actually stack up on consolidation — what's genuinely unified versus what's still composed of specialist parts under a shared brand:

Model Company Modalities In Modalities Out Fusion Type Access
GPT-4o / GPT-5 OpenAI Text, Image, Audio Text, Image, Audio Any-to-Any API / ChatGPT
Gemini 2.5 Google DeepMind Text, Image, Audio, Video Text, Image, Audio Native Gemini API / Vertex AI
Claude (Sonnet/Opus) Anthropic Text, Image, Documents Text (+ Computer Use actions) Native API / Claude.ai
Qwen2.5-Omni Alibaba Text, Image, Audio, Video Text, Audio (streaming speech) Any-to-Any Open Source
Chameleon Meta AI (research) Text, Image Text, Image Early Fusion Research release
Llama 4 Meta AI Text, Image, Video Text Native (MoE) Open Source
Grok (xAI) xAI Text, Image Text, Image Mid Fusion API / X Premium
LLaVA-NeXT / LLaVA-OneVision Community Text, Image, Video Text Adapter-Bridged Open Source
Moshi Kyutai Audio, Text Audio, Text Any-to-Any Open Source
CogVLM2 / CogVideoLLM Zhipu AI (Tsinghua) Text, Image, Video Text Mid Fusion Open Source
Gemini Robotics Google DeepMind Text, Image, Video Text, Robot Actions Embodied Any-to-Any Research / Enterprise

⚙️ How Consolidated Models Are Actually Built

Building a genuinely unified model requires solving four distinct engineering problems that don't exist when training single-modality models.

1. Balanced Multimodal Pretraining

Naively mixing training data (e.g., 90% text, 8% image, 2% audio) causes the model to become "text-dominant" — it under-learns rarer modalities. Frontier labs use careful data-mixture curricula, sometimes up-weighting rare modalities early in training and annealing toward the target ratio, plus modality-balanced loss weighting so gradient updates aren't swamped by whichever modality has the most tokens.

2. Mixture-of-Modality-Experts (MoE Routing)

Rather than every token flowing through identical dense feedforward layers, some architectures (Llama 4's MoE design, rumored components of Gemini) route tokens through different expert sub-networks depending on the input modality — letting the model specialize computation per modality while still sharing the attention mechanism and overall context. This gets some of early fusion's benefits with better compute efficiency than a fully dense shared backbone.

🔤
Unified Tokens
Text + Image + Audio
👁️
Shared Attention
Cross-modal context
🧠
Modality Experts
MoE routing (optional)
🎯
Task Head
Per-modality decoder
✨
Any-Modality Out
Text / Image / Audio

3. Generative Decoding Across Modalities

Understanding is architecturally easier than generation — feeding an image in for the model to reason about doesn't require the model to invert its representation back into pixels. Generation requires the backbone to drive a modality-specific decoder (a diffusion head for images, a codec decoder for audio) while remaining coherent with everything the model has reasoned about in-context. This is why "any-to-any" generation lagged "any-to-text" understanding by roughly two years across the industry.

4. Preventing Catastrophic Interference

Jointly training on many modalities risks each new modality degrading performance on the others — a phenomenon directly analogous to catastrophic forgetting in continual learning. Labs mitigate this with careful learning-rate schedules per modality, replay of earlier-modality data throughout training, and architectural isolation (like MoE) that gives each modality dedicated capacity even within a shared backbone.

🏢 Major Players & Their Consolidation Strategy

OpenAI
Any-to-Any, Product-First
GPT-4o GPT-5 Sora (converging)
First to brand "omni" explicitly and ship it broadly via ChatGPT. Strategy: consolidate the reasoning and multimodal product lines into a single routed model so developers never choose between "smart" and "sees/hears."
Google DeepMind
Native-From-Pretraining
Gemini 2.5 Gemini Robotics Gemini Diffusion
Was first to claim "natively multimodal from the ground up" rather than added later. Uniquely positioned to extend consolidation into embodied robotics given DeepMind's parallel robotics research arm — furthest along the physical-action frontier.
Anthropic
Selective, Safety-Weighted Consolidation
Claude (vision) Computer Use
Deliberately more conservative — strong vision understanding and "Computer Use" (treating screen/mouse/keyboard as an output modality) but has not shipped native image/audio generation, citing safety and focus tradeoffs over feature parity.
Meta AI
Open Research + MoE Scaling
Chameleon Llama 4 Movie Gen
Publishes the clearest open research on early-fusion architecture (Chameleon) while shipping MoE-based multimodal capability in Llama 4 — gives the open ecosystem a credible consolidation reference to build on.
Alibaba (Qwen)
Open-Weight Any-to-Any Leader
Qwen2.5-Omni Qwen-VL
The strongest fully open-weight any-to-any model as of 2026 — its Thinker-Talker architecture is widely studied and forked. Positions China's open ecosystem as a genuine consolidation competitor, not a fast-follower.
xAI
Fast-Follower
Grok Grok Vision
Vision and image generation integrated via mid-fusion into the Grok line, with real-time X platform data as a distribution advantage. Consolidation strategy prioritizes speed-to-ship over architectural purity.
Kyutai
Open Full-Duplex Specialist
Moshi
Non-profit lab proving that genuine any-to-any (audio-text) consolidation doesn't require a closed frontier lab's resources — fully open weights, a critical open counterweight in the consolidation race.
Zhipu AI / DeepSeek
Chinese Open Ecosystem
CogVLM2 DeepSeek-VL
Rapidly iterating open vision-language models, generally mid-fusion architectures. Compute-efficient training techniques are helping close the consolidation gap with US labs faster than in text-only LLMs.

🚀 Startups & Funding in Multimodal Infrastructure

Unlike the image/video and voice categories, few startups compete to build frontier omni-models directly — that requires frontier-lab-scale compute. Instead, the multimodal startup opportunity concentrates in infrastructure, evaluation, and vertical application layers built on top of the frontier omni-models.

Hugging Face
$235M
Series D · 2023 · Valuation $4.5B
Salesforce Ventures, Google, Amazon, NVIDIA
Reka AI
$60M
Series A · 2024 · Valuation ~$1B
DST Global, Radical Ventures, Snowflake Ventures
Twelve Labs
$50M
Series A · 2024
NVIDIA, Intel Capital, Radical Ventures
Contextual AI
$80M
Series A · 2024 · Valuation ~$500M
Greylock, Bain Capital Ventures
Adept AI
$415M
Series B · 2023 (acqui-hired by Amazon 2024)
General Catalyst, Spark Capital
Physical Intelligence
$400M
Series A · 2024 · Valuation $2.4B
OpenAI, Jeff Bezos, Thrive Capital
Skild AI
$300M
Series A · 2024 · Valuation $1.5B
SoftBank, Coatue, Jeff Bezos
LlamaIndex
$19M
Series A · 2024
Greylock, Norwest Venture Partners

Investor thesis patterns: Twelve Labs and Reka target the "multimodal retrieval/search" layer — indexing video and audio the way text search was indexed a decade ago. Physical Intelligence and Skild AI represent the embodied/robotics extension of consolidation, both backed heavily by frontier-lab-adjacent capital (OpenAI directly invested in Physical Intelligence) — a signal that labs see robotics as the next modality to fold in, not a separate category. Adept's acqui-hire by Amazon shows how quickly "multimodal agent" startups get absorbed once frontier labs ship equivalent native capability.

📐 How Consolidation Is Measured

Benchmarking a genuinely unified model is harder than benchmarking a specialist — you need to test not just per-modality competence, but whether cross-modal reasoning is actually happening, or whether the model is secretly still solving each modality independently.

Understanding Benchmarks
MMMU
Gemini
MMBench
GPT-4o
Video-MME
Gemini
AudioBench
Qwen-Omni
Cross-Modal & Any-to-Any
OmniBench
GPT-4o
MM-Vet v2
Gemini
MEGA-Bench
Claude
Speech-to-Speech Latency
GPT-4o
Key Metrics Explained

MMMU — Massive Multi-discipline Multimodal Understanding: college-level exam questions requiring joint image+text reasoning across 30 subjects.

OmniBench — Specifically tests whether a model can reason jointly over visual, audio, and text inputs simultaneously in one prompt — the truest test of fusion depth, not just per-modality accuracy.

Video-MME — Long-form video understanding requiring temporal reasoning across minutes of footage, not single frames.

Cross-modal consistency tests — Ask the same question through different modalities (describe vs. show) and check for contradictory answers — reveals whether modalities are truly fused or independently processed.

🔨 How to Build a Multimodal Foundation Model

Full frontier-scale omni-model pretraining is only realistic for a handful of labs with billions in compute. But understanding the pipeline — and knowing which steps are viable to replicate at startup scale via fine-tuning — is essential for anyone building multimodal products.

1. Choose Your Consolidation Target

Decide explicitly: understanding-only (bolt vision onto an existing LLM), generation-only (specialist diffusion/TTS model), or true any-to-any (requires joint pretraining or a strong open any-to-any base like Qwen2.5-Omni to fine-tune). Most startups should fine-tune an open omni model rather than pretrain — full early-fusion pretraining from scratch costs $50–500M+.

2. Select or Train Per-Modality Tokenizers

Image: reuse a VQ-VAE/VQGAN codebook (or continuous ViT patch embeddings for encoder-only understanding tasks). Audio: reuse a neural codec (EnCodec, Mimi, DAC). Video: spatio-temporal patch tokenization, often built on the image tokenizer applied per-frame plus temporal downsampling.

3. Design the Fusion Point

For fast, cheap results: adapter-bridge a frozen vision/audio encoder into an existing open LLM (LLaVA-style — days of compute, not months). For deeper capability: cross-attention fusion layers throughout the backbone (Flamingo-style). For frontier capability: early fusion with a shared token vocabulary trained end-to-end from scratch — reserved for labs with the largest budgets.

4. Curate a Balanced Multimodal Corpus

Interleaved image-text web documents (not just image-caption pairs — real documents with images embedded in context), paired audio-transcript corpora, video-caption-transcript triples. Balance modality ratios deliberately; naive proportional mixing under-trains rare modalities. Aim for genuine interleaving, not modality-siloed batches.

5. Joint Pretraining with Modality-Balanced Loss

Weight the loss per modality so gradient signal isn't dominated by whichever modality has the most tokens per batch. Use curriculum learning — some labs start text-heavy and gradually increase non-text modality weight as the backbone stabilizes, reducing catastrophic interference risk.

6. Add Generative Decode Heads

For image generation: attach a diffusion or VQ-token autoregressive decoder conditioned on the backbone's hidden states. For audio: attach a codec decoder. These heads can be trained jointly with the backbone (higher quality, much more expensive) or trained separately and attached post-hoc (cheaper, some quality loss at the seam).

7. Instruction-Tune Across Modality Combinations

Fine-tune on instruction data that spans modality combinations the base pretraining might under-represent: "describe this image in the style of this audio clip," "generate an image matching this video's final frame." This is where genuine any-to-any competence, not just per-modality competence, gets trained in.

8. Cross-Modal Alignment Evaluation

Beyond per-modality benchmarks, explicitly test whether the model gives consistent answers when the same question is posed through different modalities — a critical sign of true fusion versus modality-siloed processing masquerading as unification.

9. Safety-Tune Per Modality-Combination

Multimodal jailbreaks often exploit modality mismatches (e.g., harmful text hidden in an image, or a benign-looking image paired with a harmful audio instruction). Red-team explicitly across modality combinations, not just within each modality independently — this is a distinct and under-addressed safety surface.

10. Optimize Serving for Mixed-Modality Requests

Production serving must handle variable-length, variable-modality-mix requests efficiently — batching a text-only request with an audio+image request requires careful scheduling. Quantize modality-specific decode heads separately since they often have different precision sensitivity than the shared backbone.

💰 Monetization: How Consolidation Changes Pricing

🎫
Unified Token Pricing
One per-token price schedule spans all modalities in/out, replacing separate per-API pricing for vision, audio, and text calls.
GPT-4o: single $/1M token rate applies whether tokens are text, image-patch, or audio
📸
Modality-Weighted Tokens
Non-text modalities are converted to an equivalent token count (e.g., an image = ~1,000–1,500 tokens depending on resolution) and billed at the unified rate.
Gemini: images/video/audio all decompose into a token-equivalent count for billing
📦
Bundled Subscription
Consumer tiers bundle unlimited-feeling access across all modalities rather than metering each capability separately — simplifies the buying decision.
ChatGPT Plus/Pro: image gen, voice mode, and vision included, not separately billed
🏢
Enterprise Platform Licensing
Large contracts license the full omni-capability platform rather than negotiating separate vendor contracts for vision, speech, and text tools.
Vertex AI / Azure AI Foundry: one contract spans the entire Gemini/GPT modality suite
⚡
Compute-Tiered Routing
Pricing increasingly reflects internal routing decisions (fast vs. reasoning-heavy path) rather than which modality was used — reflecting unified backbones that allocate compute dynamically.
GPT-5's unified model routes internally; developers no longer choose "mini" vs "vision" endpoints
🧩
Infra/Tooling Layer
Startups monetize the layer above frontier omni-models: multimodal search/retrieval, evaluation, fine-tuning tooling, and vertical workflow integration.
Twelve Labs: video search API · Reka: enterprise multimodal deployment

The strategic shift: consolidation collapses vendor lock-in risk from "many single-purpose vendors" to "one or two omni-model providers" — which is precisely why the frontier labs are racing to consolidate first. Whoever ships the best any-to-any model captures the entire multimodal spend that used to be split six ways across specialist vendors. This is also why open-weight omni models (Qwen2.5-Omni, Moshi) matter disproportionately: they're the only check against full vendor lock-in at the consolidated layer.

🔬 Open Research Frontiers

🧬
True Early Fusion at Frontier Scale
Chameleon proved early fusion works at research scale, but no lab has published a frontier-scale (GPT-4-class) model trained with pure early fusion from token one. Whether it will outperform hybrid architectures at the largest scales remains an open empirical question.
⚖️
Catastrophic Interference at Scale
As more modalities get added, does joint training continue to help each modality, or does capacity competition eventually cause each modality to underperform a dedicated specialist? No lab has publicly answered this beyond 4–5 modalities.
🕹️
Action as a Modality
Tokenizing continuous robot joint-torque sequences into the same discrete vocabulary as text/image/audio is far harder than it sounds — action spaces are continuous, high-frequency, and safety-critical in ways language and pixels are not. Gemini Robotics and Physical Intelligence are the leading edge here.
🌀
Unified Generative Mechanism
Today's omni models still generate text autoregressively and images via diffusion — two different generative paradigms sharing one backbone. Gemini Diffusion research explores whether one generative mechanism (likely diffusion-based) could eventually span all modalities including text.
🔍
Interpretability of Fused Representations
Mechanistic interpretability techniques developed for text-only models don't cleanly transfer to shared multimodal representations — understanding what a "fused" neuron actually represents across modalities is an emerging and largely unsolved subfield.
🛡️
Cross-Modal Jailbreaks
Adversarial attacks that exploit the seams between modalities (harmful instructions encoded in image pixels, audio steganography) are a fast-growing and under-studied attack surface unique to consolidated models — safety research here lags capability research significantly.
🌍
World Models as Ultimate Consolidation
The end-state some researchers argue toward: a model that doesn't just process modalities but has learned a coherent internal model of physical reality — where vision, audio, language, and action are simply different "views" onto one learned world model (Genie 2, World Labs, related research).
📉
Efficient Consolidation for Small Models
Frontier labs can afford dense early-fusion training; can consolidation benefits be distilled or replicated efficiently in smaller, edge-deployable models? Early work on distilling omni-capability into sub-10B models is nascent but critical for on-device multimodal AI.

🌐 Applications Unlocked by Consolidation

🤖
General-Purpose Agents
Agents that see a screen, hear instructions, and act — all in one model, without cascading separate perception/action systems.
📞
Live Multimodal Support
Customer support that sees a shared screen, hears the caller's tone, and responds by voice — one continuous model handling all three.
🎨
Unified Creative Tools
Single interfaces where you can describe, sketch, speak, and edit within one continuous creative session rather than switching apps per modality.
🏥
Clinical Decision Support
Models that jointly reason over medical imaging, clinician's spoken notes, and patient history text in one integrated assessment.
🦾
Embodied Robotics
Robots that perceive their environment and plan physical actions within the same model that understands natural language instructions.
🚗
Autonomous Systems
Self-driving and drone systems that unify camera, lidar, and audio perception with driving-action generation in one consolidated stack.
📚
Multimodal Document Intelligence
Enterprise document processing that jointly understands text, embedded charts/images, and layout in one pass rather than separate OCR + vision + NLP pipelines.
🎮
Interactive World Simulation
Game and simulation engines where a single model generates visuals, sound, and responds to player action coherently in real time.
🔍
Cross-Modal Search & Retrieval
Search that finds video moments from a text query, or finds documents from a photo — enabled by shared embedding spaces across modalities.
♿
Accessibility
One assistant that can describe a scene, read text aloud, and respond to spoken questions about visual content in a continuous interaction.
🛰️
Scientific & Geospatial Analysis
Models that jointly reason over satellite imagery, sensor time-series, and scientific text for climate, agriculture, and disaster-response applications.
🎬
Automated Content Production
Full production pipelines — script, storyboard visuals, voiceover, and video — generated coherently by one model understanding the whole creative intent.

⚖️ The Verdict: Is Full Consolidation Inevitable?

🎯 Our Take

Consolidation at the understanding layer is essentially settled — every frontier lab agrees a model should natively perceive text, images, audio, and video without bolted-on adapters, and the remaining gap between labs is execution quality, not architectural philosophy. That race is over.

Consolidation at the generation layer is still contested. Full any-to-any generation (GPT-4o, Gemini, Qwen-Omni) demonstrably works, but dedicated specialist models (Midjourney for images, ElevenLabs for voice, Runway for video) still out-perform the generation quality of any omni model on their home turf as of 2026 — sometimes by a wide margin. Specialist models win on peak quality per modality; omni models win on latency, cost, and cross-modal coherence. Expect this tension to persist for years, not resolve cleanly.

The most likely 2027–2028 outcome: a two-tier market. Omni models become the default for agentic, latency-sensitive, and cross-modal-reasoning use cases — the "operating system" layer. Specialist models persist as premium, quality-maximizing options accessed as tools by the omni models themselves (an omni agent that calls a specialist image generator when quality matters more than speed), rather than as standalone destinations. Consolidation doesn't eliminate specialists — it demotes them from products to components.

The genuinely open question isn't whether consolidation continues — it's how far past digital media it extends. Folding robot action tokens into the same vocabulary as text and pixels is a categorically harder problem than folding in audio was, and it's where the real research frontier now sits.