Clinical

DrugInteract-Check

DrugInteract-Check is a SYNTHETIC/DEMO clinical model for drug-drug interaction severity. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified tabular data.

Tabular EMBL-Synthetic License: Apache-2.0 v2.6.5 RTG 4.0 DL 86,451
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
F10.843Synthetic hold-out
Calibration (ECE)0.073Synthetic
InputsOutputs
Medication listInteraction severity flags

Run a synthetic prediction

Returns a deterministic synthetic result — clearly labeled, not for clinical use.

API integration

Call this model from your pipeline (demo — no real key required):

import requests
r = requests.post("https://api.biofoundry.ai/v1/models/bf-045-druginteract-check/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<medication list>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-045-druginteract-check

Version history

VersionStatusNotes
v2.6.0ArchivedSynthetic release note 0
v2.6.1ArchivedSynthetic release note 1
v2.6.2ArchivedSynthetic release note 2
v2.6.3ArchivedSynthetic release note 3
v2.6.4ArchivedSynthetic release note 4
v2.6.5CurrentSynthetic release note 5

Community contributions: 128 synthetic contributors have submitted evaluations and fine-tunes.