text-embedding-3-small
lx1-embed-3-smallEmbeddingsLive in the catalogThe economical OpenAI embedding: markedly cheaper than the large model while keeping most of its retrieval quality. The right pick for high-volume indexing where you're embedding millions of chunks and cost dominates.
- 01Very low price per million tokens
- 02Most of the large model's quality
- 03Ideal for high-volume indexing
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.
text-embedding-3-small 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-embed-3-small",
"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