Skip to content

Publicly Available Models§

Below an overview of our available open-source models. Find them on GitHub here.
Go to Deploying Models for more detailed deployment options beyond the quick-start.



SMI-TED  /  Inference for SMILES§

openad-service-smi-ted compose.yml Instructions

This OpenAD service provides access to the SMILES-based Transformer Encoder-Decoder (SMILES-TED), which is an encoder-decoder model pre-trained on a curated dataset of 91 million SMILES samples sourced from PubChem, equivalent to 4 billion molecular tokens. SMI-TED supports various complex tasks, including quantum property prediction, with two main variants ( 289 M and 8 × 289 M ).

More information:
github.com/IBM/materials
huggingface.co/ibm/materials.smi-ted
arxiv.org/abs/2407.20267

Support for:
✅ Docker / Podman Compose
✅ Docker / Podman
✅ Apple Silicon - more info

Quick start with Docker Compose:

Text Only
curl -O https://raw.githubusercontent.com/acceleratedscience/openad-service-smi-ted/main/compose.yaml
Text Only
docker compose create
Text Only
docker compose start
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as smi_ted

BMFM-SM  /  Inference for SMILES§

openad-service-bmfm-sm compose.yml Instructions

This OpenAD service provides access to the Biomedmultiview foundation model with checkpoints for the following properties:

BACE BBBP CLINTOX ESOL FREESOLV HIV
LIPOPHILICITY MUV QM7 SIDER TOX21 TOXCAST

More information:
github.com/BiomedSciAI/biomed-multi-view
arxiv.org/abs/2410.19704

Support for:
✅ Docker / Podman Compose
✅ Docker / Podman
✅ Apple Silicon - more info

Quick start with Docker Compose:

Text Only
curl -O https://raw.githubusercontent.com/acceleratedscience/openad-service-bmfm-sm/main/compose.yaml
Text Only
docker compose create
Text Only
docker compose start
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as bmfm_sm

BMFM-PM  /  Inference for Proteins using MAMMAL§

openad-service-bmfm-pm compose.yml Instructions

This OpenAD service provides access to the Biomedmultialignment foundation model with checkpoints for the following properties:

Sol DTI

More information:
github.com/BiomedSciAI/biomed-multi-alignment

Support for:
✅ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker Compose:

Text Only
curl -O https://raw.githubusercontent.com/acceleratedscience/openad-service-bmfm-pm/main/compose.yaml
Text Only
docker compose create
Text Only
docker compose start
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as bmfm_pm

REINVENT 4  /  Inference for SMILES§

openad-service-reinvent4 compose.yml Instructions

This OpenAD service provides access to the REINVENT 4 molecular design tool, which is used for de novo design, scaffold hopping, R-group replacement, linker design, molecule optimization, and other small molecule design tasks. REINVENT uses a Reinforcement Learning (RL) algorithm to generate optimized molecules compliant with a user-defined property profile defined as a multi-component score. Transfer Learning (TL) can be used to create or pre-train a model that generates molecules closer to a set of input molecules.

More information:
github.com/MolecularAI/REINVENT4
link.springer.com/article/10.1186/s13321-024-00812-5

Support for:
✅ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker Compose:

Text Only
curl -O https://raw.githubusercontent.com/acceleratedscience/openad-service-reinvent4/main/compose.yaml
Text Only
docker compose create
Text Only
docker compose start
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as reinvent4

Generation Inference for SMILES§

openad-service-gen Instructions

No description available.

Support for:
❌ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker:

Text Only
git clone https://github.com/acceleratedscience/openad-service-gen
Text Only
cd openad-service-gen
Text Only
docker build -t gen .
Text Only
docker run -p 8080:8080 gen
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as gen

Property Inference for SMILES§

openad-service-prop Instructions

No description available.

Support for:
❌ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker:

Text Only
git clone https://github.com/acceleratedscience/openad-service-prop
Text Only
cd openad-service-prop
Text Only
docker build -t prop .
Text Only
docker run -p 8080:8080 prop
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as prop

MOLER Inference for SMILES§

openad-service-moler Instructions

No description available.

Support for:
❌ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker:

Text Only
git clone https://github.com/acceleratedscience/openad-service-moler
Text Only
cd openad-service-moler
Text Only
docker build -t moler .
Text Only
docker run -p 8080:8080 moler
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as moler

MoLFormer Inference for SMILES§

openad-service-molf Instructions

No description available.

Support for:
❌ Docker / Podman Compose
✅ Docker / Podman
❌ Apple Silicon - more info

Quick start with Docker:

Text Only
git clone https://github.com/acceleratedscience/openad-service-molf
Text Only
cd openad-service-molf
Text Only
docker build -t molf .
Text Only
docker run -p 8080:8080 molf
Text Only
openad
Text Only
catalog model service from remote 'http://127.0.0.1:8080' as molf