Skip to main content

Mistral API

The Mistral API provides hosted access to their models, including Mistral-7b, Mixtral, and the very capable mistral-medium. After you obtain your API key here, Continue can be configured as shown here:

~/.continue/config.json
{
"models": [
{
"provider": "mistral",
"title": "Mistral Small",
"model": "mistral-small",
"apiKey": "<API_KEY>"
}
]
}

View the source