AI推理市场的专业化分化

Tomer Tunguz 博客(VC 分析)·2026-04-29 08:00·144天前·Tomasz Tunguz
AI 导读

AI推理市场正快速分化,各模态如文本、图像、视频和音频发展出独立推理技术栈。自ChatGPT发布后,NVIDIA数据中心收入三年内增长17倍,凸显市场爆发。分化根本原因在于工作负载差异:图像视频生成需高计算力,长上下文消耗更多内存,边缘设备则受功耗限制。市场按延迟分为实时、近实时和批量三层;按模态分为文本、图像视频音频;按部署分为云端和边缘。Hugging Face上已有超9万个图像生成模型,整个AI推理市场规模预计约1000亿美元,这种专业化趋势正为各细分领域创造领导者机会。

Tomer Tunguz 博客(VC 分析)
精选
57AI 编辑部评分,满分 100

AI推理市场的专业化分化

2026-04-29 08:00· 144天前· Tomasz Tunguz
AI 导读

AI推理市场正快速分化,各模态如文本、图像、视频和音频发展出独立推理技术栈。自ChatGPT发布后,NVIDIA数据中心收入三年内增长17倍,凸显市场爆发。分化根本原因在于工作负载差异:图像视频生成需高计算力,长上下文消耗更多内存,边缘设备则受功耗限制。市场按延迟分为实时、近实时和批量三层;按模态分为文本、图像视频音频;按部署分为云端和边缘。Hugging Face上已有超9万个图像生成模型,整个AI推理市场规模预计约1000亿美元,这种专业化趋势正为各细分领域创造领导者机会。

推荐理由

Tomer 把推理市场跟数据库市场做类比,碎片化的逻辑讲得很透,做 AI 基础设施的朋友能直接用来梳理自己的赛道,普通人知道这么回事就行。

The inference market is the fastest growing market in the world & it’s splitting up. Each modality is developing its own inference stack.

NVIDIA’s data center revenue was flat through 2022. Then ChatGPT launched. Three years later : 17x growth.1

NVIDIA Data Center Revenue 2020-2025

Databases did the same thing. What started as one market fragmented into relational, document, key-value, graph, time series, vector, & others. Each category reflects different workload requirements : real-time transactions vs batch analytics, ACID compliance vs eventual consistency.

The inference market is fragmenting for the same reason : workloads are different. Images & video are compute-heavy. Longer context windows demand more memory for KV cache. Edge devices have power constraints. A single architecture can’t optimize for all of them.

The model ecosystem reflects this. A few dominant LLMs with long half-lives sit alongside 90,000+ image generation models on Hugging Face, with new variants appearing daily.2 Each model type has different serving requirements, which fragments the infrastructure. Today, we see these segments :

Latency Tiers : Real-Time, Near-Real-Time, & Batch

Latency defines three distinct segments. Real-time (sub-100ms) serves voice assistants, live translation, & autonomous vehicles. Users won’t wait, so infrastructure must be geographically distributed with dedicated capacity.

Near-real-time (100ms-2s) covers chatbots, code completion, & search augmentation. Most LLM applications today operate here, where batching & queuing optimize throughput without degrading experience.

Batch (seconds to hours) handles document processing & content generation at scale. Cost efficiency matters more than speed, so workloads run during off-peak hours on spot instances.

Multimodal (Image, Video, Audio)

The bottleneck shifts. For chatbots, the problem is memory. The model holds the entire conversation in its head, & that memory grows with every turn. For image & video generation, the problem is raw compute. A single image requires 50 sequential passes through the model. Different architectures, different constraints, different infrastructure.

Edge (On-Device & On-Premise)

Privacy requirements, connectivity constraints, & latency sensitivity push inference to edge devices. Mobile phones, industrial sensors, medical devices. Apple runs a 3-billion-parameter model on-device for Apple Intelligence. Tesla runs vision models on FSD chips drawing 72 watts. Quantized models, specialized chips, & limited memory create different optimization challenges than cloud inference.

The database market produced Oracle, MongoDB, Databricks, & Snowflake. A $100B inference market3 fragmenting the same way creates room for similar winners.


  1. NVIDIA Quarterly Reports - Data center revenue grew from $3.6B (Q4 2022) to $62.3B (Q4 2025). ↩︎

  2. Hugging Face Text-to-Image Models - Over 90,000 text-to-image models hosted as of April 2026. ↩︎

  3. Grand View Research : AI Inference Market Size 2024 - Estimated at $97.24B in 2024. ↩︎

来源:Tomer Tunguz 博客(VC 分析)· tomtunguz.com