Back to Modelsby Mistral AI
M
Ministral 14B
MistralA general purpose VLM ideal for chat and instruction based use cases.
Free EndpointDownloadableDec 2, 2025open license4M API calls / 30d
Specifications
Context Length
128K
128,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatvision
Tags
language-generationchatvlm
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
mistralai/ministral-14b-instruct-2512cURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/ministral-14b-instruct-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'