Digitorn
Digitorn
← All integrations
Mistral AI

Build AI agents on Mistral in YAML

Mistral Large for general agent work, Codestral for code-heavy tasks.

Why Mistral

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.

Models worth knowing about

premium
mistral-large-latest
General coordinator
specialty
codestral-latest
Code-heavy tasks
fast
mistral-small-latest
Fast classification
Strengths
  • EU-based provider, helpful for compliance
  • Open weights for several models, optional self-host
  • Codestral is competitive for coding agents
  • Strong multilingual coverage
Worth knowing
  • No first-class entry in the credential catalog yet, configure via inline env template
  • Smaller ecosystem than OpenAI or Anthropic
  • Tool-use reliability is good but not best-in-class
  • Rate limits can be aggressive on free tiers

Drop into your app.yaml

agent brain block
1brain:2  provider: mistral3  model: mistral-large-latest4  config:5    api_key: "{{env.MISTRAL_API_KEY}}"6  temperature: 0.2
⚡ Inline config (catalog support pending)

Mistraldoesn'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=...
Run one in 5 minutes

Install Digitorn and chat with your Mistral agent

# 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-code
Newsletter

Get the next post in your inbox.

Engineering 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.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

Other providers Digitorn supports

frontierAnthropic Claude/integrations/anthropicfrontierOpenAI/integrations/openaifastDeepSeek/integrations/deepseekopenOllama/integrations/ollamaopenvLLM/integrations/vllmfastGroq/integrations/groqenterpriseAzure OpenAI/integrations/azure-openaifrontierGoogle Gemini/integrations/google-geminiopenTogether AI/integrations/together-ai