Skip to main content

Mistral Vertex AI

info

You need to enable the Vertex AI API and set up the Google Application Default Credentials.

Chat model

We recommend configuring Mistral Large as your chat model.

config.json
{
"models": [
{
"title": "Mistral Large (Vertex AI)",
"provider": "mistral-vertexai",
"model": "mistral-large",
"projectId": "[PROJECT_ID]",
"region": "us-central1"
}
]
}

Autocomplete model

We recommend configuring Codestral as your autocomplete model.

config.json
{
"tabAutocompleteModel": {
"title": "Codestral (Vertex AI)",
"provider": "mistral-vertexai",
"model": "codestral",
"projectId": "[PROJECT_ID]",
"region": "us-central1"
}
}

Embeddings model

Mistral Vertex AI currently does not offer any embeddings models.

Click here to see a list of embeddings model providers.

Reranking model

Mistral Vertex AI currently does not offer any reranking models.

Click here to see a list of reranking model providers.