Back to Models

Mistral: Mistral Medium 3

mistralai/mistral-medium-3
May 7, 2025131.1K context$0.40/M in · $2.00/M out

Description

Mistral Medium 3 is a high-performance enterprise-grade language model designed to deliver frontier-level capabilities at significantly reduced operational cost. It balances state-of-the-art reasoning and multimodal performance with 8× lower cost compared to traditional large models, making it suitable for scalable deployments across professional and industrial use cases.

The model excels in domains such as coding, STEM reasoning, and enterprise adaptation. It supports hybrid, on-prem, and in-VPC deployments and is optimized for integration into custom workflows. Mistral Medium 3 offers competitive accuracy relative to larger models like Claude Sonnet 3.5/3.7, Llama 4 Maverick, and Command R+, while maintaining broad compatibility across cloud environments.

Specifications

Provider
mistralai
Context Length
131.1K
Max Output
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$0.40
Output$2.00
Cache Read$0.04

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-medium-3",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Mistral: Mistral Medium 3 — Pricing & API on OminiGate