Skip to contents

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

Usage

llm_models(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_models()
#> Error in do.call(dplyr::bind_rows, httr::content(response)$data): second argument must be a list
# }