← All models
Try in Chat
Devstral 2 123B
devstral-2-123b-instruct-2512
Mistral's large 123B code agent model for complex software development tasks. Available on Scaleway.
codechattools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €0.45/M tokens | €2.24/M tokens |
Scaleway Paris, France
- Input
- €0.45/M
- Output
- €2.24/M
Specifications
Context window
256K
Providers
1
Released
Dec 2025
Try Devstral 2 123B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "devstral-2-123b-instruct-2512",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'