Back to Models

Mistral Large 2407

mistralai/mistral-large-2407
Nov 19, 2024131.1K context$2.00/M in · $6.00/M out

Description

This is Mistral AI's flagship model, Mistral Large 2 (version mistral-large-2407). It's a proprietary weights-available model and excels at reasoning, code, JSON, chat, and more. Read the launch announcement here.

It supports dozens of languages including French, German, Spanish, Italian, Portuguese, Arabic, Hindi, Russian, Chinese, Japanese, and Korean, along with 80+ coding languages including Python, Java, C, C++, JavaScript, and Bash. Its long context window allows precise information recall from large documents.

Specifications

Provider
mistralai
Context Length
131.1K
Max Output
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$2.00
Output$6.00
Cache Read$0.20

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