Reference
Remy Reference/models/Mistral Small 3.1 (25.03)
M

Mistral Small 3.1 (25.03)

Mistral Small 3.1 (25.03), a language model from Mistral.
modelOverride: { model: "mistral-small-25.03" }
Mistral·Released March 2025
Pricing
Input
$0.100 / 1M
Output
$0.30 / 1M
Specifications
Context window
128,000 tokens
Max output
16,000 tokens
Released
March 2025
Model string
mistral-small-2503
Use this model
await mindstudio.generateText({
  message: "...",
  modelOverride: {
    model: "mistral-small-25.03",
  },
});