Returns a list of all models available in the Synthesize Bio API. Each model has a unique ID that can be used with predict_query() and get_example_query().Documentation Index
Fetch the complete documentation index at: https://docs.synthesize.bio/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
api_base_url: The base URL for the API server. Default is API_BASE_URL.
Returns
A list or data frame containing available models with their IDs and metadata.Examples
Source
Generated fromR/call_model_api.R and the package help files in man/.