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

Version 1 Next »

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

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

For example:

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

  • No labels