CLIP
OpenAICLIP is OpenAI's 2021 contrastive image-text model and the origin of the whole cross-modal embedding line. An image encoder and a text encoder are trained to put matching pairs close together in one shared space, which makes image-text retrieval and zero-shot classification the same operation. Five years on it remains the single most downloaded vision model on the Hub, mostly as the frozen text or image tower inside diffusion and VLM stacks rather than as a retriever in its own right.
None of the four openai/clip-* Hub repos declares a license field; the MIT grant comes from the openai/CLIP repository LICENSE that distributes the checkpoints. The Xenova and timm re-uploads of these weights are mirrors, not products, and are excluded from the download sum. Verified 2026-09-11 via the model card, the CLIP repository and the Hugging Face API.
Openness
3 high confidence- weights
- open(four ungated openai/clip-vit-* repos on the Hub, plus the original checkpoints served by the CLIP package)
- data
- closed(WIT-400M
- code
- partial(the openai/CLIP repository ships the model definition, inference and zero-shot evaluation notebooks, with no training pipeline)
- license
- MIT(OSI, from the openai/CLIP repository LICENSE
The category's centre of gravity, and the reason OpenCLIP exists. Weights under an OSI licence that anyone can run, a corpus the publisher says explicitly it will never release, and a repository that lets you use the model but not rebuild it.
- https://huggingface.co/openai/clip-vit-base-patch32/raw/main/README.md recorded 2026-09-11
'The model was trained on publicly available image-caption data ... A large portion of the data comes from our crawling of the internet'; 'We do not intend for this dataset to be used as the basis for any commercial or deployed model and will not be releasing the dataset.' Front matter carries `tags: vision` and no license field.
- https://raw.githubusercontent.com/openai/CLIP/main/README.md recorded 2026-09-11
usage is `clip.load` plus encode_image / encode_text and a zero-shot prediction example; the repository documents no training entry point.
- https://raw.githubusercontent.com/openai/CLIP/main/LICENSE recorded 2026-09-11
'MIT License / Copyright (c) 2021 OpenAI'.
Adoption
5 high confidence32,961,856 downloads in the trailing 30 days across the four openai/clip-vit-* repos (base-patch32 21,008,990; large-patch14 7,730,667; large-patch14-336 2,586,045; base-patch16 1,636,154). The highest figure anywhere in this set, and the base-patch32 repo alone clears the top band.
- https://huggingface.co/api/models?author=openai&search=clip&limit=100&sort=downloads&direction=-1 recorded 2026-09-11
four openai clip repos with `downloads` (trailing 30 days) summing to 32,961,856.
Capability
2 high confidenceRung 2 on the definition rather than on reputation: English-only, a 77-token text context, and beaten on its own instrument by both the open reimplementation trained on open data and by SigLIP 2. Still enormously useful in its niche, which is exactly what rung 2 describes. Placed against OpenCLIP because the two are measured in the same table.
- https://raw.githubusercontent.com/mlfoundations/open_clip/main/README.md recorded 2026-09-11
model table: 'ViT-L-14-quickgelu (Original CLIP) | WIT | 224px | 13B | 75.5%' ImageNet zero-shot acc., against ViT-H-14 LAION-2B at 78.0% and ViT-bigG-14 at 80.1%.
- https://raw.githubusercontent.com/openai/CLIP/main/README.md recorded 2026-09-11
'We found CLIP matches the performance of the original ResNet50 on ImageNet "zero-shot" without using any of the original 1.28M labeled examples'.
Verified 2026-09-11