Concept Library
Working with AI

What is Vision (Multimodal AI)?

Illustration of vision in AI: a model taking an image such as a photo, chart, or scanned document and interpreting what it shows alongside text.

Vision is the ability of an AI model to see and understand images, not just read text. A model with vision can take a picture, a screenshot, a chart, a scanned document, and interpret it: describe what is in it, answer questions about it, pull out the text, or reason about what it shows. It is part of a broader shift toward multimodal AI, models that work with more than one kind of input.

For a long time, AI systems handled either text or images, in separate tools. Vision means one model can do both together, which turns out to unlock a great deal.

The problem it solves

An enormous amount of the world’s information is visual: photographs, diagrams, forms, product shots, user interfaces, handwritten notes. A text-only model is blind to all of it. To use any of that information, someone first had to convert it into text by hand, or build a separate specialized system just to process images.

Vision closes that gap. A model that can look at an image directly can work with the visual world as it is, no manual transcription, no separate pipeline. That means describing a photo, reading a receipt, interpreting a chart, or checking a screenshot all become things one model can do, in the same conversation as everything else.

How it works

The elegant part is that vision reuses the same machinery that makes language models work, extended to pictures.

Images are turned into a form the model can process. Just as text is converted into numbers the model can work with, an image is passed through a component that turns it into a numerical representation, capturing what the image contains in a form the model can reason over. The picture becomes, in effect, another kind of input the model can attend to alongside words.

Understanding text and images together. Because both end up in a shared representation, the model can reason across them at once: answer a question (text) about a photo (image), or explain a diagram in words. The two modalities are handled together rather than bolted on as separate steps, which is what makes the interaction feel seamless.

The same limits still apply. Vision does not make a model infallible. The same tendency toward plausible-but-wrong output carries over: a model can misread an image or confidently describe something that is not there, and asked twice about the same picture it may answer differently. As with text, vision is best treated as a capable first pass to be verified, not a final authority, especially when the stakes are high.

One of the most important uses of vision is giving agents eyes. An agent that can only read text is limited to structured data and text interfaces. One that can see a screen can recognize buttons and menus and interact with almost any software, which is exactly what makes capabilities like operating a computer possible.

A concrete example

Imagine handing a model a photo of a nutrition label and asking, “how much sugar is in one serving?”

A text-only model cannot help unless you first type out the label yourself. A vision-capable model reads the image directly, finds the relevant line, and answers, one step, no transcription. Point it at a messy handwritten note, a chart, or a screenshot of an error message, and the same ability applies.

How it connects

Vision extends what an LLM can take in, and it works through the same idea as embeddings, turning input into a numerical representation the model can reason over. It is the perception that makes computer use possible and gives an agent the ability to work with screens and images.

For the roles, it widens what is buildable. An AI/LLM Developer sends images to a model much like text, an AI Solutions Architect designs systems that combine visual and textual inputs, and an AI Product Manager spots where seeing, not just reading, unlocks a product.