What "multimodal" really means
A modality is a kind of signal: text, images, audio, video, even structured data. A model is multimodal if it can consume more than one and reason across them.
The shortest useful definition: a multimodal model can answer a question like "in the screenshot I just attached, why is the button greyed out?" โ where the question requires looking at the image and understanding the text together.
Not every "AI that handles images" is multimodal. A pipeline that calls an OCR service, then sends the text to GPT, is not a multimodal model โ it's a multimodal system stitched from single-modality parts. The distinction matters because end-to-end models retain visual nuance (layout, colour, gesture) that text extraction throws away.
