← All models
View API Docs
BGE M3
bge-m3
Multi-functionality, multi-lingual, and multi-granularity embedding model supporting 100+ languages.
embedding
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €0.01/M tokens | — | 8K |
OVHcloud Gravelines, France
- Input
- €0.01/M
- Output
- —
- Context
- 8K
Specifications
Context window
8K
Providers
1
Released
Jan 2024
Use BGE M3
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": "bge-m3",
"input": "Hello!"
}'