All models
Model card

PLaMo Embedding 1B

sdn-plamo-embed-1bEmbeddingsLive in the catalog

A Japanese-language specialist and the widest embedding here at 2048 dimensions, with a 4K input window. If your corpus is primarily Japanese, a model trained for it will separate passages that a general multilingual embedding treats as interchangeable.

Max input4K tokens
Input · per Mtok$0.02
Dimensions2,048
AvailabilityLive
Where it earns its keep[01/03]
  • 01Purpose-built for Japanese text
  • 022048 dimensions — the widest here
  • 034K input window
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.

PLaMo Embedding 1B 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.

Call it by name
curl https://api.sideren.io/v1/embeddings \
  -H "authorization: Bearer sdn_your_key" \
  -H "content-type: application/json" \
  -d '{
    "model": "sdn-plamo-embed-1b",
    "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 infrastructure

Your agent doesn't change.
Everything underneath does.

$export ANTHROPIC_BASE_URL=https://api.sideren.io

Start free · no card · Starter from $5/mo