!pip install vlmrun from vlmrun.client import VLMRun client = VLMRun(api_key="<VLMRUN_API_KEY>") response = client.hub.list_domains()
[ { "domain": "<string>" } ]
Get the list of supported domains.
Successful Response
The domain to get the info for.