Install
Every model in the catalog is accessible through thebunker-fold Python package:
All models
Pick by task
- Predict a protein structure: BunkerFold-3 for sub-angstrom structure prediction with full side chains.
- Call variants from a genome: GenoScan-LLM to flag pathogenic variants from BAM, CRAM, or VCF inputs.
- Design a small molecule: MolGen-7 to generate candidates against a specific target with ADMET constraints.
- Reconstruct a cryo-EM map: CryoNet to resolve 3D density maps with 10x fewer particles than standard pipelines.
- Screen for toxicity: ToxPredict-v2 to filter compound libraries before synthesis.
- Annotate the epigenome: EpiMark to predict histone marks and methylation from sequence context alone.
Shared API surface
Every model uses the same three endpoints:POST /v1/models/{model}/deploystarts an inference instance.POST /v1/models/{model}/predictruns a prediction against a deployed instance.GET /v1/models/{model}/statusreports deployment health and queue depth.