Back to catalog
Mistral

Mistral Large 2

mistral/mistral-large-2

Try in Playground

European frontier model with strong reasoning.

Context window
128Ktokens
Input price
$2.00/ 1M tokens
Output price
$6.00/ 1M tokens
P50 latency
350ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "mistral/mistral-large-2",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textcode

Throughput: 95 tok/s · Released 2025-07