← All models
View API Docs
Qwen 3 Embedding 8B
qwen3-embedding-8b
Alibaba's 8B parameter embedding model for semantic search and retrieval.
embedding
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.11/M tokens | — | 8K |
| OVHcloud | Gravelines, France | €0.11/M tokens | — | 8K |
| TensorX | Dublin, Ireland | €0.02/M tokens | — | 8K |
Scaleway Paris, France
- Input
- €0.11/M
- Output
- —
- Context
- 8K
OVHcloud Gravelines, France
- Input
- €0.11/M
- Output
- —
- Context
- 8K
TensorX Dublin, Ireland
- Input
- €0.02/M
- Output
- —
- Context
- 8K
Specifications
Context window
8K
Providers
3
Released
Jun 2025
Use Qwen 3 Embedding 8B
Integrate this model into your application via the ozeye API.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/embeddings \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-embedding-8b",
"input": "Hello!"
}'