Roboflow

Best LLMs with Vision Capabilities

Compare the best 80 vision LLMs and try 75 of them on your own images, free in the Roboflow Playground. 31 are open-weight, so you can self-host them for free under their licenses.

80 models · 31 open-weight · 75 free to try · prices synced Sep 12, 2026

Benchmark scores

Ranked on our vision benchmark across six tasks, 53 vision language models tested, updated Sep 5, 2026

#1OpenAIGPT-6 AstraAPI86.6%
#2GoogleGemini 3.5 FlashAPI86.0%
#3GoogleGemini 3.7 FlashAPI85.2%
#4GoogleGemini 3.8 FlashAPI85.1%
#5QwenQwen3.8 MaxAPI83.9%

See the full benchmark

Open-Source Vision LLMs

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

Actions
320B total, 18B activeMITAug 2026
Try
Qwen
27.78BApache 2.0Aug 2026
Try
29.6BApache 2.0Aug 2026
Try
MoonshotAI
Kimi K3Moonshot AI
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

Vision LLMs via API

49 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.

Actions
OpenAINEW
$10.00$50.001.1MSep 2026
Try
GoogleNEW
$0.75$3.751.0MSep 2026
Try
MetaNEW
$1.25$4.251.0MSep 2026
Try
AnthropicNEW
$10.00$50.001MSep 2026
Try
$0.15$0.471MAug 2026
Try
Google
$0.75$3.751.0MAug 2026
Try
Grok
Grok 4.6SpaceXAI
$2.00$6.00500KAug 2026
Try
$1.25$4.251.0MAug 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 80 vision LLMs, including 31 open-weight options you can self-host; 75 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 (53 models tested, updated Sep 5, 2026), GPT-6 Astra by OpenAI 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. 31 of the 80 models here are open-weight (for example GLM 5.3 Flash, Qwen3.8 27B, and Muse Glimmer 30B), free to self-host under their licenses (MIT, Apache 2.0, and Modified MIT).

Yes. You can run 75 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 80 vision LLMs in the Roboflow Playground catalog: 31 open-weight models you can self-host and 49 proprietary models accessed through provider APIs; 75 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.