All models
Model card on Hugging Face
BGE-M3
by BAAI
Embeddings
BAAI's BGE-M3 (xlm-roberta family) — embeddings; 8K context.
- Publisher
- BAAI
- Context window
- 8K tokens
- Licence
- MIT
Run BGE-M3
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="bge-m3",
input="The quick brown fox",
)
print(response.data[0].embedding) Run BGE-M3 on your own UK infrastructure
Deploy a worker, install BGE-M3, and start serving it through one sovereign API endpoint.