Drug Discovery

ADMET-Guard

ADMET-Guard is a SYNTHETIC/DEMO drug discovery model for admet property + toxicity prediction. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified tabular data.

Tabular BioNexus License: BioFoundry Research v1.5.4 RTG 3.8 DL 301,640
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
ROC-AUC0.916Synthetic hold-out
Calibration (ECE)0.074Synthetic
InputsOutputs
Molecular descriptorsADMET panel + tox 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-015-admet-guard/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<molecular descriptors>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-015-admet-guard

Version history

VersionStatusNotes
v1.5.0ArchivedSynthetic release note 0
v1.5.1ArchivedSynthetic release note 1
v1.5.2ArchivedSynthetic release note 2
v1.5.3ArchivedSynthetic release note 3
v1.5.4CurrentSynthetic release note 4

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