Roboflow

Best LLMs with Vision Capabilities

Compare the best 67 vision LLMs and try 62 of them on your own image, free in the Roboflow Playground. 28 are open-weight, so you can self-host them for free under their licenses.

67 models · 28 open-weight · 62 free to try · prices synced Jul 29, 2026

Benchmark scores

Ranked on our vision benchmark across six tasks, 23 models tested, updated Jul 28, 2026

#1GoogleGemini 3.5 FlashAPI86.6%
#2GoogleGemini 3.1 ProAPI83.1%
#3GoogleGemini 3.6 FlashAPI83.1%
#4MetaMuse Spark 1.1API79.2%
#5AnthropicClaude Fable 5API78.8%

See the full benchmark

Open-Source Vision LLMs

28 models with downloadable weights you can self-host under their licenses (Modified MIT, Apache 2.0, and MIT). 23 run live in the Playground through hosted APIs, so self-hosting is optional.

MoonshotAI
Kimi K3Moonshot AI
NEW
2.8TModified MITJul 2026
Try
Qwen
27BApache 2.0Apr 2026
35B total, 3B activeApache 2.0Apr 2026
Try
Google
25.2BApache 2.0Apr 2026
Try
Google
31BApache 2.0Apr 2026
Try
Z.ai
0.9BMITMar 2026
Try
Qwen
9BApache 2.0Mar 2026
122BApache 2.0Feb 2026

Vision LLMs via API

39 proprietary models where the weights aren't downloadable: access is through each provider's API and billed by them. Try all of them free in the Playground.

QwenNEW
$0.030$0.131MJul 2026
Try
Anthropic
Claude Opus 5Anthropic
NEW
$5.00$25.001MJul 2026
Try
GoogleNEW
$0.30$2.501.0MJul 2026
Try
GoogleNEW
$1.50$7.501MJul 2026
Try
OpenAINEW
$0.50$3.001.5MJul 2026
Try
OpenAINEW
$5.00$30.001.5MJul 2026
Try
OpenAINEW
$1.25$7.501.1MJul 2026
Try
MetaNEW
$1.25$4.251.0MJul 2026
Try

When Do You Need a Vision LLM?

The expensive mistake in either direction: using a frontier vision LLM for a job a small trained model does better and a thousand times cheaper, or spending weeks building a training pipeline for a job a VLM handles with one prompt. The decision comes down to how open-ended the task is.

If the task is fixed and repetitive (detect these products, classify these defects, count people in this camera feed), a trained detector or classifier wins on every production axis: per-image cost measured in fractions of a cent, millisecond latency, deployment on edge hardware, and consistency you can put error bars on. Vision LLMs answer the same question in seconds for orders of magnitude more money, with answers that can vary between calls.

Open-ended instructions, language output, and world knowledge are the VLM-only zone: describe this scene for an incident report, extract these fields from any invoice layout, answer whatever question a user types about an image. No trained classifier can do these, because the label space is unbounded. If the question changes per request, or the output is prose or structured text, you need the language model.

Within the family, capability tracks reasoning depth more than vision. Reading a receipt or writing alt text works on small open models at a fraction of frontier pricing; multi-step document reasoning and unusual images separate the top models quickly. Our vision benchmark on the evals page scores the models we have tested across six task types; the verdict module above names the current leader.

Mature production systems use the VLM as the reasoning layer, not the whole pipeline: a trained detector localizes at volume, OCR reads at volume, and the VLM handles the open-ended residue (judgment calls, summaries, escalations). Prototype everything with the VLM first, then move the fixed, high-volume steps to specialized models as the requirements stop changing.

The bottom line: Fixed question at volume: train a classic model. Open-ended question or language output: vision LLM. At scale, the answer is usually a pipeline with both.

Frequently Asked Questions About LLMs with Vision Capabilities

LLMs with vision capabilities (also called vision language models or VLMs) are large language models extended with an image encoder, so they accept images as input alongside text. The encoder converts the image into token embeddings the language model reads the same way it reads words, which lets one model describe scenes, answer questions about images, read and transcribe text, and return structured output like JSON from a visual input. They inherit the strengths and weaknesses of their language side: broad world knowledge and instruction following, but also a tendency to state wrong visual details fluently, and looser spatial precision than dedicated detectors. This page lists 67 vision LLMs, including 28 open-weight options you can self-host; 62 of them run live in the Playground so you can test them on your own images.

Every vision LLM is multimodal, but not every multimodal model is an LLM. Multimodal is the broader property of handling more than one input type. CLIP is multimodal because it aligns images and text in one embedding space, yet it generates no language at all. A vision LLM is specifically a language model that can see: multimodal input, conversational text output.

On our vision benchmark across six tasks (23 models tested, updated Jul 28, 2026), Gemini 3.5 Flash by Google currently scores highest at 86.6%. The full ranking is on our evals page. For fixed categories in production, a model fine-tuned on your own data still often wins.

Yes. 28 of the 67 models here are open-weight (for example Kimi K3, Qwen3.6 27B, and Qwen3.6 35B A3B), free to self-host under their licenses (Modified MIT, Apache 2.0, and MIT).

Yes. You can run 62 of them in the Roboflow Playground for free. Upload an image and compare the models' output side by side, no setup required.

This page lists all 67 vision LLMs in the Roboflow Playground catalog: 28 open-weight models you can self-host and 39 proprietary models accessed through provider APIs; 62 of them run live in the Roboflow Playground on your own images. Compare licenses, parameters, API prices, and release dates side by side, or open any model page for full details.