OpenAIBaseLLMResponse

Base interface for all LLM OpenAI API responses. Contains properties that are common across different response types.

Inheritors

Properties

Link copied to clipboard
abstract val created: Long

The Unix timestamp (in seconds) of when the chat completion was created.

Link copied to clipboard
abstract val id: String

The response id.

Link copied to clipboard
abstract val model: String

The response model.