Skip to main content
ToxPredict-v2 is a 280M parameter model for multi-endpoint toxicity prediction. Given a SMILES string, it returns per-endpoint risk scores across hepatotoxicity, cardiotoxicity, mutagenicity, and acute toxicity, with an overall verdict.

At a glance

Install

See Installation for full setup, including uv and poetry.

When to use

  • Screen a compound library before wet-lab assays.
  • Filter MolGen-7 candidates before synthesis.
  • Prioritize a hit series by predicted safety profile.

Example

Response

Parameters

string
required
SMILES representation of the compound.
string
Optional human-readable name for the compound. Echoed in the response.
string[]
Endpoints to evaluate. Defaults to all supported endpoints. Valid values: hERG, DILI, AMES, LD50, cardiotox, nephrotox.

Response fields

object
Cardiotoxicity risk from hERG channel binding. Contains a score between 0 and 1 and a categorical risk (low, moderate, high).
object
Drug-induced liver injury risk with score and risk fields.
object
Bacterial mutagenicity result (positive or negative).
number
Predicted oral LD50 in milligrams per kilogram.
string
Overall verdict: CLEAR, CAUTION, or AVOID.
string[]
Human-readable flags for individual concerns raised across endpoints.