Skip to main content
BunkerFold-3 is a 1.2B parameter protein structure prediction model. Given an amino acid sequence, it returns full 3D atomic coordinates with side chains, per-residue confidence scores, and a predicted fold class.

At a glance

Install

See Installation for full setup, including uv and poetry.

When to use

  • Predict structure for a novel sequence with no known homolog.
  • Resolve side-chain conformations for docking studies.
  • Screen designs from a protein engineering pipeline before wet-lab validation.

Example

Response

Parameters

string
required
Amino acid sequence in single-letter IUPAC codes. Maximum length 2,048 residues.
boolean
default:"true"
Include side-chain atoms in the returned structure.
string[]
Optional list of PDB IDs to use as templates. Leave empty for template-free prediction.

Response fields

number
Model-wide confidence score between 0 and 1.
number
Estimated RMSD in angstroms against the predicted best template.
string
Fraction of residues resolved at atomic detail, formatted as resolved/total.
string
Predicted structural class (for example, globin, immunoglobulin, tim_barrel).
string
Signed URL to a PDB file with the full predicted structure. Valid for 24 hours.