← All models
View API Docs
Mistral Embed
mistral-embed
Mistral's text embedding model for semantic search and retrieval tasks.
embedding
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.10/M tokens | — | 8K |
Mistral AI Paris, France
- Input
- €0.10/M
- Output
- —
- Context
- 8K
Specifications
Context window
8K
Providers
1
Released
Dec 2023
Use Mistral Embed
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": "mistral-embed",
"input": "Hello!"
}'