Skip to main content
bunker-fold is the official Python SDK for Bunker Longevity. A single package gives you a typed client for every model in the catalog, including BunkerFold-3, GenoScan-LLM, MolGen-7, CryoNet, ToxPredict-v2, and EpiMark.

Requirements

Quick install

Pick a package manager

  • pip: the default Python installer.
  • uv: fast, resolver-first workflow for new projects.
  • Poetry: lockfile-driven dependency management.
  • Docker: pre-built image with bunker-fold and CUDA runtime.

Verify

Configure your API key

Export your key as an environment variable so the SDK picks it up automatically:
Or pass it explicitly:
Never commit API keys to source control. See Authentication for rotation and scope guidance.

First call