Tenzro
Text embedding

EmbeddingGemma 300M

Google EmbeddingGemma 300M — Matryoshka edge embeddings, fp32-only
Gemma Terms of Usecommercial_customSource verified
Specification
Model ID
embeddinggemma-300m
Family
embeddinggemma
Modality
Text embedding
Weights
1.2 GB
Minimum RAM
3 GB
Embedding dim
768
Source

Weights and provenance.

Registry license
Gemma Terms of Use
Source license
gemma
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download embeddinggemma-300m

# Serve it
tenzro model serve embeddinggemma-300m

# 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":"embeddinggemma-300m"}]}'
← All models