Skip to contents

Get a list of the models supported by the OpenAI API.

Usage

get_available_models(service)

Arguments

service

The API service

Value

A character vector

Examples

if (FALSE) {
get_available_models()
}