Model reference · open weights

embeddinggemma

Available as managed deployment Embeddings litert-community · community Embeddings 1 variants 1k dl/mo

embeddinggemma is an open-weight embedding model from litert-community. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Makerlitert-community
TypeEmbedding models
TaskEmbeddings
Runs withsentence-transformers
Released2025-09-03
Popularity1k downloads / month
LicenceOpen, with conditions

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys litert-community-embeddinggemma for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (litert-community-embeddinggemma below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"litert-community-embeddinggemma","input":"text to embed"}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms