All models

nomic-embed-text-v1.5

by Nomic AI

Embeddings

nomic-embed-text v1.5 is Nomic AI's open text-embedding model, producing high-quality vectors for search, retrieval, and RAG. It supports adjustable embedding dimensions via Matryoshka representation, letting you trade vector size for cost.

Publisher
Nomic AI
API model name
nomic-embed-text
Context window
2K tokens
Sizes
137M
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",
    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.