Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

First, log into the Mistral AI console (https://console.mistral.ai/).

Before proceeding, you may need to setup the appropriate billing information.

Next, select API Keys, create a new key, and place it into your configuration file.

For example:

models: {
  "Mistral Medium with Streaming": {
    provider: "mistral",
    model: "mistral-medium",
    stream: true,
    apiKey: "......"
  }
}

Finally, install the mistralai npm package using the following command:

npm install @mistralai/mistralai
  • No labels