BioLM SDK
The BioLM SDK provides a Python interface for interacting with the BioLM platform. It comes preinstalled in all Notebook Sessions and can also be used locally for programmatic workflows.
Overview
Use the SDK to generate, encode, or finetune models, manage sequences, and integrate with your workspace. It offers convenient access to the same APIs that power the BioLM Console.
Access the SDK Docs
Full reference documentation and usage examples are available at:
https://docs.biolm.ai/latest/index.html
Typical Use Cases
- Automate model predictions and dataset uploads
- Run batch jobs or fine-tuning tasks from Python
- Integrate BioLM features into your own notebooks or pipelines