API · Models
Text

Mistral Nemo

Mistral Nemo is a compact 12B model with a 128K context window, built in collaboration with NVIDIA, optimized for multilingual tasks and low-latency inference.

Context 131.1K·Max out 131.1K

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/mistral/mistral-nemo'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
$0.02
Output $/M
$0.03
Context window
131.1K
Max output
131.1K
Supported parameters
tool-usejson-modestreaming

Related models

ModelTypeContextInput $/M
Mistral SmallText128K$0.07
Mistral Medium 3.5Text262.1K$1.50
Devstral 2Text256K$0.40
Pixtral LargeText131.1K$2
Ministral 3BText131.1K$0.10