Back to all APIs

Mistral

inference

“Get API key” opens Mistral’s console where you can sign in, claim free credits, and generate your key. “Documentation” shows how to set it up and call the API.

European open-weight LLMs with no daily request cap on the free tier.

1 req/sec, no daily cap

Models

mistral-small-latestmistral-medium-latestmistral-large-latest

Details

Auth: api_key
Uptime: 100% uptime · 7d
Avg latency: 380ms
Checked: 2h ago
Pricing: $0.20–$2.00 / 1M tokens
Rate limit: 1 req/sec, no daily cap
Free credits: Free experiment tier, no card
SDKs: pythonjavascripttypescript
Regions: eu
Tags: mistral-7b, open-weight

Code snippets

315ms avg
from mistralai import Mistral

client = Mistral(api_key="YOUR_KEY")
res = client.chat.complete(
    model="mistral-small-latest",
    messages=[{"role": "user", "content": "Hello"}]
)
print(res.choices[0].message.content)

Status history (7 days)

06-10
06-11
06-12
06-13
06-14
06-15
06-21