novita
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.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "27814cfe104a48f3a1fb02859d9f9be9",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
27814cfe104a48f3a1fb02859d9f9be9
Input
$0.040 / 1M
Output
$0.170 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.040 / 1M |
| Output tokens | $0.170 / 1M |
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/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "27814cfe104a48f3a1fb02859d9f9be9",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'