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().
Examples
if (FALSE) { # \dontrun{
# Get all available models
models <- list_models()
print(models)
} # }
