Skip to main content

Module mistral

Module mistral 

Source
Expand description

Mistral AI native API provider.

Calls api.mistral.ai directly — no Google Cloud required. Auth: MISTRAL_API_KEY environment variable.

This is the preferred provider for the European deployment stack:

  • Mistral AI is headquartered in Paris.
  • Data stays within the EU (Mistral’s infrastructure is EU-based).
  • No dependency on any US cloud provider.

Structs§

MistralNativeEmbeddingProvider
Calls api.mistral.ai/v1/embeddings using the mistral-embed model.
MistralNativeProvider
Calls api.mistral.ai/v1/chat/completions with an API key.