All models
Model card on Hugging Face
Qwen3-Embedding
by Alibaba
Embeddings
Alibaba's Qwen3-Embedding (qwen3 family) — embeddings; 40K context.
- Publisher
- Alibaba
- Context window
- 40K tokens
- Sizes
- 0.6B, 4B, 8B
- Licence
- Apache 2.0
Run Qwen3-Embedding
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="qwen3-embedding:0.6b",
input="The quick brown fox",
)
print(response.data[0].embedding) Run Qwen3-Embedding on your own UK infrastructure
Deploy a worker, install Qwen3-Embedding, and start serving it through one sovereign API endpoint.