A bicycle-share depot wants one model that can look at a photo of a bent wheel and read the mechanic's typed note, then draft a shop email. They do not want a text-only chat, and they do not want a utility that only extracts printed letters from the photo. Which model type fits?
Select an answer to reveal the explanation.
Short Explanation
Think of one mechanic who looks at the bent-wheel photo and the typed note, then drafts the shop email. That is multi-modal: more than one input type. A text-only chat cannot see the photo, and OCR only lifts printed letters.
Full Explanation
Multi-modal models accept or produce more than one kind of signal in the same model, here a photo plus a note into an email. A text-only LLM cannot use the picture. OCR extracts printed characters and does not draft the shop email from both inputs. A flat-tire forecast is a classical time-series job, not this draft.