You can predict the melting temperature (Tm) of a nanobody (VHH) sequence two ways: a simple web UI, or a REST API for programmatic use.
Open https://diffuse-bio--proxytm.modal.run/ in a browser, paste a single-letter VHH amino acid sequence into the input, and press Enter. The page shows the predicted Tm (°C) and the std across the model ensemble.
The UI is prefilled with an example sequence so you can hit Enter to see the format.
Example request:
GET <https://diffuse-bio--tm.modal.run/?seq=><AMINO_ACID_SEQUENCE>
Example:
curl '<https://diffuse-bio--tm.modal.run/?seq=EVQLLESGGGLVQPGGSLRLSCAASGMDIDYQAMSWFRQAPGKEREFVSCISATGTVTYYADSVKGRFTISRDNSKNTLYLQMNSLKPEDTAVYYCGFSPDCFGERGLYDVSDSRWGQGTQVTVSS>'
Response:
{"pred_tm": 67.42, "std": 1.83}