MedGemma 4B multimodal / 27B text
Open-weight medical vision-language models built on Gemma 3: the 4B variant reads chest X-rays, dermatology, ophthalmology and histopathology images alongside text; the 27B variant targets medical text reasoning. Meant as a starting point for developers to fine-tune, not as a finished clinical product.
🤗 1 105 085 downloads / month ♥ 1048 updated 2025-10-28 gatedAt a glance
What it does
Not yet documented on this card.
Tasks, data types and cancers
Architecture
Training data
Gemma 3 base plus medical fine-tuning on de-identified image–text data (chest X-ray, dermatology, ophthalmology, histopathology) and medical text; details in the technical report.
Linked datasets
- benchmark MedQA (USMLE) Open download
Evaluation
How to run
# generic transformers loader — see the model card for the task-specific head and preprocessing
from transformers import AutoModel, AutoProcessor
model = AutoModel.from_pretrained('google/medgemma-4b-it')
processor = AutoProcessor.from_pretrained('google/medgemma-4b-it')
Accept the HAI-DEF terms on Hugging Face. Outputs must be validated per task; Google states the models are not intended for direct clinical use without further evaluation.
Regulatory status and intended use
Regulatory status is quoted from the source linked above and can change. Research-use-only models must not be used for clinical decisions.
Limitations and bias
- Generative: can produce fluent but wrong findings; needs task-specific evaluation and guardrails.
- Oncology-specific validation is limited in the report; pathology capability is preliminary.
Sources
This page is educational — it is not medical advice and does not replace consultation with an oncologist. Diagnostic and treatment decisions are made solely by specialist physicians.