All models
Model card
Gemini Embedding
lx1-gemini-embedEmbeddingsLive in the catalogGoogle's general-purpose embedding, among the highest-ranked on retrieval benchmarks, with configurable output dimensions. A strong default for multilingual semantic search and RAG when quality is the priority.
Max input2K tokens
Input · per Mtok$0.15
Dimensions3,072
Served byLayer X1 engine
Where it earns its keep[01/03]
- 01Top-tier general retrieval quality
- 02Configurable output dimensions
- 03Strong multilingual coverage
Capabilities
EmbeddingsYes
Turns text into a fixed-length vector for semantic search, RAG, clustering, and dedupe. Call it on /v1/embeddings with a string or array of inputs — no chat, tools, or reasoning.
Behind the endpoint[02/03]
One endpoint. Served by our engine.
Gemini Embedding is served through the Layer X1 engine — zero-downtime serving is the design target, not a status-page apology. You request it by name; everything else is our problem.
Call it by name
curl https://api.layerx1.in/v1/embeddings \
-H "authorization: Bearer lx1_your_key" \
-H "content-type: application/json" \
-d '{
"model": "lx1-gemini-embed",
"input": "text to embed"
}'OpenAI-style clients work too — POST the same model name to /v1/embeddings with a Bearer key. See the docs for both dialects.
Put your agent on real infrastructureYour agent doesn't change.
Your agent doesn't change.
Everything underneath does.
$export ANTHROPIC_BASE_URL=https://api.layerx1.in
Start free · no card · Starter from $5/mo