Tenzro
Text embedding

BGE-M3

BAAI BGE-M3 — multilingual multi-granularity retrieval encoder
MITpermissiveSource verified
Specification
Model ID
bge-m3
Family
bge
Modality
Text embedding
Weights
2.1 GB
Minimum RAM
4 GB
Embedding dim
1024
Source

Weights and provenance.

Repository
Registry license
MIT
Source license
mit
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download bge-m3

# Serve it
tenzro model serve bge-m3

# 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":"bge-m3"}]}'
← All models