Voxtral Small is an enhancement of Mistral Small 3, incorporating state-of-the-art audio input capabilities while retaining best-in-class text performance. It excels at speech transcription, translati
curl https://api.routershift.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "voxtral-small-24b-2507",
"messages": [{"role": "user", "content": "Hello!"}]
}'Full API DocumentationTop 3 parameter configurations from community usage