mistralai/ministral-14b-2512The 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.200 | ₹20.13 |
| Cached inputprompt cache read | $0.020 | ₹2.01 |
| Output | $0.200 | ₹20.13 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Mistral: Ministral 3 14B 2512 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/ministral-14b-2512",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.