API

Frontier biomolecular models, callable from your own code.

One endpoint for every model. Submit a job, watch it, download the results.

Usage

How you can use Geodesic API

Structure prediction, as an example — the same three calls run every model.

NovaAtom · structure prediction
curl -X POST https://platform.geodesiclab.com/api/jobs \
  -H "Authorization: Bearer $MODEL_PLATFORM_API_KEY" \
  -F "model=novaatom" \
  -F 'params={
        "jobName": "SARS-CoV-2 Spike RBD",
        "sequences": ">rbd\nNITNLCPFGEVFNATRFASVYAWNRKRISNC...",
        "numSeeds": 1,
        "diffusionSamples": 5}'

# 201 {"id":"job-1a2b3c4d"} — nothing has run yet.
# The body is a form, not JSON. Send every field the model
# marks required, including ones that carry a default.

Pricing

Simple, usage-based pricing.

Example figures for NovaAtom. A run is quoted in credits before it starts, from its numSeeds and its size in tokens.

SeedsTokensQuoted creditsHard ceiling credits
135069
7001218
1,4002639
53501929
7004568
1,400115173
103503451
70086129
1,400226339

$1 = 100 credits. Quoted is what a run reserves when you submit it. Hard ceiling is the most it can ever charge, whatever happens during the run. Tokens count one per residue or nucleotide and one per ligand heavy atom, so a ligand costs more than its length suggests.

Credits reset weekly and do not roll over. Plus raises the allowance — see all plans.

Partner with us

We work with teams taking on the hardest problems in drug discovery. Tell us what you are building.

Get in touch