Skip to contents

Returns a list of available models in groq, excluding whisper and vision models (for audio and images) and sorting by creation date. See https://console.groq.com/docs/models for more information.

Usage

llm_model_list(API_KEY = Sys.getenv("GROQ_API_KEY"))

Arguments

API_KEY

groq API key from https://console.groq.com/keys

Value

a data frame of models and info

Examples

# \donttest{
  llm_model_list()
#> Error in do.call(dplyr::bind_rows, httr::content(response)$data): second argument must be a list
# }