Consultants
Pay-as-you-go API. Bill compute to clients. Track usage per project.
- Credit-based pricing
- Per-project tracking
- Client-ready reports
API-first platform for consultants, data scientists, and domain experts — pay-as-you-go credits, batch processing, ML-ready exports.
Whether you bill clients, build models, or file submissions — MolForge fits your workflow.
Pay-as-you-go API. Bill compute to clients. Track usage per project.
Full Python API for docking, QSAR, FEP, and graph queries. Integrate into existing pipelines.
Export graph data with node features and fingerprints. ML-ready datasets for custom model training.
Reproducible ADMET predictions with audit trail. Export standardized reports for submissions.
Self-service property lookups for comparator molecules. Quick ADMET checks without needing a chemist.
Quick molecular due diligence. ADMET profile checks on portfolio compounds.
import requests
API_KEY = "mf_your_api_key"
BASE = "https://api.molforge.ai/v1"
# Batch property prediction
response = requests.post(
f"{BASE}/molecules/batch",
headers={"X-API-Key": API_KEY},
json={
"smiles_list": [
"CC(=O)Oc1ccccc1C(=O)O",
"CC(C)Cc1ccc(cc1)C(C)C(=O)O",
"CC12CCC3C(C1CCC2O)CCC4=CC(=O)CCC34C"
]
}
)
results = response.json()
Pick the plan that fits your role — upgrade or add API credits anytime.
| Specialist | Recommended Plan | Price |
|---|---|---|
| Consultants | API Credits (pay-as-you-go) | Usage-based |
| Cheminformatics | Pro or API Credits | $99/mo or usage-based |
| Data Scientists | Pro | $99/mo |
| Regulatory Affairs | Team | $79/seat/mo |
| Clinical Teams | Free or Academic | Free or $29/mo |
| Investors & Analysts | Free | Free |
API-first pricing — from solo consultants to enterprise SLAs with dedicated infrastructure.
For consultants & solo data scientists
For consulting firms & in-house data teams
API SLA, dedicated infra & compliance
Start building with MolForge today — explore the docs or buy credits to hit the ground running.