Cohere Embed v4
lx1-cohere-embed-4EmbeddingsLive in the catalogA multilingual embedding built for enterprise search: over a hundred languages, a long 128K input window, and Matryoshka dimensions you can shorten to fit your index. Strong when your corpus is multilingual or your documents are long.
- 01100+ languages in one model
- 02128K input for long documents
- 03Shortenable dimensions for cheaper indexes
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.
Cohere Embed v4 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-cohere-embed-4",
"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