Model reference · open weights

rad-dino

rad-dino is an open-weight embedding model from microsoft, 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 microsoft 1 variants 132k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What rad-dino is

Model card for RAD-DINO RAD-DINO is a vision transformer model trained to encode chest X-rays using the self-supervised learning method DINOv2. Model description RAD-DINO is described in detail in Exploring Scalable Medical Image Encoders Beyond Text Supervision (F. Pérez-García, H. Sharma, S. Bond-Taylor, et al., 2025). - Developed by: Microsoft Health Futures - Model type: Vision transformer - License: MIT - Finetuned from model: dinov2-base Uses RAD-DINO is shared for research purposes only. It is not meant to be used for clinical practice. The model is a vision backbone that can be plugged to other models for downstream tasks. Some potential uses are: - Image classification, with a classifier trained on top of the CLS token - Image segmentation, with a decoder trained using the patch tokens - Clustering, using the image embeddings directly - Image retrieval, using nearest neighbors of the CLS token - Report generation, with a language model to decode text Fine-tuning RAD-DINO is typically not necessary to obtain good performance in downstream tasks. Biases, risks, and limitations RAD-DINO was trained with data from three countries, therefore it might be biased towards population in the training data. Underlying biases of the training datasets may not be well characterized. Installation Usage Encode an image Weights for fine-tuning We have released a checkpoint compatible with the original DINOv2 code to help researchers fine-tune our model. We can use the hub model and load the RAD-DINO weights. Let's clone the DINOv2 repository so we can import the code for the head. The weights of the head are also released: Configs and augmentation The configuration files ssldefaultconfig.yaml and vitb14cxr.yaml, and the augmentations module are also available in the repository to help researchers reproduce the training procedure with our hyperparameters. Training details Training data We used images from five public, deidentified chest X-ray datasets to train this checkpoint of RAD-DINO. Images in the validation and test sets used to train MAIRA were excluded from the training set of RAD-DINO. The list of image files used for training is available at ./trainingimages.csv

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

Specifications

What it is

Makermicrosoft
TypeEmbedding models
Parameters (lead)87M
Variants1
Runs withtransformers
Released2024-05-17
Popularity132k downloads / month
Likes85
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
rad-dino87MBF16~0.2 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys rad-dino for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (rad-dino 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":"rad-dino","input":"text to embed"}'

Details

Languages, data & research

Tags

transformers safetensors dinov2 image-feature-extraction doi:10.57967/hf/3050 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 rad-dino 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