Skip to main content
GET
/
v1
/
hub
/
domains
!pip install vlmrun

from vlmrun.client import VLMRun

client = VLMRun(api_key="<VLMRUN_API_KEY>")
response = client.hub.list_domains()
[
  {
    "domain": "<string>"
  }
]
!pip install vlmrun

from vlmrun.client import VLMRun

client = VLMRun(api_key="<VLMRUN_API_KEY>")
response = client.hub.list_domains()

Description

This endpoint returns the list of supported domains / schemas in the VLM Run Hub.

Response

200 - application/json

Successful Response

domain
string
required

The domain to get the info for.