Drug Discovery

SynthRoute-Plan

SynthRoute-Plan is a SYNTHETIC/DEMO drug discovery model for retrosynthesis route planning. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.

Sequence PathAI Community License: CC-BY-4.0 v3.0.9 RTG 4.6 DL 26,464
SYNTHETIC DEMOAll outputs are deterministic demo data — not for clinical use, not real medical inference.

Metrics

MetricValueSplit
Top-1 acc0.836Synthetic hold-out
Calibration (ECE)0.054Synthetic
InputsOutputs
Target moleculeSynthesis tree

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-017-synthroute-plan/predict",
    headers={"Authorization": "Bearer <API_KEY>"},
    json={"input": "<target molecule>"})
print(r.json())  # -> synthetic demo prediction

See the API reference · JSON: /api/models/bf-017-synthroute-plan

Version history

VersionStatusNotes
v3.0.0ArchivedSynthetic release note 0
v3.0.1ArchivedSynthetic release note 1
v3.0.2ArchivedSynthetic release note 2
v3.0.3ArchivedSynthetic release note 3
v3.0.4ArchivedSynthetic release note 4
v3.0.5ArchivedSynthetic release note 5
v3.0.6ArchivedSynthetic release note 6
v3.0.7ArchivedSynthetic release note 7
v3.0.8ArchivedSynthetic release note 8
v3.0.9CurrentSynthetic release note 9

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