You can now deploy and call BioLMs - biological language models like ESM-2, ProteinMPNN, and ESMFold - whether you're on our hosted platform or running everything yourself.
Two new repos, both fully open source under
Apache-2.0
:
  • biolm-hub
    — a standardized, agent-first catalog of open BioLMs that deploy straight into your own Modal account. Every model shares the same six actions (
    predict
    ,
    fold
    ,
    encode
    ,
    generate
    ,
    score
    ,
    log_prob
    ) and the same request/response schemas.
  • biolm-sdk
    — our new Python SDK and CLI (v1), replacing the now-deprecated
    biolm-py
    . Works against both our hosted API and your own biolm-hub gateway — switch backends with a single command, no rewritten client code. **If you're still on
    biolm-py
    , this is the time to move over.**
We also gave the docs a major refresh while we were at it.
Clone, deploy, and start serving in minutes.
🎥 Watch the walkthrough
📖 Read the full announcement
💻 Browse the repos: github.com/BioLM
📚 Read the Docs: biolm.ai/docs