Back to catalog
Mistral

Mistral Small 3.1

mistral/mistral-small-3.1

Try in Playground

Efficient model balancing cost and quality.

Context window
128Ktokens
Input price
$0.20/ 1M tokens
Output price
$0.60/ 1M tokens
P50 latency
200ms

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-small-3.1",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvision

Throughput: 158 tok/s · Released 2025-10