# What is a vision-language model (VLM)? — QANATONE

> A VLM is an AI model that understands images and text together. It can describe a photo or read and interpret the amounts on an invoice.

Kaynak: https://www.qanatone.com/en/nedir/vlm-nedir/

---

[Explainers](https://www.qanatone.com/en/nedir/)

# What is a vision-language model (VLM)?

15 Sep 2026 2 min read Model Type · VLM

A VLM is an AI model that understands images and text together. It can describe a photo or read and interpret the amounts on an invoice.

## What is a VLM?

A vision-language model takes both images and text as input and usually produces text as output. When you photograph a sign and ask "what does this say, translate it into English", or upload a product photo and ask "which model is this?", you are using a VLM.

The image capable versions of current assistants such as GPT-4o, Gemini and Claude belong to this category, and there are open source examples such as LLaVA and Qwen-VL.

## How does it work?

A VLM usually has two main parts. A vision encoder cuts the image into small patches and turns each patch into [vectors](https://www.qanatone.com/en/nedir/embedding-nedir/) the model can work with. These vectors are placed in the same sequence as the text [tokens](https://www.qanatone.com/en/nedir/token-nedir/), and a [language model](https://www.qanatone.com/en/nedir/buyuk-dil-modelleri-nedir/) processes them together. That lets the model connect "the chart in the top left corner" with a word in your question.

## Where are VLMs used?

- Document reading: extracting data from invoices, receipts, IDs and handwritten forms.

- E-commerce: writing descriptions and tags from product photos, searching by image.

- Customer support: interpreting a photo of a fault sent by a customer.

- Accessibility: describing surroundings and images to blind and low vision users.

- Quality control: spotting defective products on a production line from images.

## Limits

VLMs can [hallucinate](https://www.qanatone.com/en/nedir/halusinasyon-nedir/) too: they may "see" an object that is not in the photo or misread small text. Counting objects and giving their exact positions are still weak spots. For jobs that need an object cut out of an image precisely at pixel level, specialised models such as [SAM](https://www.qanatone.com/en/nedir/sam-nedir/) are a better fit.

## More articles

[Prompting · Zero-shot ### What is zero-shot prompting? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/zero-shot-nedir/)[Core Concept · LLM ### What are large language models (LLMs) and how do they work? 12 Sep 2026 · 6 min](https://www.qanatone.com/en/nedir/buyuk-dil-modelleri-nedir/)[Architecture · RAG ### What is RAG (retrieval-augmented generation)? 12 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/rag-nedir/)[Core Concept · AI ### What is artificial intelligence and how does it work? 12 Sep 2026 · 5 min](https://www.qanatone.com/en/nedir/yapay-zeka-nedir/)[QANATONE · Brand ### What is a qanat? The water channel behind our name 23 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/qanat-nedir/)[Applications · AI Agent ### What is an AI agent? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/ai-agent-nedir/)[Architecture · Memory ### What is memory in AI assistants and agents? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/ai-memory-nedir/)[Core Concept · Context Window ### What is a context window in AI? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/context-window-nedir/)
