Mistral AI

Mistral AI

active

Mistral'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

active

mistral-large-latest

CTX: 128K · 2 RPM

active

open-mistral-nemo

CTX: 128K · 2 RPM

active

codestral-latest

CTX: 256K · 2 RPM

active

magistral-small-latest

CTX: 128K · 2 RPM

active

magistral-medium-latest

CTX: 128K · 2 RPM

active

pixtral-12b-2409

CTX: 128K · 2 RPM

active

mistral-embed

CTX: 8K · 2 RPM

active

Quick Start

bash
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?"}
    ]
  }'