Skip to contents

Retrieve all models available in the Mistral API

Usage

models(error_call = caller_env())

Arguments

error_call

The execution environment of a currently running function, e.g. caller_env(). The function will be mentioned in error messages as the source of the error. See the call argument of abort() for more information.

Value

A character vector with the models available in the Mistral API

Examples

if (FALSE) {
  models()
}