ComplexFold-PPI
ComplexFold-PPI is a SYNTHETIC/DEMO protein folding model for protein-protein complex prediction. Outputs are deterministic demo values — NOT for clinical use. Trained (synthetically) on de-identified sequence data.
Sequence
PathAI Community
License: BSD-3-Clause
v4.2.5
RTG 4.7
DL 115,459
Metrics
| Metric | Value | Split |
|---|---|---|
| DockQ | 0.926 | Synthetic hold-out |
| Calibration (ECE) | 0.066 | Synthetic |
| Inputs | Outputs |
|---|---|
| Two chain sequences | Complex structure + interface |
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-020-complexfold-ppi/predict",
headers={"Authorization": "Bearer <API_KEY>"},
json={"input": "<two chain sequences>"})
print(r.json()) # -> synthetic demo prediction
See the API reference · JSON: /api/models/bf-020-complexfold-ppi
Version history
| Version | Status | Notes |
|---|---|---|
| v4.2.0 | Archived | Synthetic release note 0 |
| v4.2.1 | Archived | Synthetic release note 1 |
| v4.2.2 | Archived | Synthetic release note 2 |
| v4.2.3 | Archived | Synthetic release note 3 |
| v4.2.4 | Archived | Synthetic release note 4 |
| v4.2.5 | Current | Synthetic release note 5 |
Community contributions: 118 synthetic contributors have submitted evaluations and fine-tunes.