Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.57 KB

File metadata and controls

70 lines (52 loc) · 1.57 KB

Curie CLI

Command-line interface for the Curie scientific AI platform. Run biology, chemistry, and physics models directly from your terminal.

Installation

pip install curie-cli

Authentication

curie auth login

Or set your API key as an environment variable:

export CURIE_API_KEY="sk-..."

Get your API key at curie.sh/dashboard/keys. First 500 calls are free.

Commands

Fold a protein

curie fold MKTIIALSYIFCLVFA
curie fold MKTIIALSYIFCLVFA --output structure.pdb

Dock a small molecule

curie dock --protein structure.pdb --ligand "CC(=O)Oc1ccccc1C(=O)O"
curie dock --protein structure.pdb --ligand aspirin.sml --output pose.pdb

Generate embeddings

curie embed MKTIIALSYIFCLVFA
curie embed MKTIIALSYIFCLVFA --output embeddings.json

List available models

curie models
curie models --domain biology

Models

Model Domain Description Latency
esm/esmfold-v1 Biology Protein structure prediction ~200ms
mit/boltz-2 Biology Biomolecular complex prediction ~2min
baker/proteinmpnn Biology Protein sequence design ~300ms
meta/esm-2-650m Biology Protein language model embeddings ~90ms
mit/diffdock Chemistry Molecular docking ~800ms

Links

License

MIT — see LICENSE