Mistral Provider not working
# support
s
When I select Mistral as the provider it gives me an error "Credentials for provider Mistral not found". What needs to be done in this case?
v
To fix the "Credentials for provider Mistral not found" error, you need to set up Mistral API credentials in Vapi. Go to [dashboard.vapi.ai/keys](https://dashboard.vapi.ai/keys) and add your Mistral API key, or use this curl command:
Copy code
bash
curl --location 'https://api.vapi.ai/credential' \
--header 'authorization: Bearer YOUR_VAPI_API_KEY' \
--header 'content-type: application/json' \
--data '{
    "provider": "mistral",
    "apiKey": "YOUR_MISTRAL_API_KEY"
}'
If issues persist, contact Vapi support. Sources: - [Vapi Provider Keys Dashboard](https://dashboard.vapi.ai/keys) - [Discord Channel Setting up credentials](https://discord.com/channels/1211482211119796234/1338649953102463038) - [Discord Channel Credential endpoint](https://discord.com/channels/1211482211119796234/1317475563220504596)
s
@Vapi Support Bot how do I get API Key from Mistral?
v
I don't have specific instructions on how to obtain a Mistral API key from their platform. Have you already created an account on Mistral's website? Typically, API providers require account creation before you can generate API keys from their developer dashboard.
k
Generate a Mistral API key at console.mistral.ai, add it under Provider Keys in Vapi, and assign it to your assistant.
3 Views