← All models
View API Docs
Codestral Embed
codestral-embed
Mistral's code embedding model optimized for code search and retrieval.
embeddingcode
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.14/M tokens | — | 8K |
Mistral AI Paris, France
- Input
- €0.14/M
- Output
- —
- Context
- 8K
Specifications
Context window
8K
Providers
1
Released
May 2025
Use Codestral 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": "codestral-embed",
"input": "Hello!"
}'