mistralai/mistral-small-3.1-24b-instructMistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.351 | ₹35.33 |
| Cached inputprompt cache read | $0.035 | ₹3.53 |
| Output | $0.555 | ₹55.86 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Mistral: Mistral Small 3.1 24B through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-small-3.1-24b-instruct",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.