Ask an LLM about ADMET, hERG, synthesis, binding
TxGemma is Google's therapeutics-specialized LLM with 2B, 9B, and 27B variants. Pretrained on 66 drug-discovery tasks including ADMET, toxicity, reaction prediction, and drug-target interaction. SciRouter exposes it as a reasoning endpoint for MCP-powered agents.
/v1/interpret/txgemmaimport requests
result = requests.post(
"https://scirouter.ai/v1/interpret/txgemma",
json={
"query": "Will a compound with MW 600, LogP 5.5 cross the blood-brain barrier?",
},
headers={"Authorization": "Bearer sk-sci-your-key"}
).json()["data"]
print(result["answer"])Natural-language ADMET queries from agents
Teaching pharmacology with an LLM
Drug-target interaction explanations