Roboflow

Best Foundation Vision Models

Compare the best 75 foundation vision models and try 63 of them on your own image, free in the Roboflow Playground. 36 are open-weight, so you can self-host them for free under their licenses.

75 models · 36 open-weight · 63 free to try · prices synced Jul 28, 2026

Open-Source Foundation Vision Models

36 models with downloadable weights you can self-host under their licenses (Modified MIT, Apache 2.0, and Custom). 24 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
Qwen
9BApache 2.0Mar 2026
122BApache 2.0Feb 2026
Qwen
27BApache 2.0Feb 2026
Try

Foundation Vision Models 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

How to Choose a Foundation Vision Model

Foundation models differ most in what they output, and that, not accuracy, is the first decision: language, embeddings, or masks. Pick the wrong output type and no amount of model quality saves the integration.

Need descriptions, answers, or structured text? That is the vision LLM subset. Need vectors for search, similarity, or clustering? Contrastive encoders (CLIP, SigLIP) when queries include text, self-supervised encoders (DINOv2) when precision on pure visuals matters. Need pixel-accurate regions? The SAM family. These subfamilies are not interchangeable: an embedding model cannot explain an image, and a VLM makes an expensive, imprecise segmenter.

Foundation models earn the name by adapting without full retraining, but the paths differ in cost and control. Prompting is instant and flexible (VLMs, SAM-family). Frozen features plus a small trained head is the cheap, stable middle path for classification and retrieval on encoder models. Fine-tuning buys domain accuracy at the price of training infrastructure and maintenance. Start with the cheapest path that could work; escalate only when its ceiling shows.

Foundation models frequently end up as components: SAM labels the masks that train your compact production segmenter, a VLM pre-labels the images that train your detector, CLIP embeddings bootstrap your first classifier. When you evaluate one, weigh it as a data engine and prototyping tool, not only as the thing that serves production traffic; the compact model it helps you train is often what actually ships.

The bottom line: Choose the output type first (language, vectors, or masks), then the cheapest adaptation path that could work. The foundation model that ships is often the one that trained your production model.

Frequently Asked Questions About Foundation Vision Models

Foundation vision models are large models pretrained on web-scale image or image-text data that serve as general-purpose bases rather than single-task tools. The class spans vision language models (GPT and Gemini class systems, open VLMs like Qwen VL), contrastive encoders like CLIP and SigLIP, self-supervised encoders like DINOv2, and promptable segmenters like the SAM family. What unites them is transfer: they carry enough general visual knowledge to be applied to new problems through prompting, fine-tuning, or as frozen feature extractors, instead of being trained from scratch per task. This page lists 75 foundation vision models, including 36 open-weight options you can self-host; 63 of them run live in the Playground so you can test them on your own images.

No. Language-capable VLMs are the most visible members, but CLIP, DINOv2, and SAM are foundation vision models with no language decoder: they embed, match, or segment without generating a word of text. If you need conversational answers about an image, you want the vision LLM subset; if you need embeddings, similarity, or masks at scale, the non-LLM foundation models are usually smaller, faster, and cheaper.

It depends on your task and constraints. For fixed categories in production, a model fine-tuned on your own data typically beats any general-purpose model. Compare the foundation vision models on this page and try them on your own image to see which fits.

Yes. 36 of the 75 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 Custom).

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