Model reference · open weights

dino-vitl16-pretrain-lvd

dino-vitl16-pretrain-lvd is an open-weight embedding model from camenduru, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Licence fee required Embeddings camenduru 1 variants 1M downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What dino-vitl16-pretrain-lvd is

Model Card for DINOv3 DINOv3 is a family of versatile vision foundation models that outperforms the specialized state of the art across a broad range of settings, without fine-tuning. DINOv3 produces high-quality dense features that achieve outstanding performance on various vision tasks, significantly surpassing previous self- and weakly-supervised foundation models. Model Details These are Vision Transformer and ConvNeXt models trained following the method described in the DINOv3 paper. 12 models are provided: - 10 models pretrained on web data (LVD-1689M dataset) - 1 ViT-7B trained from scratch, - 5 ViT-S/S+/B/L/H+ models distilled from the ViT-7B, - 4 ConvNeXt-{T/S/B/L} models distilled from the ViT-7B, - 2 models pretrained on satellite data (SAT-493M dataset) - 1 ViT-7B trained from scratch - 1 ViT-L distilled from the ViT-7B Each Transformer-based model takes an image as input and returns a class token, patch tokens (and register tokens). These models follow a ViT architecture, with a patch size of 16. For a 224x224 image, this results in 1 class token + 4 register tokens + 196 patch tokens = 201 tokens (for DINOv2 with registers this resulted in 1 + 4 + 256 = 261 tokens). The models can accept larger images provided the image shapes are multiples of the patch size (16). If this condition is not verified, the model will crop to the closest smaller multiple of the patch size. Model Description - Developed by: Meta AI - Model type: Vision Transformer, ConvNeXt - License: DINOv3 License Model Sources - Repository: https://github.com/facebookresearch/dinov3 - Paper: https://arxiv.org/abs/2508.10104 Uses The models are vision backbones providing multi-purpose features for downstream tasks. Direct Use The models can be used without fine-tuning, with downstream classifiers as simple as linear layers, to obtain competitive results: - on image classification, using k-NN classifiers on the class token - on image classification, with logistic regression classifiers applied on the class token - on image classification, with a linear layer applied on the class token and the average of the patch tokens - on image retrieval using nearest neighbors - on geometric and sem

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makercamenduru
TypeEmbedding models
Parameters (lead)303M
Variants1
Runs withtransformers
Based onfacebook/dinov3-vit7b16-pretrain-lvd1689m
Released2025-12-17
Popularity1M downloads / month
Likes16
LicenceCommercial licence needed

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
dinov3-vitl16-pretrain-lvd1689m303MBF16~0.7 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys dino-vitl16-pretrain-lvd for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (dino-vitl16-pretrain-lvd below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"dino-vitl16-pretrain-lvd","input":"text to embed"}'

Details

Languages, data & research

Languages

en

Tags

transformers safetensors dinov3_vit image-feature-extraction dino dinov3 en endpoints_compatible

Papers

Licence

Commercial licence needed

The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗

Sources

Weights & code

Want dino-vitl16-pretrain-lvd on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms