← Back to list

LLM vs LMM: Why AI is Shifting From Text to Multimodal

LLM vs LMM, in one minute

Mohit Kumar · 2026-01-24 19:01 · 0 claps · 6.1 min read
#ai #llm #finops #lmm
Open on Medium ↗
Wiki topics: LLM · Large Language Models MM · Multimodal & Generative Media AI · AI · General

LLM vs LMM: Why AI is Shifting From Text to Multimodal

LLM vs LMM, in one minute

LLM vs LMM comes down to what the model can understand as input. An LLM (Large Language Model) is primarily built for text: IT reads language and generates language. An LMM (Large Multimodal Model) — often described as a multimodal LLM — can reason across multiple inputs such as text plus images (and sometimes audio). For quick reference, see IBM’s overview of large language models and IBM’s explainer on multimodal LLMs.

The reason this matters is simple: customers don’t always describe problems in text. They show them — screenshots, dashboards, invoices, product photos, UI states. That is the real driver behind the shift from text-only AI to multimodal AI.

And there’s a second-order effect most teams discover too late: multimodal capability changes the cost model. Spend becomes more variable, forecasting gets harder, and “AI features” begin to behave like cloud infrastructure — needing governance, allocation, and continuous control.

Why multimodal is becoming the default interface

Text-only assistants were a strong first wave, but they’re blind to the evidence users actually have. Multimodal models close that gap by “seeing” what’s on a screen or in a document and reasoning about IT alongside language. Microsoft’s overview of multimodal LLMs is a straightforward definition that maps well to how product teams think about IT. Azure: What are multimodal large language models?

This shift is already visible in how vendors document product patterns. For example, Azure describes vision-enabled chat models as large multimodal models designed to analyze images and answer questions about them. Azure guidance: vision-enabled chat models

Pro Tip: Make multimodal an escalation path, not the default. Route requests through a text-first path and “upgrade” to vision/audio only when the input truly requires IT. This prevents one of the most common cost failure modes: premium multimodal usage triggered by default UI flows.

LLM vs LMM explained without jargon

An LLM is optimized for language-in/language-out tasks: summarization, drafting, coding assistance, Q&A, and structured text transformations. IBM: large language models

An LMM (multimodal LLM) can reason across text plus other modalities — commonly images and sometimes audio — enabling workflows like screenshot-based troubleshooting, visual QA, document understanding, and photo-based classification. IBM: multimodal LLMs

Practically, the shift from LLM to LMM is a shift from conversation to context. The best AI experiences are not the ones that talk more — they’re the ones that understand more with fewer turns.

Why there’s a real shift from LLMs to LMMs

1) The highest-value product context is visual

In B2B software, the truth is in dashboards, logs, invoices, screenshots, and configuration screens. Multimodal systems reduce the “translation tax” where users must describe what’s visible — and where misunderstandings multiply support cycles.

2) Multimodal enables workflows that feel like delegation

Multimodal turns “explain this” into “handle this.” That’s the difference between a chat interface and an operational assistant that can interpret a screenshot, extract meaning, and propose next actions.

3) Competitive pressure makes multimodal table stakes fast

Once customers experience screenshot-based troubleshooting or document-based reasoning in one product, they expect IT everywhere. The competitive trap is shipping multimodal without cost controls — because early growth hides volatility until finance asks why margins moved.

The part leaders miss: LMMs change the cost model

Most teams start measuring AI spend like SaaS spend: total invoice, month over month. That breaks down with multimodal because “cost per request” becomes a moving target and usage patterns can spike during launches, incidents, and seasonal demand.

Images and audio are metered differently than text

Multimodal inputs are not “free context.” Many APIs meter image inputs in token-equivalents based on dimensions/detail. For example, OpenAI’s documentation explains how image inputs are metered in tokens and why size/detail matter. OpenAI: images and vision guide

The business implication is straightforward: if your UI encourages high-resolution uploads by default, you’ve created a cost escalator that grows with adoption — often without anyone noticing until billing closes.

Variance is the enemy of forecasting

LLM spend can be forecasted reasonably well when prompts and outputs are consistent. LMM spend becomes more volatile because input payloads vary widely and workflows often involve multi-step chains (classification, retrieval, tool calls, and final synthesis). That’s great for outcomes — but harder for finance unless you measure at the workflow level.

Why this matters now: cloud growth + AI growth compounds complexity

Even without AI, cloud cost control is already a top challenge. Flexera’s 2025 State of the Cloud announcement highlights how frequently organizations cite cloud spend management as a leading concern. Flexera: 2025 State of the Cloud (cloud spend challenge)

Meanwhile, cloud spend continues to grow. Gartner forecasts worldwide public cloud end-user spending to total $723.4B in 2025. Gartner: public cloud spending forecast

Add multimodal AI workloads to an already fragmented multi-cloud reality, and you get the same leadership problem — just louder: unit economics get harder to defend when spend can’t be explained by owner, purpose, and outcomes.

A real-world example of multimodal impact

Multimodal isn’t theoretical. OpenAI documents how Be My Eyes uses GPT-4 to support visual accessibility — an example of a product that fundamentally depends on vision capabilities rather than text-only reasoning. OpenAI: Be My Eyes case study

This is the shift in a nutshell: when the product outcome depends on interpreting the real world (or a user’s visual context), multimodal becomes the enabling layer — not a “nice to have.” And as soon as visual inputs scale, cost discipline becomes part of product quality, not just finance hygiene.

The FinOps-for-AI loop that prevents “AI bill shocks”

The FinOps Foundation explicitly addresses AI cost management, noting that AI introduces new terminology and higher-cost resources, but the FinOps operating model still applies. FinOps Foundation: FinOps for AI

For business leaders, the most useful framing is a simple control loop:

Visibility → Forecasting → Optimization → Continuous control

Visibility: explain spend by workflow, not just provider

Visibility means you can answer “which feature is driving AI cost?” and “which team owns it?” — not only “which model billed us?” This is the starting point for accountability and showback.

Forecasting: connect usage to product and go-to-market

Forecasting works when it’s tied to business drivers: user growth, feature adoption, ticket volume, and concurrency. Cost is also a core design pillar in major architecture frameworks, including AWS Well-Architected: Cost Optimization, Google Cloud Architecture Framework: Cost Optimization, and Azure Well-Architected: Cost Optimization.

Optimization: reduce cost without degrading the experience

In the LMM era, optimization is not “use a smaller model everywhere.” It’s designing for the right compute at the right time.

Routing is one proven lever: send routine requests to cheaper paths and escalate only when complexity demands IT. For example, Anyscale reports that LLM routing can achieve the same performance as baselines with substantial cost reductions (up to ~70% on specific benchmarks). Anyscale: building an LLM router (cost-performance results)

For academic grounding on routing, see RouteLLM (arXiv).

Caching is another lever: prompt caching is designed to reduce repeated input token costs for recurring context. OpenAI: prompt caching guide

Continuous control: make gains stick with budgets and alerts

Continuous control is where “pilot success” turns into sustainable practice: budgets per workflow, anomaly alerts, guardrails in CI/CD, and a weekly review cadence that keeps ownership clear as products evolve.

Getting started: a 7-step plan you can execute this month

  1. Pick one multimodal workflow (support, onboarding, doc review) and define success as an outcome metric.
  2. Instrument cost per workflow alongside usage volume and latency.
  3. Default to text-first and escalate to multimodal only when needed.
  4. Apply input discipline: crop, compress, and avoid high detail unless required.
  5. Set budgets and anomaly alerts so spikes are caught early.
  6. Review weekly: top drivers, outliers, and upcoming roadmap changes.
  7. Standardize the loop: visibility → forecasting → optimization → continuous control.

Operationalizing multimodal cost control across cloud and AI

Multimodal adoption only becomes a business problem when it’s not explainable. The most effective teams treat AI spend like cloud spend: they assign ownership, measure cost per workflow, forecast usage-driven demand, and keep continuous controls in place (budgets, alerts, guardrails, and review cadence).

In our work building CloudKompas, we’ve found that the winning pattern is a single operating loop for both cloud and AI: visibility → forecasting → optimization → continuous control. Whether you use spreadsheets, native provider tools, or a dedicated cost intelligence platform, the key is to make costs attributable and actionable before volume scales.

Key takeaways

LLM vs LMM is a shift in product capability and cost variance, not just terminology.

Multimodal wins because IT matches real user behavior (screenshots, docs, voice), but IT makes forecasting harder unless you track cost per workflow.

Design multimodal as an escalation path: routing and input discipline prevent accidental premium usage at scale.

Apply the FinOps-for-AI loop — visibility, forecasting, optimization, continuous control — to reduce bill-shock risk.

Unifying cloud and AI governance keeps unit economics defensible as adoption grows.

Conclusion

The market is shifting from text-only LLM experiences to multimodal LMM experiences because products need context, not just conversation. Start small: pick one multimodal workflow, measure cost per outcome, and build the control loop before usage scales.


메타데이터
post_id
19df9c41cb05
slug
llm-vs-lmm-why-ai-is-shifting-from-text-to-multimodal-19df9c41cb05
url
https://medium.com/@mohit-cloudkompas/llm-vs-lmm-why-ai-is-shifting-from-text-to-multimodal-19df9c41cb05
canonical_url
https://medium.com/@mohit-cloudkompas/llm-vs-lmm-why-ai-is-shifting-from-text-to-multimodal-19df9c41cb05
author_url
https://medium.com/@mohit-cloudkompas
status
ok
fetched_at
2026-06-23 19:38:28