Mistral Large 3

mistralai/mistral-large-3
by Mistral·Text·256K context·Released 2025-12-10·Mistral Commercial
frontier

Overview

Mistral's flagship, a strong general-purpose model with excellent multilingual coverage and reliable function calling. A good European-hosted option for production assistants and agents that need solid reasoning without going all the way to the most expensive frontier tiers. Available from a few providers with steady uptime; priced for serious workloads rather than high-volume bulk jobs.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence76
Coding78
Instruction following88

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
Lambda$2.20$6.6092 tok/s99.6%
Hyperbolic$2.36$7.0886 tok/s99.4%
Parasail$2.82$8.4679 tok/s99.3%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-large-3",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'