Text segmentation
SAM 3 ViT-H
Meta SAM 3 ViT-H — text-promptable open-vocabulary segmenter (community ONNX)
Meta SAM Licensecommercial_customSource verified
Specification
Model ID
sam3-vit-hFamily
sam3
Modality
Text segmentation
Context
32 tokens
Weights
2.3 GB
Minimum RAM
6 GB
Input size
1008px
Source
Weights and provenance.
Repository
Registry license
Meta SAM License
Source license
not stated on the source repository
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download sam3-vit-h
# Serve it
tenzro model serve sam3-vit-h
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"sam3-vit-h"}]}'