Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.keywordsai.co/llms.txt

Use this file to discover all available pages before exploring further.

Get Mistral API key

Get your Mistral API key from the Mistral Console to start using Mistral models through Keywords AI.

Mistral models compatibility

Add Mistral API keys

There are 2 ways to add your Mistral credentials to your requests:

Via UI

1

Go to the Providers page

2

Add your Mistral credentials.

Add your Mistral API key in the providers page.

Via code

Add customer_credentials parameter in your request body to use your own Mistral credits.
{
  // Rest of the request body
  "customer_credentials": {
    "mistral": {
      "api_key": "YOUR_MISTRAL_API_KEY",
    }
  }
}