LLMTR / llmtr/medgemma-4b

MedGemma 4B - access through LLMTR

LLMTR MedGemma 4B is hosted in Turkey and positioned for medical text plus single-image understanding from base64 data URLs; remote image URLs are not supported. The MedGemma multimodal family uses a SigLIP image encoder pre-trained on de-identified medical imagery such as chest X-rays, dermatology, ophthalmology, and histopathology, while its language component is trained on medical text, QA, and medical image/data sources. Outputs are not intended to directly inform diagnosis, treatment, or patient management without independent clinical verification. Because the model is called infrequently, the first request also waits for the model to load and can take minutes; consecutive requests are noticeably faster. Use `stream: true` and raise your client read timeout to at least 300 seconds.

Technical specifications

Canonical IDllmtr/medgemma-4b
ProviderLLMTR
Context window8,192 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$3.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$5.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"llmtr/medgemma-4b","messages":[{"role":"user","content":"Hello"}]}'

Related models