Mistral AI Integration
The Mistral AI block enables you to interact with Mistral's AI models, allowing your bot to process user queries and generate responses, similar to the OpenAI block.
Integrate the Mistral AI block in the Indite editor to enable dynamic conversations with Mistral's AI models!
Create your Mistral account at console.mistral.ai (opens in a new tab).
Create Chat Completion
The Mistral AI block lets you generate chat completions based on user queries, displaying the responses directly in your bot. It includes a Dialogue message type, which simplifies passing a sequence of saved assistant and user message history to Mistral AI.
Configure the Mistral AI block in the Flow Editor to create chat completions and manage dialogue history with the Dialogue message type.
Troubleshooting
- HTTP 401 Error: If you encounter an HTTP 401 error while loading Mistral models, your API key may not have propagated yet. Wait a few minutes and retry.
- Rate Limit Error: To resolve rate limit errors, add a subscription to your Mistral account via the Mistral billing section (opens in a new tab) by clicking the
Subscribebutton.
Check for API key propagation or subscription issues in the Mistral billing section to resolve errors with the Mistral AI block.