Mistral Small

32 000 context

Model ID

mistral-small-latest

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://api.mistral.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="mistral-small-latest",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — quick registration required.

Free Tier Limits (Mistral (La Plateforme))

Rate Limit
1 request/second
Daily Limit
-
Monthly Limit
Free