BGE Base EN v1.5
sdn-bge-base-enEmbeddingsLive in the catalogThe balanced English embedding most retrieval stacks start with: 768 dimensions is wide enough to hold real semantic nuance and narrow enough to keep an index small and searches fast. If you are adding retrieval to a product and do not yet have a reason to choose otherwise, start here.
- 01768 dimensions — the common default width
- 02Balanced accuracy against index size
- 03Also reachable as sdn-embed
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.
BGE Base EN v1.5 is served through the Sideren 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.sideren.io/v1/embeddings \
-H "authorization: Bearer sdn_your_key" \
-H "content-type: application/json" \
-d '{
"model": "sdn-bge-base-en",
"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