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
Metrics
| Metric | Value | Split |
|---|---|---|
| Top-1 acc | 0.836 | Synthetic hold-out |
| Calibration (ECE) | 0.054 | Synthetic |
| Inputs | Outputs |
|---|---|
| Target molecule | Synthesis 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
| Version | Status | Notes |
|---|---|---|
| v3.0.0 | Archived | Synthetic release note 0 |
| v3.0.1 | Archived | Synthetic release note 1 |
| v3.0.2 | Archived | Synthetic release note 2 |
| v3.0.3 | Archived | Synthetic release note 3 |
| v3.0.4 | Archived | Synthetic release note 4 |
| v3.0.5 | Archived | Synthetic release note 5 |
| v3.0.6 | Archived | Synthetic release note 6 |
| v3.0.7 | Archived | Synthetic release note 7 |
| v3.0.8 | Archived | Synthetic release note 8 |
| v3.0.9 | Current | Synthetic release note 9 |
Community contributions: 100 synthetic contributors have submitted evaluations and fine-tunes.