API reference#
Property Regression Models#
Data#
Upload and store your datasets on our platform to use with your protein engineering tasks.
|
API interface for calling AssayData endpoints |
|
Assay dataset which contains your sequences and measurements which can be used for training predictors. |
Jobs#
Retrieve and monitor your jobs.
|
API interface to get jobs. |
|
Align#
Align your protein sequences or look up multiple sequence alignments.
|
Align API interface for creating alignments and MSAs (multiple sequence alignments) which can be used for other protein tasks. |
|
Represents a future for MSA (Multiple Sequence Alignment) results. |
Prompt#
Create prompts using sequences and structures to condition our proprietary high-performance PoET foundation models.
|
Prompt API providing the interface to create prompts for use with PoET models. |
|
Prompt which contains a set of sequences and/or structures used to condition the PoET models. |
|
Query containing a sequence/structure used to query the PoET-2 model which opens up new workflows. |
Foundation models#
Use foundation models to produce embeddings and logits with your protein sequences.
|
Embeddings API providing the interface for creating embeddings using protein language models. |
Models#
The foundation models on our platform are classed appropriately to identify the models and group their functionality.
|
Class for OpenProtein's foundation model PoET 2. |
|
Class for OpenProtein's foundation model PoET. |
Proprietary protein embedding models served by OpenProtein. |
|
|
Class providing inference endpoints for Facebook's ESM protein language models. |
Results#
The models produce asynchronous results which are modeled as futures which can be awaited.
Future for manipulating results for embeddings-related requests. |
|
Future for manipulating results for embeddings score-related requests. |
|
Future for manipulating results for embeddings generate-related requests. |
Transform#
Transform and reduce your embeddings for use with visualization and training workflows.
SVD#
|
SVD API providing the interface for creating and using SVD models. |
|
SVD model that can be used to create reduced embeddings. |
UMAP#
|
UMAP API providing the interface to fit and run UMAP visualizations. |
|
UMAP model that can be used to create projected embeddings. |
Predictor#
Train predictors from your assay datasets and use them to make predictions on novel sequences.
|
Predictor API providing the interface to train and predict predictors. |
|
Class providing predict endpoint for fitted predictor models. |
|
Prediction results represented as a future. |
Design#
Design novel protein sequences based on your assay datasets and trained models, optimizing toward your design criteria.
|
Design API providing the interface to design novel proteins based on your design criteria. |
|
A future object that will hold the results of the design job. |
Fold#
Make structure predictions on your protein sequences.
|
Fold API provides a high level interface for making protein structure predictions. |
|
Class providing inference endpoints for Boltz-2 structure prediction model which jointly models complex structures and binding affinities. |
|
Class providing inference endpoints for Boltz-1x open-source structure prediction model, which adds the use of inference potentials to improve performance. |
|
Class providing inference endpoints for Boltz-1 open-source structure prediction model. |
|
Class providing inference endpoints for AlphaFold2 structure prediction models, based on the implementation by ColabFold. |
|
Class providing inference endpoints for Facebook's ESMFold structure prediction models. |
|
Fold results represented as a future. |
Future for manipulating results of a fold complex request. |
Models#
Unified access to the models available on our platform.
|
API-like accessor that groups all available protein models. |
|
RFdiffusion model for generating de novo protein structures. |