πŸ₯ OpenMedLLM-70B just released β€” State-of-the-art on MedQA & ClinicalBench  Β·  Download now β†’
πŸ₯ Open Source Β· Apache 2.0 Β· by DeepCog.ai

The Medical AI Community
Building the
Future of Medicine

The open platform where medical AI researchers collaborate on models, datasets, and tools for clinical decision support, disease diagnosis, and precision medicine.

15+Medical Models
58M+Training Papers
3.8MClinical Cases
Apache 2.0License
OpenMedLLM-70BClinical AI
diagnose(symptoms)Diagnosis
MedQA: 91.2% βœ“Validated

Run medical AI in 3 lines of code

Install the OpenMedLLM Python SDK and start diagnosing, summarizing clinical notes, and generating reports immediately. Works on any GPU from A10 to H100.

python
from openmedllm import MedicalLLM

model = MedicalLLM("deepcog-ai/OpenMedLLM-70B")

result = model.diagnose(
    symptoms="chest pain, dyspnea, diaphoresis",
    patient={"age": 58, "sex": "M"}
)
print(result.differential)  # Top diagnoses
print(result.urgency)        # "Immediate"

Medical AI tasks

See all tasks β†’

Best-in-class on medical benchmarks

OpenMedLLM-70B leads on MedQA, USMLE, ClinicalBench, and PubMedQA β€” outperforming GPT-4 on medical reasoning tasks while remaining fully open-source.

View all benchmarks β†’
Model
MedQA
USMLE
PubMedQA
πŸ₯ OpenMedLLM-70B
91.2%
88.4%
79.3%
πŸ”¬ OpenBioMed-70B
84.7%
81.2%
74.8%
🩺 ClinicalReasoner-13B
79.1%
76.3%
70.2%
πŸ’Š DrugInteraction-LLM
64.3%
61.8%
67.9%

Organizations using OpenMedLLM

See all β†’

Join the medical AI revolution

Create a free account to download models, contribute datasets, and collaborate with the global medical AI community.

Sign Up Free Browse Models