What it means
A text-only model reads and writes text. A multimodal model handles several kinds of data in a shared representation, so it can look at a photograph and describe it, read a chart and answer questions about it, watch a video, or listen to speech and respond in speech.
The technical trick is representing different media in a common space, so an image and the sentence describing it land in comparable territory. That shared representation is what allows genuine cross-modal reasoning rather than a pipeline of separate systems handing off to each other.
Most current frontier models are multimodal to some degree, and the frontier is moving toward natively multimodal training rather than bolting vision onto a text model after the fact.
Why it matters
Multimodality removes the transcription step that used to gate a huge class of real work — screenshots, scanned documents, whiteboard photos, diagrams, recorded meetings. A great deal of business information isn't text, and until recently that meant it was out of reach.
In practice
Check which modalities a model supports for input versus output — they're often asymmetric, and a model that can read images frequently cannot generate them. Also check whether images count toward your context and cost, because they do, often substantially.
Where this shows up
Tools and models in our catalog.
Gemini 3.1 ProGoogle DeepMind flagship model (Feb 2026). 94.3% GPQA Diamond (highest ever), 77.1% ARC-AGI-2, #1 on 12+ benchmarks. 1M token context, native multimodal input (text, image, video, audio), Deep Think reasoning mode. Available via Vertex AI Model Garden and Google AI Studio.
GPT-5.6OpenAI's flagship model family, generally available July 9, 2026 across ChatGPT, Codex, and the API. Three durable tiers — Sol (flagship), Terra (balanced), Luna (fastest/cheapest) — each with a ~1.05M context window, plus an ultra mode that coordinates subagents. Reports state-of-the-art Terminal-Bench 2.1 (88.8%, ultra 91.9%) and Agents' Last Exam (53.6), but all scores are vendor-reported and no SWE-bench Pro number is published (where Claude Fable 5 led the prior generation).
Claude Opus 5Anthropic's near-frontier flagship (July 2026) — close to Claude Fable 5's intelligence at half the price and number one on Artificial Analysis at launch, with token efficiency as its headline: comparable results in fewer tokens and fewer turns than Opus 4.8.