Add your input molecules to get started
Human ubiquitin (76 residues)
Protein-ligand complex

Chai-1 is a multi-modal foundation model for molecular structure prediction. Predicts 3D structures for proteins, ligands, DNA, RNA, and multi-component complexes with high accuracy.

Controllable biomolecular structure prediction model for proteins, ligands, DNA, RNA, and multi-component complexes. IntelliFold 2 supports fast v2-Flash inference, optional MSA generation, and ranked confidence outputs.

OpenFold-3 is an open-source AI model for biomolecular structure prediction, aiming to reproduce AlphaFold3. Predicts 3D structures for proteins, RNA, DNA, and small molecule ligands with high accuracy.

Open-source structure prediction neural network for proteins, nucleic acids, and small molecules. State-of-the-art accuracy with multi-chain support.

Boltz-2 is a biomolecular foundation model for structure and binding affinity prediction. Supports proteins, ligands, DNA, and RNA in multi-component complexes. Automatically scales GPU resources for large complexes. Predicts binding affinity with near-FEP accuracy at 1000x faster speed.

Generate protein conformational ensembles using flow matching. Produces multiple diverse structures showing protein flexibility and dynamics.

AlphaFold2 via ColabFold for high-accuracy protein structure prediction. Uses MMSeqs2 API for MSA generation with no local databases required. Supports monomer and multimer prediction.

ESMfold is a fast, single-sequence protein structure predictor from Meta AI. Predicts 3D protein structures directly from amino acid sequences without requiring multiple sequence alignments (MSA), making it significantly faster than AlphaFold while automatically scaling GPU resources for larger proteins.

ImmuneBuilder predicts 3D structures of immune receptor proteins including antibodies, nanobodies, and T-cell receptors. It uses ABodyBuilder2, NanoBodyBuilder2, and TCRBuilder2/TCRBuilder2+ to generate structures with per-residue error estimates and optional ensemble artifacts.

MiniFold is a fast single-sequence protein structure predictor that is 10-20x faster than ESMFold. It predicts 3D protein structures directly from amino acid sequences without requiring multiple sequence alignments (MSA), making it ideal for rapid structure prediction.
Protenix is an open-source PyTorch reproduction of AlphaFold 3, developed by ByteDance Research and released under the Apache 2.0 license. It predicts 3D structures of biomolecular complexes containing proteins, DNA, RNA, small molecule ligands, and metal ions from sequence or structural inputs, all in a single run.
AlphaFold 3 itself has restricted access and prohibits commercial use. Protenix reproduces the same architecture with comparable benchmark performance and no access restrictions, making it the practical option for open-ended research and applications where AlphaFold 3's terms would be limiting.
ProteinIQ runs Protenix on GPU infrastructure with no local installation. Add one or more molecules, optionally configure seeds and model, then submit. Results arrive as downloadable CIF files ranked by confidence score, viewable directly in the 3D structure viewer. Each ranked prediction also includes the upstream summary-confidence JSON, and you can optionally export atom-level confidence JSON for deeper inspection. MSA search runs automatically for protein inputs and takes a few minutes; disabling it significantly reduces runtime at some cost to accuracy.
Each molecule is added as a separate entity. Up to 10 entries of each type are supported.
| Input | Accepted formats |
|---|---|
| Protein | FASTA sequence, PDB file, or 4-letter RCSB PDB ID |
| Ligand | SMILES string, CCD code (e.g. ATP), SDF/MOL file, or PubChem compound ID |
| DNA | FASTA sequence (A, T, G, C) |
| RNA | FASTA sequence (A, U, G, C) |
| Ion | CCD code (e.g. ZN, MG, CA, FE) |
| Protein paired MSA | Optional uploaded or pasted .a3m alignment attached to a protein chain label |
| Protein unpaired MSA | Optional uploaded or pasted .a3m alignment attached to a protein chain label |
| RNA MSA | Optional uploaded or pasted .a3m alignment attached to an RNA chain label |
For ligand files, Protenix requires a 3D conformer. 2D SDF files (flat structure with no z-coordinates) will fail at featurization.
Precomputed alignments attach to the chain letters shown on the main protein or RNA molecule cards. If there is only one eligible protein or RNA chain, you can leave the MSA target label blank and ProteinIQ will attach it automatically. Protein paired MSA and protein unpaired MSA are separate upstream inputs; RNA only supports unpaired RNA-MSA in this pass. Template files are still out of scope here.
| Setting | Description |
|---|---|
Model seeds | Number of random seeds (1-5, default 1). Each seed independently samples the diffusion trajectory and produces a distinct set of structures. |
Model | Model variant. See model options below. |
Use MSA | Whether to run multiple sequence alignment for protein chains (default on). Adds 2-5 minutes but improves accuracy, especially for proteins with many homologs. |
Samples per seed | Structures generated per seed (1-5, default 5). Higher values increase output diversity. |
Precision | BF16 (default, faster) or FP32 (full precision). Negligible accuracy difference on A10G hardware. |
Training-Free Guidance | Applies physical constraints (steric, torsion, distance) during diffusion sampling to improve geometric plausibility. Off by default; adds compute overhead. |
| Model | Parameters | Training cutoff | When to use |
|---|---|---|---|
| Protenix v2 | 464M | 2021-09-30 | Latest upstream release, announced on April 8, 2026. Stronger antibody-antigen performance and improved ligand plausibility. |
| Protenix v1 base | 368M | 2021-09-30 | Default. Best accuracy on most targets. |
| Protenix v1 base (2025 data) | 368M | 2025-06-30 | Targets with templates deposited after 2021. |
| Protenix mini | 135M | 2021-09-30 | Rapid screening, large sequences, or quick estimates before a full run. Roughly 40% faster. |
Protenix implements the AlphaFold 3 architecture, which replaces the iterative refinement of AlphaFold 2 with a diffusion-based structure generation process. Prediction starts from randomly initialized atom coordinates and progressively denoises them into a coherent structure over multiple cycles.
For protein inputs, Protenix queries external MSA databases to find evolutionarily related sequences. Conserved residues and co-evolving residue pairs reveal spatial constraints that guide the structure prediction. The MSA step connects to an external server and is the primary source of runtime variability, typically adding 2-5 minutes per prediction.
If you already have alignments, ProteinIQ can pass through upstream-style precomputed .a3m files instead of forcing a new search. Protein chains can receive separate paired and unpaired MSAs, while RNA chains can receive an unpaired RNA-MSA. These uploads are written to temporary files and referenced through the upstream pairedMsaPath and unpairedMsaPath JSON fields so the wrapper stays faithful to Protenix itself.
Protenix outputs per-atom and per-residue confidence estimates derived from the same network that produces the structure. These are not validated against experimental data for each prediction; they reflect the model's internal consistency. A high-confidence prediction that matches an incorrect prior (e.g. a homolog with a different binding mode) may score well while being physically wrong.
Protenix outputs ranked CIF files together with the upstream summary-confidence JSON for each prediction.
| Metric | Scope | Interpretation |
|---|---|---|
| pLDDT | Per-residue, 0-100 | >90: high confidence. 70-90: backbone likely correct. 50-70: low confidence. <50: likely disordered or unreliable. |
| pTM | Whole structure, 0-1 | >0.5 suggests the overall fold is correct. |
| ipTM | Inter-chain interfaces, 0-1 | >0.7 indicates a reliable interface prediction. Particularly relevant for protein-protein and protein-ligand complexes. |
ProteinIQ also preserves the additional upstream metrics and flags from summary_confidence, including ranking_score, gpde, per-chain confidence summaries, pairwise interface scores, clash flags, disorder estimates, and the recycle count used for the prediction.
When running multiple seeds, structural agreement across the top-ranked predictions is a better indicator of reliability than any single confidence score. Divergent predictions across seeds suggest the structure is genuinely uncertain.
Several AlphaFold 3-style tools are available for biomolecular complex prediction.
| Tool | Strengths | Limitations |
|---|---|---|
| Protenix | Open license, strong benchmark performance, supports SDF file inputs | Slower than Boltz-2; no covalent docking |
| Boltz-2 | Fast, supports affinity prediction | Fewer input formats |
| Chai-1 | Strong protein-ligand interface predictions | Restricted to non-commercial use |
| OpenFold 3 | Open-source AF3 alternative | Earlier implementation, fewer features |
For protein-only structure prediction without any ligands or nucleic acids, ESMFold runs in seconds with no MSA step. For targeted docking when a binding site is known, AutoDock Vina or DiffDock may be more appropriate than full complex prediction.
Export atom confidence JSON | Saves the upstream full_data JSON for each prediction. Useful for debugging or downstream analysis, but larger than the default summary metrics. |