View source: R/multiLLMviaionet.R
| ionet_models | R Documentation |
Convenience wrapper around list_ionet_models() to get the current model list. By default it uses cached data; set force_refresh = TRUE to refetch.
ionet_models(api_key = NULL, verbose = TRUE, force_refresh = FALSE)
api_key |
Optional API key for fetching current models. Defaults to IONET_API_KEY environment variable. |
verbose |
Logical indicating whether to show detailed fetching information. Default is TRUE. |
force_refresh |
Logical indicating whether to force refresh the model list from API. Default is FALSE. |
List io.net Models (simple alias)
A character vector of model names, or a data frame if detailed=TRUE in the underlying call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.