Skip to content
Dashboard

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.

File InputTool UseVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'mistral/ministral-14b',
prompt: 'Why is the sky blue?'
})