OpenAI

@Serializable
data object OpenAI : LLMProvider(source)

Represents the OpenAI provider in the Large Language Model (LLM) ecosystem.

OpenAI, identified by the id value "openai", is a specific implementation of the LLMProvider sealed class. This data object is used to define and distinguish the OpenAI provider as part of the supported LLM providers.

This provider can be utilized to configure LLM-based models, allowing developers to leverage OpenAI's capabilities within various applications or systems.

Properties

Link copied to clipboard

The human-readable name of the LLM provider.

Link copied to clipboard
val id: String

The unique identifier of the LLM provider.