Roboflow

Best Image Classification Models

Compare the best 72 image classification models and try 61 of them on your own image, free in the Roboflow Playground. 33 are open-weight, so you can self-host them for free under their licenses.

72 models · 33 open-weight · 61 free to try · prices synced Jul 28, 2026

We haven't benchmarked image classification yet; scores and rankings appear on this site only where we've measured them. Until then, compare the models below, and for fixed categories in production expect a model fine-tuned on your own data to win.

Open-Source Image Classification Models

33 models with downloadable weights you can self-host under their licenses (Modified MIT, Apache 2.0, and Proprietary). 22 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

Image Classification 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 an Image Classification Model

Image classification models split into two groups, and the right choice comes down to two questions: are your categories fixed, and how much labeled data do you have?

CLIP-style models (CLIP, SigLIP) classify against text labels you provide at inference time, with no training: they embed the image and your candidate labels in the same space and pick the closest match. Vision language models do the same from a prompt and can also justify their answer. Use this group when categories change often, when you have no labeled data yet, or when you are validating an idea before investing in a dataset.

The tradeoff is accuracy on fine-grained or domain-specific classes: a general model knows what a beverage aisle is, but not your SKUs, and subtle distinctions (defect grades, near-identical variants) usually defeat zero-shot approaches.

When classes are fixed and accuracy matters, a classifier fine-tuned on your own images (architectures like ResNet, EfficientNet, and ViT) is smaller, faster, and more accurate on your domain than any general-purpose model. A few hundred labeled images per class is often enough to start, and the result deploys to the cloud or fully offline on the edge at a fraction of a VLM call cost.

Most production teams do both: validate the task zero-shot on this page, use the early predictions to bootstrap a labeled dataset, then train a compact classifier once the taxonomy settles. The zero-shot model stays useful for the categories that keep changing.

The bottom line: Changing labels or no data: start zero-shot. Fixed categories in production: train your own classifier. Most teams prototype with the first and ship the second.

Frequently Asked Questions About Image Classification Models

Image classification is the task of assigning a label to an entire image from a set of categories, answering "what is this a picture of?". A model encodes the image, usually with a convolutional network like ResNet or EfficientNet or a vision transformer (ViT), and outputs a probability per class; the top score wins. CLIP-style models extend this to zero-shot classification: they embed the image and your candidate label texts in the same vector space and pick the closest match, so you can change categories without retraining. Accuracy is reported as top-1 or top-5 on the fixed label set. Classification differs from detection (which localizes objects) and tagging (which applies many loose keywords), and it powers quality inspection, content moderation, product categorization, and medical screening. This page lists 72 image classification models, including 33 open-weight options you can self-host; 61 of them run live in the Playground so you can test them on your own images.

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 image classification models on this page and try them on your own image to see which fits.

Yes. 33 of the 72 image classification 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 Proprietary).

Yes. You can run 61 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 72 image classification models in the Roboflow Playground catalog: 33 open-weight models you can self-host and 39 proprietary models accessed through provider APIs; 61 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.