mistralai
Mistral: Mistral Nemo
A 12B parameter model with a 128k token context length built by Mistral in collaboration with NVIDIA. The model is multilingual, supporting English, French, German, Spanish, Italian, Portuguese, Chinese, Japanese,...
Context
131k tokens
Input / 1M tokens
$0.02
Output / 1M tokens
$0.03
Benchmark
—
Pricing
Input tokens$0.02 per 1M tokens
Output tokens$0.03 per 1M tokens
Technical details
Model IDmistralai/mistral-nemo
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerMistral
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'mistralai/mistral-nemo',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Nemo?
Get an API key and start making requests in minutes.
Get an API key