To use Open Interpreter with the Mistral API, set the model flag:

interpreter --model mistral/<mistral-model>

Supported Models

We support the following completion models from the Mistral API:

  • mistral-tiny
  • mistral-small
  • mistral-medium

interpreter --model mistral/mistral-tiny
interpreter --model mistral/mistral-small
interpreter --model mistral/mistral-medium

Required Environment Variables

Set the following environment variables (click here to learn how) to use these models.

Environment VariableDescriptionWhere to Find
MISTRAL_API_KEYThe Mistral API key from Mistral API ConsoleMistral API Console