Registry / ai-ml / vlmrun-hub

vlmrun-hub

JSON →
library0.1.35pypypi✓ verified 84d ago

VLM Run Hub provides industry-specific schemas and utilities for working with Vision Language Models. Current version 0.1.35, released frequently with minor updates.

pip install vlmrun-hub
INSTALL
IMPORT
SIG · VLMRUN-HUB
V
vlmrun-hub
ai-mlpythonv0.1.35
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VLMHub
import vlmrun
from vlmrun import VLMHub

Initialize VLMHub and list available industry schemas.

from vlmrun import VLMHub hub = VLMHub() # List available schemas schemas = hub.list_schemas() print(schemas)
Debug
Known issues
breakingVersion 0.1.x may introduce breaking changes to schema names and API endpoints between releases. Pin your dependency version.
fix
Specify exact version in requirements: vlmrun-hub==0.1.35
affects: >=0.1.0
gotchaPackage name is 'vlmrun-hub' but the import module is 'vlmrun' (no '-hub' suffix).
fix
Use 'import vlmrun' or 'from vlmrun import ...'.
affects: all
deprecatedOlder API methods like 'get_schema()' are deprecated in favor of 'fetch_schema()'.
fix
Use 'hub.fetch_schema(...)' instead of 'hub.get_schema(...)'.
affects: <0.1.30
Upgrade
Version history
0.1.35latest on PyPI · released Dec 15, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
36
Perplexity
1
OpenAI (training)
1
Resources
vlmrun-hub — pip install vlmrun-hub · libregistry