Skip to main content

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.

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().

Usage

list_models(api_base_url = API_BASE_URL)

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

# Get all available models
models <- list_models()
print(models)

Source

Generated from R/call_model_api.R and the package help files in man/.