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§
- Mistral
Native Embedding Provider - Calls
api.mistral.ai/v1/embeddingsusing themistral-embedmodel. - Mistral
Native Provider - Calls
api.mistral.ai/v1/chat/completionswith an API key.