Ministral 14B
Ministral 14B is part of Mistral AI's third-generation edge series, achieving 85% on AIME '25 with its reasoning variant and supporting native image understanding for on-device and edge deployment.
import { streamText } from 'ai'
const result = streamText({ model: 'mistral/ministral-14b', prompt: 'Why is the sky blue?'})Frequently Asked Questions
What is Ministral 14B's reasoning variant performance?
85% on AIME '25 for the reasoning variant, per Mistral AI's Ministral 3 announcement.
Does Ministral 14B support image inputs?
Yes. Native image understanding is included in all variants (base, instruct, and reasoning) as part of the Ministral 3 series.
What deployment targets does Ministral 14B cover?
Mistral AI designed the Ministral 3 series for deployment from edge devices to enterprise workflows.
What license covers Ministral 14B?
Apache 2.0.
Is Ministral 14B multilingual?
Yes. The Ministral 3 series supports 40+ native languages.
How does the reasoning variant differ from the instruct variant?
The reasoning variant activates extended thinking to improve accuracy on complex problems. The instruct variant is optimized for standard instruction-following tasks with lower latency.
How does Ministral 14B compare to Ministral 8B?
Ministral 14B adds image understanding, reasoning capability, and higher benchmark performance. Ministral 8B is text-only but features a specialized interleaved sliding-window attention pattern for faster and more memory-efficient inference at lower cost.