List Available Models from the Mistral API
mistral_list_models(
.api_url = "https://api.mistral.ai",
.timeout = 60,
.max_tries = 3,
.dry_run = FALSE,
.verbose = FALSE
)
A tibble containing model information (columns include id
and created
),
or NULL if no models are found.
Base URL for the API (default: "https://api.mistral.ai").
Request timeout in seconds (default: 60).
Maximum number of retries for the API request (default: 3).
Logical; if TRUE, returns the prepared request object without executing it.
Logical; if TRUE, prints additional information about the request.