← All models
Mistral
Mistral Large
Mistral's flagship multilingual model.
chatmultilingualtoolsEU
Input price
$2.40
per 1M tokens (with markup)
Output price
$7.20
per 1M tokens (with markup)
Context window
128,000
tokens max input
About Mistral Large
Mistral Large — strong multilingual reasoning, tools, JSON mode, European data residency.
Capabilities
✓Streaming
✓Tool calling / function calls
—Vision input
✓JSON mode
Use it through OneAPIKey
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ONEAPIKEY_API_KEY,
baseURL: "https://oneapikey.app/v1",
});
const res = await client.chat.completions.create({
model: "mistral-large",
messages: [{ role: "user", content: "Hello!" }],
});