Back to Models

Mistral: Mistral Small 3.1 24B

mistralai/mistral-small-3.1-24b-instruct
Mar 17, 2025131.1K context131.1K max output$0.35/M in · $0.56/M out

Description

Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and vision tasks, including image analysis, programming, mathematical reasoning, and multilingual support across dozens of languages. Equipped with an extensive 128k token context window and optimized for efficient local inference, it supports use cases such as conversational agents, function calling, long-document comprehension, and privacy-sensitive deployments. The updated version is Mistral Small 3.2

Specifications

Provider
mistralai
Context Length
131.1K
Max Output
131.1K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$0.35
Output$0.56

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-3.1-24b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Mistral: Mistral Small 3.1 24B — Pricing & API on OminiGate