PromptGalaxy AIPromptGalaxy AI
AI ToolsCategoriesPromptsBlog
PromptGalaxy AI

Your premium destination for discovering top-tier AI tools and expertly crafted prompts. Empowering creators and developers with unbiased reviews since 2025.

Based in Rajkot, Gujarat, India
support@promptgalaxyai.com

RSS Feed

Platform

  • All AI Tools
  • Prompt Library
  • Blog
  • Submit a Tool

Company

  • About Us
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

Disclaimer: PromptGalaxy AI is an independent editorial and review platform. All product names, logos, and trademarks are the property of their respective owners and are used here for identification and editorial review purposes under fair use principles. We are not affiliated with, endorsed by, or sponsored by any of the tools listed unless explicitly stated. Our reviews, scores, and analysis represent our own editorial opinion based on hands-on research and testing. Pricing and features are subject to change by the respective companies — always verify on official websites.

© 2026 PromptGalaxyAI. All rights reserved. | Rajkot, India

MedGemma 1.5 4B: Google's Open Medical AI for CT, MRI, and X-Ray Analysis
Home/Blog/AI Tools
AI Tools9 min read• 2026-02-18

MedGemma 1.5 4B: Google's Open Medical AI for CT, MRI, and X-Ray Analysis

Share

AI TL;DR

Google released MedGemma 1.5 4B with improved CT/MRI support, longitudinal imaging, and medical document understanding. Here's how to use this open-source healthcare AI.

Google just released MedGemma 1.5 4B, an open-source medical AI model that can analyze CT scans, MRI images, and X-rays with remarkable accuracy.

Released on January 13, 2026, this update brings significant improvements over the original MedGemma—including 14% better MRI classification and support for longitudinal imaging.

Let's explore what this means for healthcare AI.

What is MedGemma?

MedGemma is part of Google's Health AI Developer Foundations (HAI-DEF) program. It's a collection of open models built on the Gemma 3 architecture, optimized specifically for:

  • Medical text understanding
  • Medical image interpretation
  • Healthcare application development

The key word is open. Unlike many medical AI tools, MedGemma is freely available for developers to use, fine-tune, and deploy.

What's New in MedGemma 1.5 4B

High-Dimensional Medical Imaging

The biggest upgrade is support for 3D imaging:

ModalityCapability
CT scans3D volume analysis, 3% accuracy improvement
MRI scans3D interpretation, 14% accuracy improvement
HistopathologyWhole-slide imaging (WSI) support
X-raysEnhanced with localization

Longitudinal Analysis

MedGemma 1.5 can now analyze images over time:

  • Compare current chest X-ray to prior images
  • Track disease progression
  • Identify changes that might be missed in isolation
  • Support clinical decision-making with temporal context

Anatomical Localization

New bounding box capabilities:

  • Locate specific anatomical features in X-rays
  • Point to abnormalities with coordinates
  • Enable more precise clinical reporting
  • Support training data annotation

Medical Document Understanding

Beyond imaging, MedGemma 1.5 processes:

  • Lab reports (extract values and units)
  • Electronic Health Records (EHR)
  • Clinical notes
  • Unstructured medical text

Technical Specifications

SpecificationDetail
Parameters4 billion
Context length128K+ tokens
Input typesText, images, multi-modal
ArchitectureBased on Gemma 3
LicenseOpen (HAI-DEF program)
GPU requirementSingle GPU capable

The 4B parameter size is deliberately chosen—powerful enough for medical tasks, efficient enough for practical deployment.

Accuracy Improvements

CT Classification

MedGemma 1.5 shows 3% improvement over MedGemma 1 for classifying disease-related CT findings:

  • Tumor detection
  • Organ abnormalities
  • Structural anomalies
  • Disease staging

MRI Classification

The bigger gains are in MRI, with 14% improvement:

  • Brain pathology detection
  • Soft tissue analysis
  • Joint assessment
  • Neurological conditions

These improvements come from better training data and architectural refinements.

Use Cases

For Hospitals

  • Preliminary screening - AI-assisted triage for imaging
  • Second opinion - Validate radiologist interpretations
  • Longitudinal tracking - Monitor chronic conditions
  • Documentation - Automated report generation

For Research

  • Drug trials - Analyze imaging endpoints
  • Population studies - Process large imaging datasets
  • Biomarker discovery - Find patterns in medical images
  • Model development - Fine-tune for specific conditions

For Startups

  • Teleradiology - Remote imaging interpretation
  • Point-of-care - Portable diagnostic tools
  • EHR integration - Automated data extraction
  • Clinical decision support - AI-powered recommendations

Getting Started

Access Methods

MedGemma 1.5 4B is available on:

  • Hugging Face - Direct model download
  • Google Cloud Vertex AI - Managed deployment
  • Kaggle - For experimentation
  • GitHub - Code and documentation

Hardware Requirements

The model is designed for accessibility:

DeploymentRequirement
InferenceSingle consumer GPU
Fine-tuningSingle professional GPU
ProductionStandard cloud instance

No need for expensive multi-GPU clusters.

Recommended Version

Google recommends the instruction-tuned version as the starting point:

from transformers import AutoModelForCausalLM, AutoProcessor

model = AutoModelForCausalLM.from_pretrained(
    "google/medgemma-1.5-4b-it"
)
processor = AutoProcessor.from_pretrained(
    "google/medgemma-1.5-4b-it"
)

MedGemma Impact Challenge

Google launched a Kaggle hackathon alongside the 1.5 release:

  • Build applications using MedGemma
  • Compete for prizes
  • Showcase healthcare AI innovation
  • Connect with the medical AI community

This is a great opportunity to experiment with the model.

Comparison with Alternatives

MedGemma vs Commercial Solutions

AspectMedGemma 1.5Commercial (e.g., Viz.ai)
CostFreeSubscription
CustomizationFull controlLimited
FDA clearanceNo (research)Often yes
SupportCommunityEnterprise
DeploymentSelf-managedManaged

MedGemma vs General LLMs

AspectMedGemma 1.5GPT-5/Claude
Medical optimization✅ Native⚠️ General
Medical imaging✅ CT/MRI/X-ray❌ Limited
EHR understanding✅ Trained⚠️ Generic
CostFreeAPI fees
HIPAA complianceDepends on deploymentDepends on deployment

Regulatory Considerations

Important caveats:

Not FDA Cleared

MedGemma is a research tool, not a cleared medical device. It should:

  • Support, not replace, clinical judgment
  • Be validated before clinical use
  • Follow institutional review processes
  • Comply with local regulations

HIPAA and Data Privacy

When using MedGemma with patient data:

  • Deploy on-premises or in compliant cloud
  • Ensure proper de-identification
  • Maintain audit trails
  • Get appropriate approvals

Related Models

MedGemma is part of a broader ecosystem:

ModelFocus
MedGemmaMedical imaging and text
MedASRMedical speech-to-text
BioBERTBiomedical literature
ClinicalBERTClinical notes

MedASR Companion

Google also released MedASR, a medical speech-to-text model:

  • Convert doctor dictations to text
  • Pair with MedGemma for reasoning
  • Support clinical workflows
  • Available alongside MedGemma 1.5

Looking Forward

Google's Healthcare AI Roadmap

MedGemma fits into Google's broader health strategy:

  • Health AI Developer Foundations - Tools for developers
  • Google Cloud Healthcare API - Enterprise integration
  • Fitbit AI - Consumer health insights
  • Research partnerships - Academic collaboration

Expected Developments

Future updates may include:

  • More imaging modalities (ultrasound, PET)
  • Larger model variants (e.g., 27B)
  • Pre-built clinical applications
  • Deeper EHR integration

Key Takeaways

✅ Open source medical AI for CT, MRI, X-rays

✅ 14% MRI improvement over previous version

✅ Longitudinal imaging for tracking changes over time

✅ Single GPU deployment possible

✅ Research use - not FDA cleared for clinical decisions


Explore more healthcare AI: Read about the AI Stethoscope for Heart Disease and Claude for Healthcare.

Tags

#MedGemma#Medical AI#Healthcare#Google#CT Scan#MRI#Open Source

Table of Contents

What is MedGemma?What's New in MedGemma 1.5 4BTechnical SpecificationsAccuracy ImprovementsUse CasesGetting StartedMedGemma Impact ChallengeComparison with AlternativesRegulatory ConsiderationsRelated ModelsLooking ForwardKey Takeaways

About the Author

Written by PromptGalaxy Team.

The PromptGalaxy Team is a group of AI practitioners, researchers, and writers based in Rajkot, India. We independently test and review AI tools, write in-depth guides, and curate prompts to help you work smarter with AI.

Learn more about our team →

Related Articles

Google Pomelli: Free AI Marketing Tool That Creates Brand-Perfect Social Media Campaigns

8 min read

Fujitsu's AI Dev Platform Claims 100x Productivity: What 3 Months of Work in 4 Hours Looks Like

8 min read

Google Nano Banana Review: The Speed King of AI Image Generation (Gemini 3.0)

13 min read