Blood Analysis

BioMarkerPanel

BioMarkerPanel is a SYNTHETIC/DEMO blood analysis model for multi-analyte biomarker risk fusion. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified multi-modal data.

Multi-modal Helix Diagnostics License: BioFoundry Research v4.2.3 RTG 3.8 DL 107,205
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
C-index0.82Synthetic hold-out
Calibration (ECE)0.024Synthetic
InputsOutputs
Serum panel + demographicsComposite risk

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-035-biomarkerpanel/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<serum panel + demographics>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-035-biomarkerpanel

Version history

VersionStatusNotes
v4.2.0ArchivedSynthetic release note 0
v4.2.1ArchivedSynthetic release note 1
v4.2.2ArchivedSynthetic release note 2
v4.2.3CurrentSynthetic release note 3

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