Free AI Index / Resource detail

Mistral · La Plateforme free mode

Mistral AI · International

What this offer provides

The official Mistral help center states: 'Free mode (the default) has the lowest limits, intended for evaluation and prototyping', with pay-as-you-go tiers unlocking higher limits.

Quick facts

Free mechanismFree mode (default): lowest rate limits, intended for evaluation and prototyping
ValidityOngoing default tier; limits can change
AccessMistral account
Last verified2026-09-07

How to use it

Use the Mistral API in free mode, the default tier for evaluation and prototyping

Prerequisites

Steps

curl

curl https://api.mistral.ai/v1/chat/completions --header 'Authorization: Bearer ${MISTRAL_API_KEY}' --header 'Content-Type: application/json' --data '{"model":"mistral-small-latest","messages":[{"role":"user","content":"Hello"}]}'

Official sources

Official help article: 'Free mode (the default) has the lowest limits, intended for evaluation and prototyping ... Rate limits depend on your plan and usage tier'.

Related resources