# Mistral Large API Rate Limits, Pricing & Performance (July 2026)

- Tool: AI API Limits & Performance Matrix
- Last updated: July 2026

## TL;DR

Mistral Large 3 is the current flagship model on La Plateforme, superseding Mistral Large 2. The free Experiment tier provides ~1B tokens/month; pay-as-you-go unlocks an estimated ~300 RPM baseline. Input is cited at $2.00/MTok and output at $6.00/MTok — marketed as the cheapest flagship-tier output among Western providers, though some trackers list $0.50/$1.50. Verify on mistral.ai/pricing before budgeting.

## Frequently asked questions

### How do I increase Mistral Large rate limits?

Add a billing card to your La Plateforme account to immediately upgrade from the free Experiment tier to the pay-as-you-go baseline (~300 RPM per third-party trackers). Then check Admin Console → Limits for your current org ceilings — some self-serve increases are available. For custom enterprise limits, contact Mistral sales or apply to the Mistralship program at mistral.ai/mistralship.

### Is Mistral Large API free?

Yes — Mistral's free Experiment tier requires no billing card and includes approximately 1 billion tokens per month with a low RPM ceiling (check Admin Console → Limits for your specific ceiling). It is for evaluation only. Paid pay-as-you-go access has no monthly minimum and unlocks the production-grade baseline.

### What is Mistral Large 3 pricing?

The most widely-cited figures are $2.00 per million input tokens and $6.00 per million output tokens — though some third-party trackers list $0.50/$1.50. Verify on mistral.ai/pricing before budgeting. A 50% batch discount is available for async workloads. Context caching discounts repeated-prefix input at a rate not yet published.

### Mistral Large vs GPT-4 / GPT-5 — which is cheaper?

At the $6.00/MTok output figure (verify on mistral.ai/pricing), Mistral Large 3 is marketed as the cheapest flagship-tier output among Western providers — undercutting GPT-5.x at $15–$30/MTok and Gemini 2.5 Pro at $10/MTok. If the $0.50/$1.50 figure from some trackers is accurate, the advantage is even larger. Mistral also includes EU Paris data residency at no additional charge. Verify all pricing before making a final decision.

### Does Mistral Large support EU data residency?

Yes. All La Plateforme traffic routes through Paris, France by default. This provides EU data residency without additional cost or configuration — no regional surcharge, unlike AWS/Azure residency options. This applies to Mistral Large 3 and all other La Plateforme models.

### What is the difference between Mistral Large and Mistral Large 3?

Mistral Large historically referred to Large 2; the current version is Mistral Large 3. This is a major version upgrade within the same product line. Use the model string 'mistral-large-3' (or 'mistral-large-latest' with caution) in your API calls. Pricing has changed between versions — verify the current rate on mistral.ai/pricing, as Large 2 and Large 3 rates differ across third-party trackers.

### How do I fix Mistral Large 429 rate limit errors?

Read the Retry-After header in the 429 response and wait that many seconds before retrying. Use exponential backoff as a fallback: delay = min(2^attempt, 60) seconds ± 10% jitter. If on the free tier, add billing to access the paid ~300 RPM baseline. For burst traffic, use the Batch API for non-latency-sensitive work, and check Admin Console → Limits for self-serve increase options. RapidDev helps teams architect retry strategies for Mistral workloads — rapidevelopers.com/contact.

### Should I use mistral-large-latest or pin the version?

Pin the explicit version string 'mistral-large-3' in all production deployments. The -latest alias can silently pull a new major version mid-deploy with different pricing, behavior, and potentially different rate limits. Using -latest is fine for rapid prototyping, but any production system should pin an explicit version and update intentionally after testing.

---

Source: https://www.rapidevelopers.com/ai-api-limits-performance-matrix/mistral-large
© RapidDev — https://www.rapidevelopers.com/ai-api-limits-performance-matrix/mistral-large
