Novita

mistralai/mistral-nemo

mistralai/Mistral-Nemo
Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

Mistral-Nemo-Instruct-2407 is a 12-billion-parameter instruction-tuned language model developed jointly by Mistral AI and NVIDIA. It features a 128k token context window, strong multilingual capabilities, and excels at tasks like text generation, code generation, and reasoning. It uses the efficient Tekken tokenizer and is released under the Apache 2.0 license.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.040 / 1M tokens

Output tokens

$0.170 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.040 / 1M tokens
Output tokens$0.170 / 1M tokens

Performance

Published evaluation results associated with this model.

General Reasoning

MMLU (5-shot)68
HellaSwag (0-shot)83.5
ARC-Challenge (25-shot)65.5
Winogrande (0-shot)76.8

Multilingual (MMLU)

French62.3
German62.7
Spanish64.6
Italian61.3
Portuguese63.3
Russian59.2
Chinese59
Japanese59

Knowledge & QA

TriviaQA (5-shot)73.8
NaturalQuestions (5-shot)31.2
CommonSenseQA (0-shot)70.4
TruthfulQA (0-shot)50.3

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/Mistral-Nemo",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'