Mistral ships strong open-weight and hosted models with a European footprint that matters for some compliance contexts. Mistral Large is a solid general-purpose coordinator. Codestral is tuned for code generation and runs well as a coding-agent brain when you want a non-American provider.
app.yaml1brain:2 provider: mistral3 model: mistral-large-latest4 config:5 api_key: "{{env.MISTRAL_API_KEY}}"6 temperature: 0.2Mistraldoesn't have a first-class catalog entry yet. Configure it inline using env templates, the same way the blog examples show. Native catalog support is on the roadmap.
MISTRAL_API_KEYYour Mistral La Plateforme API key# add to ~/.digitorn/.env
MISTRAL_API_KEY=...# 1. install the runtime
curl -sSL https://digitorn.ai/install | sh
# 2. drop your Mistral key in the env file
echo 'MISTRAL_API_KEY=...' >> ~/.digitorn/.env
# 3. install a starter agent and chat
digitorn install hub://digitorn/digitorn-code
digitorn chat digitorn-codeEngineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.