!pip install vlmrun from vlmrun.client import VLMRun client = VLMRun(api_key="<VLMRUN_API_KEY>") response = client.models.list()
[ { "domain": "<string>", "model": "vlm-1" } ]
Get the list of supported models.
generate
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type ModelInfo · object[].
ModelInfo · object[]