Skip to main content
MolGen-7 is a 3.4B parameter generative model for small molecule design. Given a target and property constraints, it proposes novel candidate molecules with predicted binding affinity, ADMET scores, and synthetic accessibility.

At a glance

Install

See Installation for full setup, including uv and poetry.

When to use

  • Generate hit candidates against a validated target.
  • Optimize a known scaffold for logP, molecular weight, or synthetic accessibility.
  • Expand a chemical library with diverse, novel structures.

Example

Response

Parameters

string
required
Target identifier, either a gene symbol with mutation (EGFR T790M) or a UniProt ID.
string
required
Optimization objective. One of binding_affinity, selectivity, admet, or multi.
object
Property constraints applied during generation. Each key accepts min and max bounds.
integer
default:"4"
Number of candidate molecules to return. Maximum 32.

Response fields

integer
Number of candidates that passed all constraints.
array
Ranked candidate molecules.
Pipe candidates through ToxPredict-v2 for a full toxicity profile before committing to synthesis.