Back to Models

Mistral Large 2411

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

Description

Mistral Large 2 2411 is an update of Mistral Large 2 released together with Pixtral Large 2411

It provides a significant upgrade on the previous Mistral Large 24.07, with notable improvements in long context understanding, a new system prompt, and more accurate function calling.

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-2411",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'