Skip to content

AlphaFold2 vs. ColabFold vs. AlphaFold3

These three names get used loosely and interchangeably, but they answer different questions. AlphaFold2 and AlphaFold3 are different neural networks (see How AlphaFold Works for the architecture differences). ColabFold is not a different network — it's a much faster way to run AlphaFold2 (or AlphaFold-Multimer), by replacing the slowest step of the pipeline.

The short version

Beginner

AlphaFold2 ColabFold AlphaFold3 / AlphaFold Server
What it is The original DeepMind network AF2/AF2-Multimer, run with a much faster homology search A newer, different network
Molecules Proteins (+ multimer add-on) Proteins (+ multimer) Proteins, DNA, RNA, ligands, ions, PTMs, glycans
Speed Slow — MSA search dominates runtime ~20–30x+ faster overall than AF2 Comparable trunk cost to AF2, plus diffusion sampling
Easiest way to run it Local install, or DeepMind's official Colab Local install ("LocalColabFold") or Colab notebook AlphaFold Server web portal, or local install
License Free, research use Free, open-source Non-commercial only

Rule of thumb: for a quick, free protein or protein-complex prediction, start with ColabFold (Colab notebook or local). For anything involving DNA/RNA, ligands, ions, or PTMs, you need AlphaFold3, most easily via the AlphaFold Server. Reach for a local AlphaFold2 or AlphaFold3 install on HPC when you need batch throughput, custom databases, or commercial use.

Advanced

AlphaFold2's biggest bottleneck was never the neural network itself — it was the MSA search: querying sequence databases (UniRef90, MGnify, Uniclust30/UniRef30, BFD) using jackhmmer and HHblits, both CPU-bound and slow. On the original pipeline, this MSA stage consumed roughly 83% of total wall-clock time.

ColabFold (Steinegger lab) replaces this with MMseqs2 search against a remote or local server — 40–60x faster homology search — while still using AlphaFold2's (or AlphaFold-Multimer's) original network weights for the actual structure prediction. Net effect: ColabFold matches AF2's accuracy on CASP14 benchmarks (~0.70 ± 0.05 TM-score for both) while being 20–30x faster overall; a GPU-accelerated MMseqs2 variant pushes this further, to 31.8x faster than plain AF2, cutting the MSA stage's share of total runtime from 83% down to ~14.7%.

So: ColabFold ≈ AlphaFold2's brain + a much faster search step. It is not a separate, competing architecture.

Expert: official AF2 Colab vs. ColabFold specifically

Even among Colab notebooks, "AlphaFold2 Colab" (DeepMind's official simplified notebook) and "ColabFold" are not the same thing:

  • Official AlphaFold2 Colab uses only a portion of BFD and does not use homologous structure templates at all — accuracy is described as marginally lower than the full local pipeline.
  • ColabFold supports custom MSA input, homologous templates, and exposes tunable parameters (MSA depth, number of recycles) that the official notebook doesn't. This is why it's generally the recommended default over the official notebook.
  • Free-tier Colab practical limits: roughly a 2,500-residue monomer / 4,000-residue multimer ceiling, with runtime from minutes to hours depending on length and the GPU assigned that session (T4 vs. the faster, paid-tier A100). A ~182-residue protein takes ~10 minutes on a free T4; a 1,442-residue protein takes ~30 minutes on an A100 vs. ~240 minutes on a T4.

AlphaFold3 & AlphaFold Server: a genuinely different model

Beginner

AlphaFold3 isn't a faster AlphaFold2 — it's built differently (diffusion-based structure generation instead of AF2's deterministic module; see How AlphaFold Works), and as a result it can model far more than proteins alone: DNA, RNA, small-molecule ligands, ions, post-translational modifications, and glycans — essentially anything you'd find in the PDB except water. It's also strong specifically at antibody–antigen interactions, though RNA structure prediction remains comparatively weaker than dedicated RNA-specific or expert-curated methods.

The easiest way to use it is the AlphaFold Server — a free web portal, no install required, sign in with a Google account.

Advanced: AlphaFold Server practical limits

  • 5,000-token maximum per job (1 token = 1 amino acid, 1 nucleotide, or 1 atom of a ligand/ion/modification — large ligands can cost many tokens each).
  • A daily job quota per user — this has changed over time and is worth re-checking against the live FAQ at alphafoldserver.com before you rely on a specific number.
  • Supported ions are specific and limited: MG, ZN, CL, CA, NA, MN, K, FE, CU, CO.
  • Cannot model water, hydrogens, or membrane planes directly (fatty-acid workarounds exist for membranes); custom user-supplied MSAs/templates are not supported on the Server (only a choice of template cutoff date, or disabling templates).
  • Output usage restriction: Server outputs cannot be used in docking/screening tools or to train other ML models — check the Output Terms of Use before building a pipeline around it.
Expert: licensing — the part people skip

AlphaFold3's source is CC-BY-NC-SA 4.0, and both the model parameters and AlphaFold Server output are restricted to non-commercial use — individuals, universities, nonprofits, research institutes, educational/government bodies, or journalism. Commercial use requires contacting Google DeepMind directly. This is a meaningful practical difference from AlphaFold2 and ColabFold, which are free for essentially any use. If your work has any commercial dimension (industry collaboration, a startup, contract research), check the current terms before basing a deliverable on AF3/AlphaFold Server output.

Multimer support: how we got here

Expert: AlphaFold-Multimer version history
  • AF2 v2.1.0 (Nov 2021): introduced multi-chain prediction from multi-sequence FASTA files — "AlphaFold-Multimer" as an add-on to the monomer network.
  • AF2 v2.3.0: the --uniclust30_database_path flag was renamed to --uniref30_database_path, reflecting the Uniclust30 → UniRef30 database rename.
  • AF2 v2.3.0: updated Multimer parameters (same architecture, new training cutoff of 2021-09-30) — roughly 30% more training data, 4x more cryo-EM structures, 2x more large structures (>2,000 residues); also reduced GPU memory needs for longer proteins.
  • AlphaFold3, by contrast, has multimer/multi-molecule support built into the core architecture from the start — there's no separate "Multimer mode," since AF3's tokenization and Pairformer/diffusion design natively handle multi-chain, multi-molecule-type inputs.

Which one should I actually use?

One question at a time instead of scanning the bullet list below:

Question 1 of 6

Does your target include DNA or RNA — not just protein?

Question 2 of 6

Do you need a specific ligand or metal ion included in the model?

Question 3 of 6

Do you need a post-translational modification (phosphorylation, glycosylation, ...) modeled?

Question 4 of 6

Do you need to run many predictions in batch, rather than one at a time?

Question 5 of 6

Do you need custom databases, or commercial-use rights?

Question 6 of 6

Is the actual question "is this variant likely pathogenic?" rather than "what's the 3D structure?"

🧬 AlphaFold3, via the AlphaFold Server for convenience, or a local install for scale/customization.

Check the non-commercial license first — see licensing above.

🖥️ Local AlphaFold2 (or AlphaFold3, where the license allows) on HPC.

See Running ColabFold (local/HPC) for cluster setup.

🧪 Neither AF2 nor AF3 directly — use AlphaMissense, a separate DeepMind model purpose-built for this question.

See What is AlphaMissense?

ColabFold — the Colab notebook for a one-off, or LocalColabFold for repeated/batch runs.

The fast, free default for "just give me a protein or complex structure."

Prefer to just read it? Same guide as a static list
  • Just want a protein or protein complex structure, fast, for free? → ColabFold (Colab notebook for one-offs, LocalColabFold for batches/HPC).
  • Need a ligand, ion, nucleic acid, PTM, or glycan in the model? → AlphaFold3, via AlphaFold Server for convenience or a local install for scale/customization (check the non-commercial license first).
  • Running many predictions, need custom databases, or need commercial-use rights? → Local AlphaFold2 (or AlphaFold3 where license allows) on HPC — see Running ColabFold (local/HPC).
  • Need to interpret a missense variant's likely pathogenicity? → Neither of the above directly — see AlphaMissense, a separate DeepMind model built on top of AlphaFold2.

Continue to Structure vs. Sequence Homology →