Get Supported Generative AI Models
available.models

R Package "GenAI" Documentation

CRAN Open in GitHub Open In Colab

Last update: 2024/02/15


Usage

available.models()

Value

If successful, the function returns a list containing generative AI service providers and their corresponding models. If the function encounters an error, it will halt execution and provide an error message.


Description

This function sends a request to GenAI database API to retrieve information about available generative AI models.


Details

The function utilizes the GenAI database API to fetch the latest information about available Generative AI models. The retrieved data includes details about different models offered by various service providers.


Examples

Open In Colab
all.models = available.models() %>% print()