Nomic Embed v1.5
lx1-nomic-embedEmbeddingsLive in the catalogA fully open embedding — open weights, open data, open training — with an 8K input window and Matryoshka dimensions. A cost-effective, reproducible choice when transparency and price matter more than the last point of benchmark quality.
- 01Fully open weights and training data
- 028K input, shortenable dimensions
- 03Very low cost
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.
One endpoint. Served by our engine.
Nomic Embed v1.5 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.
curl https://api.layerx1.in/v1/embeddings \
-H "authorization: Bearer lx1_your_key" \
-H "content-type: application/json" \
-d '{
"model": "lx1-nomic-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.
Your agent doesn't change.
Everything underneath does.
Start free · no card · Starter from $5/mo