A bike-share kiosk team has a wireframe PNG plus a one-line user story and wants unlabeled controls called out for testing. Which model choice best fits the task?
Select an answer to reveal the explanation.
Short Explanation
When the test basis includes a picture, you need a model that can actually look at pixels and read the story together. A text-only model never sees the unlabeled buttons on the wireframe. Multimodal input is the right tool for calling those controls out.
Full Explanation
Multimodal LLMs accept more than one input type—commonly image and text—in one interaction. Spotting unlabeled controls on a wireframe requires visual input plus the story context. Text-only models cannot inspect the PNG’s content no matter how carefully the filename is typed into the prompt.