OpenAIEndpoint

Represents an OpenAI-related API endpoint for Large Language Model (LLM) operations.

This sealed class serves as a specific capability type for OpenAI-based LLM. It provides predefined endpoints that correspond to specific functionalities, such as generating completions or accessing responses.

Parameters

endpoint

A string identifier representing the OpenAI endpoint's functionality.

Inheritors

Types

Link copied to clipboard

Represents the chat completion endpoint capability for an OpenAI-based LLM.

Link copied to clipboard
@ApiStatus.Experimental
data object Responses : LLMCapability.OpenAIEndpoint

Represents the responses endpoint capability for an OpenAI-based LLM.

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The unique identifier for this capability.