Mistral AI
activeMistral's Experiment plan gives free access to all models — including Mistral Small, Large, Codestral, and Magistral reasoning — with 1 billion tokens per month. No credit card required, phone verification only.
https://api.mistral.ai/v1
Avg Latency
—
90-day Uptime
—%
Rate Limits
2 RPM / — RPD
Sign-up Required
Yes
Info
Base URL https://api.mistral.ai/v1
Sign-up Required Yes
Credit Card Not required
Context Window 256K
Last Verified 2026-04-28
openai-compatiblereasoningcodevisionfunction-callembedding
Models (8)
mistral-small-latest
CTX: 256K · 2 RPM
mistral-large-latest
CTX: 128K · 2 RPM
open-mistral-nemo
CTX: 128K · 2 RPM
codestral-latest
CTX: 256K · 2 RPM
magistral-small-latest
CTX: 128K · 2 RPM
magistral-medium-latest
CTX: 128K · 2 RPM
pixtral-12b-2409
CTX: 128K · 2 RPM
mistral-embed
CTX: 8K · 2 RPM
Quick Start
export API_KEY="your_api_key_here"
curl https://api.mistral.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_KEY" \
-d '{
"model": "mistral-small-latest",
"messages": [
{"role": "user", "content": "Hello! How are you?"}
]
}'