All models

nomic-embed-text-v1.5

by Nomic AI

Embeddings

Nomic AI's nomic-embed-text-v1.5 (nomic_bert family) — embeddings; 2K context.

Publisher
Nomic AI
Context window
2K tokens
Licence
Apache 2.0
Model card on Hugging Face

Run nomic-embed-text-v1.5

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.embeddings.create(
    model="nomic-embed-text:nomic-embed-text-v1.5",
    input="The quick brown fox",
)

print(response.data[0].embedding)

Run nomic-embed-text-v1.5 on your own UK infrastructure

Deploy a worker, install nomic-embed-text-v1.5, and start serving it through one sovereign API endpoint.