Understanding & Analysis

Vision

Interpret and answer questions about images

Multimodal Image Intermediate Mature
Capability type
Multimodal
Modality
Image
Typical input
Image + question
Typical output
Text answer / description
Measured by
VQA accuracy

Overview

Vision capability lets a model take an image as input alongside text. Unlike classical computer vision, which classifies against a fixed label set, a vision-language model answers open-ended questions about what it sees.

How it works

An image encoder converts the picture into embeddings that are projected into the language model's token space, so the model attends over image and text together and can reason about both in one pass.

Supported AI tools

Support level is recorded per tool, so an integration is never shown as a built-in feature.

Use cases

Alt-text generation

Describe images automatically to meet accessibility requirements.

Media

Chart and screenshot reading

Extract figures and takeaways from an image of a dashboard or report.

Business

Visual quality inspection

Flag defects or inconsistencies from production-line photos.

Manufacturing

Content moderation

Screen user-uploaded images against policy before publication.

Platform

Benefits

  • Answers open questions about an image without a bespoke model.
  • Reads charts, diagrams and screenshots as well as photographs.
  • Describes images for accessibility automatically.
  • Powers visual QA and inspection without labelled training data.

Limitations

  • Precise counting and spatial relations remain weak.
  • Small text and fine detail in busy images get missed.
  • Confident descriptions of things that are not there still occur.
  • Medical and safety-critical interpretation needs a specialist model.

What to look for when choosing a tool

  • Image resolution limits and cost per image
  • Accuracy on your specific visual domain
  • Text-in-image handling if documents are involved
  • Moderation and privacy rules for uploaded photos
  • Latency at your expected request volume

FAQ

How is this different from classical computer vision?
Classical models classify against a fixed set of labels they were trained on. A vision-language model answers arbitrary questions in natural language without task-specific training.
Can it read text in images?
Yes, and for many documents it now rivals dedicated OCR. For high-volume or layout-critical document work, a purpose-built OCR engine is still more reliable.
Is it accurate enough for inspection or diagnosis?
For general triage and flagging, often. For regulated decisions in medicine or safety engineering, use a validated specialist system with a qualified human in the loop.