Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
MISTRAL_API_KEYYesMistral AI API key from the La Plateforme console Docs.

Setup

  1. Create a Mistral account: Go to https://console.mistral.ai and sign up or sign in to La Plateforme. Activate a workspace and add billing under Billing, or use the free Experiment tier where available.
  2. Create an API key: Open https://console.mistral.ai/api-keys, click ‘Create new key’, and give it a descriptive name (e.g. ‘Veryfront Integration’).
  3. Store the key: Copy the key immediately - it is only shown once. Add it to your .env file as MISTRAL_API_KEY=…
  4. Verify access: Run the List Models tool to confirm the key works. A 401 means the key is invalid or the workspace is not activated.
  • API usage is billed per token - chat completion and embedding tools cost money on paid tiers
  • Keys are workspace-scoped; rotate them from the console at any time
Provider API reference: https://docs.mistral.ai/api/

Tools

ToolAccessDescription
List ModelsReadList the Mistral models available to the API key
Get ModelReadGet details about a specific Mistral model
Create Chat CompletionWriteGenerate a chat completion from a list of messages
Create EmbeddingWriteCreate embedding vectors for input text

Example prompts

  • List the Mistral models available to my API key and summarize what each is best for.
  • Use Mistral to generate a chat completion for a prompt I provide.