AICredits logo
mistralaivision

Mistral: Mistral Small 3.1 24B

mistralai/mistral-small-3.1-24b-instruct

Mistral 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...

Supported APIs

Chat APIVision
Context
128K
Max output
Input / 1M
₹35.33
Cached / 1M
₹3.53
Output / 1M
₹55.86

Pricing

Token typeUSD / 1MINR / 1M
Input$0.351₹35.33
Cached inputprompt cache read$0.0353.53
Output$0.555₹55.86

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Mistral: Mistral Small 3.1 24B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.