Integrate MedGemma 1.5 4B directly into your healthcare applications. Scale-to-zero infrastructure ensures you only pay for what you use ($0.001 per request). Structural analysis, DICOM parsing, and clinical impression generation via a single REST endpoint.
POST /apiInference
{
"image": "base64..."
}
Response 200 OK:
{
"findings": [...],
"impression": "..."
}