Back to Models

Ministral 14B

mistralmistral/ministral-14b

Mistral's efficient 14B parameter model with vision support. Good balance of capability and speed for everyday tasks.

Ministral 14B is the largest dense model in Mistral's Ministral 3 family, released December 2, 2025 as part of the broader Mistral 3 launch. It packs 14 billion parameters into a single dense architecture with built-in vision (image understanding) and supports a 256K-token context window on the Mistral API. All Ministral 3 variants ship under the Apache 2.0 license, making them fully open-weight for both research and commercial use.

Mistral positions Ministral 14B as delivering performance comparable to the larger Mistral Small 3.2 (24B) while being optimized for edge and local deployment. Through TheRouter, it serves as a strong mid-tier option: more capable than the 3B/8B siblings for complex reasoning and tool use, yet significantly cheaper and faster than flagship models β€” ideal for teams that need a solid general-purpose model at modest cost.

Best for
  • β€’ Local and edge deployment where a capable vision-language model must fit on consumer GPUs (runs comfortably on 16 GB VRAM at Q4 quantization)
  • β€’ Mid-complexity chat, summarization, and content generation where 3B/8B models fall short but flagship pricing is unnecessary
  • β€’ Tool-calling workflows (function calling) combined with image understanding in a single pass
  • β€’ Multilingual applications β€” Mistral 3 family covers 100+ languages with strong European-language performance
Reach for something else if
  • β€’ Tasks requiring frontier-level reasoning or the longest context β€” route to Mistral Large 3 (675B MoE) or comparable flagships instead
  • β€’ Ultra-low-latency, high-throughput classification or extraction where the 3B or 8B siblings are more cost-effective
  • β€’ Advanced agentic coding with extended thinking β€” consider DeepSeek R1 or Claude Sonnet 4 for complex multi-step code generation
Context Length
128K
Max Output
16K
Input Priceper 1M tokens
$0.216/ 1M tokens
Output Priceper 1M tokens
$0.216/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$0.216 / 1M tokens
Output$0.216 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Specifications

Release date2025-12-02mistral.ai β†—verified
ArchitectureDense transformer, 14B parametersmistral.ai β†—verified
Training cutoffNot publicly disclosedunknown
LicenseApache 2.0mistral.ai β†—verified
Model variantsBase, Instruct, and Reasoningmistral.ai β†—verified
Quantization supportQ4_K_M, FP8, BF16NVIDIA Developer Blog β†—verified

Benchmarks

BenchmarkDistributionScoreSource
Performance vs Mistral Small 3.2 (24B)
Mistral states Ministral 14B delivers performance comparable to the larger Mistral Small 3.2 24B
Comparablemistral.ai β†—

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "mistral/ministral-14b",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Chat completion

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral/ministral-14b",
    "messages": [{"role": "user", "content": "Explain cascade distillation in two paragraphs."}]
  }'

More from mistral

Similar models

Cross-provider sibling models

News & changes

2025-12-02

Mistral 3 family launches with Ministral 14B, 8B, 3B and Large 3

Mistral ships the Mistral 3 family: three Ministral dense models (14B/8B/3B) and a 675B MoE flagship, all Apache 2.0 licensed with vision support. The 14B sits at the top of the Ministral lineup, targeting edge-to-cloud deployment with performance rivaling 24B-class models.

re-authored by TheRoutermistral.ai β†—
2025-12-02

NVIDIA publishes Mistral 3 acceleration and deployment guide

NVIDIA's developer blog details optimized deployment of all Mistral 3 models across GB200 NVL72 to consumer RTX GPUs, confirming Q4_K_M/FP8/BF16 quantization options for Ministral 14B and compatibility with vLLM, Llama.cpp, and Ollama.

re-authored by TheRouterNVIDIA Developer Blog β†—

Frequently asked

What is the difference between Ministral 14B and Mistral Small?

Ministral 14B is part of the Ministral 3 family optimized for edge and local deployment, while Mistral Small (including Small 3.2 at 24B and Small 4) targets cloud-hosted production workloads. Mistral states the 14B delivers comparable performance to Small 3.2 despite having 40% fewer parameters, making it the better choice when hardware resources are constrained.

re-authored by TheRoutermistral.ai β†—
Can I run Ministral 14B locally?

Yes. All Ministral 3 models are released under Apache 2.0 with open weights. The 14B Instruct variant runs on consumer GPUs with as little as 16 GB VRAM using Q4_K_M quantization via Ollama, Llama.cpp, or vLLM. NVIDIA confirms compatibility with RTX and Jetson hardware.

re-authored by TheRouterNVIDIA Developer Blog β†—
Does Ministral 14B support image input (vision)?

Yes. All Ministral 3 models β€” including 14B β€” ship with built-in image understanding capabilities. Through TheRouter's API, you can send images as part of multi-modal chat completions using the standard OpenAI-compatible vision format.

re-authored by TheRoutermistral.ai β†—
What languages does Ministral 14B support?

Mistral states the Mistral 3 family supports 100+ languages. European languages β€” particularly French, German, Spanish, and Italian β€” are among its strongest, consistent with Mistral's French AI heritage. Chinese and other Asian languages are supported but may not match dedicated models from Alibaba or Baidu.

re-authored by TheRoutermistral.ai β†—
Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release datemistral.ai β†—2026-05-28verified
Architecturemistral.ai β†—2026-05-28verified
Training cutoffβ€”β€”unknown
Licensemistral.ai β†—2026-05-28verified
Model variantsmistral.ai β†—2026-05-28verified
Quantization supportNVIDIA Developer Blog β†—2026-05-28verified
Performance vs Mistral Small 3.2 (24B)mistral.ai β†—2026-05-28to verify
Mistral 3 family launches with Ministral 14B, 8B, 3B and Large 3mistral.ai β†—2026-05-28verified
NVIDIA publishes Mistral 3 acceleration and deployment guideNVIDIA Developer Blog β†—2026-05-28verified
What is the difference between Ministral 14B and Mistral Small?mistral.ai β†—2026-05-28to verify
Can I run Ministral 14B locally?NVIDIA Developer Blog β†—2026-05-28to verify
Does Ministral 14B support image input (vision)?mistral.ai β†—2026-05-28to verify
What languages does Ministral 14B support?mistral.ai β†—2026-05-28to verify
Help & contact