MAMMAL
Protein–protein interaction
Predict the binding-affinity class for a pair of proteins using the IBM MAMMAL biomedical foundation model. The model is CPU-bound and serialized server-side; a call may take up to ~60s, so use a client timeout of at least 60 seconds.
post/api/v1/mammal/ppi
Request body
Response
PPI prediction.
Example response
{
"data": {
"prediction": "<SENTINEL_ID_0><1><EOS>"
}
}