Mistral AI

Mistral Large 2

131K ctxText Tools

Released Jul 24, 2024 · 34B tokens this week · 3 providers

Overview

Mistral's dense flagship, with strong multilingual coverage and reliable function calling. Popular with European deployments that need EU data residency. A solid general model for enterprise assistants and document work.

translationprogramminglegal

Providers

Reference data — not yet measured from live traffic

PROVIDERMAX OUTOUTPUT /MQUANT
Mistral AICheapest
131K33K$2.00$6.00200ms7899.80%Full
Azure AI Foundry
131K33K$2.20$6.60780ms6699.70%Full
Amazon Bedrock
131K33K$2.24$6.72820ms6099.75%Full

Latency p50 reflects a provider’s API endpoint responsiveness — the round-trip to its API, not per-token inference time. These figures, with throughput and uptime, are reference data until the gateway aggregates its own traffic.

Price comparison

Blended $ per 1M tokens

Mistral Large 2$5.00
GPT-5.2$10.94

Blended rate per 1M tokens, weighted one part prompt to three parts completion — roughly the shape of a chat workload. Your mix will move the number.

Call it

OpenAI-compatible — swap the base URL and go

curl https://model.cards/api/v1/chat/completions \
  -H "Authorization: Bearer $MODELCARDS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-large-2",
    "messages": [
      { "role": "user", "content": "Summarize the tradeoffs of speculative decoding." }
    ]
  }'