All models
Mistral AIReady now
Devstral 2 123B
Context length128,000
GPU requirement2 GPUs
Concurrency1.10x
API model IDDevstral-2-123B-Instruct-2512-int4-AutoRound
Input pricing$0.35 / 1M
Output pricing$1.80 / 1M
Cached input pricing$0.07 / 1M
Recommended use cases
Where this model fits.
Supported features
Ready for production.
OpenAI compatible
Scale to zero
API example
Use the interface you already know.
Every published text endpoint uses an OpenAI-compatible request surface.
curl
curl https://api.inferx.com/v1/chat/completions \
-H "Authorization: Bearer $INFERX_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "Devstral-2-123B-Instruct-2512-int4-AutoRound", "messages": [...] }'