Browse vocabularies on the platform
You can browse and download the vocabulary for any model you have access to at:app.synthesize.bio/docs/vocab
Pick a model from the dropdown to see every metadata field it accepts, with downloadable JSON files of the valid values.
From the SDKs
Both SDKs let you discover models programmatically withlist_models(). Once you have a model_id, head to the vocabulary browser to see exactly which metadata that model accepts.
Python: pysynthbio
list_models() and get_example_query(model_id=...)R: rsynthbio
list_models() and get_example_query(model_id = ...)