← All models
Try in Chat
Codestral
codestral-latest
Mistral's code-specialized model for generation, completion, and analysis.
codetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.29/M tokens | €0.86/M tokens | 32K |
Mistral AI Paris, France
- Input
- €0.29/M
- Output
- €0.86/M
- Context
- 32K
Specifications
Context window
32K
Providers
1
Released
Aug 2025
Try Codestral
Use this model directly in the ozeye chat interface.
Benchmarks
Scores on standardized evaluations. Higher percentages are better. Rank percentile shows where this model lands among all models on ozeye.
Coding
Python function generation
82.0%
Better than 91% of models
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "codestral-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'