Skip to content

Mistral Nemo

Mistral Nemo is a 12B model with a context window of 131.1K tokens and the Tekken tokenizer trained on 100+ languages, offering ~30% better source code compression and improved multilingual efficiency as a drop-in replacement for Mistral 7B.

Tool Use
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'mistral/mistral-nemo',
prompt: 'Why is the sky blue?'
})