AICredits logo
mistralaivision

Mistral: Mistral Small 3.2 24B

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

Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on...

Supported APIs

Chat APIVision
Context
256K
Max output
Input / 1M
₹7.55
Cached / 1M
₹0.75
Output / 1M
₹20.13

Pricing

Token typeUSD / 1MINR / 1M
Input$0.075₹7.55
Cached inputprompt cache read$0.00750.75
Output$0.200₹20.13

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

Quickstart

Call Mistral: Mistral Small 3.2 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.2-24b-instruct",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.