All models

Magistral Small

by Mistral AI

Chat Tools Thinking

Mistral AI's Magistral Small (mistral family) — tool use, reasoning; 40K context.

Publisher
Mistral AI
Context window
40K tokens
Licence
Apache 2.0
Model card on Hugging Face

Run Magistral Small

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="magistral:magistral-small-2509",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run Magistral Small on your own UK infrastructure

Deploy a worker, install Magistral Small, and start serving it through one sovereign API endpoint.