codestral-2508
Model ID: codestral-2508
Provider: mistral
Tier: fast
Capabilities: chat, code
mistral chat, code model.
Access
Available on fast. Call it through the Riven API:
bash
curl https://api.rivenai.io/v1/chat/completions \
-H "Authorization: Bearer $RIVEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "codestral-2508", "messages": [{"role": "user", "content": "Hello"}]}'Generated from the live Riven gateway catalog, 2026-07-25.