AICredits logo
mistralaivision

Mistral: Ministral 3 14B 2512

mistralai/ministral-14b-2512

The largest model in the Ministral 3 family, Ministral 3 14B offers frontier capabilities and performance comparable to its larger Mistral Small 3.2 24B counterpart. A powerful and efficient language...

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹20.13
Cached / 1M
₹2.01
Output / 1M
₹20.13

Pricing

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

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

Quickstart

Call Mistral: Ministral 3 14B 2512 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/ministral-14b-2512",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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